Skip to content

Commit

Permalink
textproc/py-marko: Update version in setup.py automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 1, 2021
1 parent 487c022 commit 2db288b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion textproc/py-marko/Makefile
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion textproc/py-marko/files/setup.py
Expand Up @@ -29,7 +29,7 @@

setup_kwargs = {
'name': 'marko',
'version': '1.1.0',
'version': '%%PORTVERSION%%',
'description': 'A markdown parser with high extensibility.',
'long_description': long_description,
'license': 'MIT',
Expand Down

0 comments on commit 2db288b

Please sign in to comment.