bump2version is a small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment. It also creates commits and tags: - version formats are highly configurable; - it works without any VCS, but happily reads tag information from and writes commits and tags to Git and Mercurial if available; - it just handles text files, so it's not specific to any programming language. This will replace py-bumpversion, which is no longer maintained.
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2020/10/08 18:31:24 khorben Exp $
|
|
bin/bump2version-${PYVERSSUFFIX}
|
|
bin/bumpversion-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/bumpversion/__init__.py
|
|
${PYSITELIB}/bumpversion/__init__.pyc
|
|
${PYSITELIB}/bumpversion/__init__.pyo
|
|
${PYSITELIB}/bumpversion/__main__.py
|
|
${PYSITELIB}/bumpversion/__main__.pyc
|
|
${PYSITELIB}/bumpversion/__main__.pyo
|
|
${PYSITELIB}/bumpversion/cli.py
|
|
${PYSITELIB}/bumpversion/cli.pyc
|
|
${PYSITELIB}/bumpversion/cli.pyo
|
|
${PYSITELIB}/bumpversion/exceptions.py
|
|
${PYSITELIB}/bumpversion/exceptions.pyc
|
|
${PYSITELIB}/bumpversion/exceptions.pyo
|
|
${PYSITELIB}/bumpversion/functions.py
|
|
${PYSITELIB}/bumpversion/functions.pyc
|
|
${PYSITELIB}/bumpversion/functions.pyo
|
|
${PYSITELIB}/bumpversion/utils.py
|
|
${PYSITELIB}/bumpversion/utils.pyc
|
|
${PYSITELIB}/bumpversion/utils.pyo
|
|
${PYSITELIB}/bumpversion/vcs.py
|
|
${PYSITELIB}/bumpversion/vcs.pyc
|
|
${PYSITELIB}/bumpversion/vcs.pyo
|
|
${PYSITELIB}/bumpversion/version_part.py
|
|
${PYSITELIB}/bumpversion/version_part.pyc
|
|
${PYSITELIB}/bumpversion/version_part.pyo
|