Skip to content
Snippets Groups Projects
Verified Commit 5f62aaa3 authored by sunpoet's avatar sunpoet
Browse files

textproc/py-atoml: Update version in setup.py automatically

parent a5fc8fa3
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
.include <bsd.port.mk>
......@@ -9,7 +9,7 @@ with codecs.open('README.md', encoding="utf-8") as fp:
setup_kwargs = {
'name': 'atoml',
'version': '1.0.3',
'version': '%%PORTVERSION%%',
'description': 'Yet another style preserving TOML library',
'long_description': long_description,
'license': 'MIT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment