The devel/py-poetry-dynamic-versioning port
py3-poetry-dynamic-versioning-1.9.1 – let Poetry fetch versions from VCS tags (cvsweb github mirror)
Description
This is a plugin for Poetry to enable dynamic versioning based on tags in your version control system, powered by Dunamai. Many different version control systems are supported, including Git and Mercurial; please refer to Dunamai for the full list. Once the plugin is set up, you can create tags in your version control system (e.g., git tag v0.1.0 -m "New release"), and the plugin will automatically insert that version into relevant files (like pyproject.toml or *.py files with a __version__ line) for the duration of Poetry commands such as poetry build, then revert the changes afterwards to keep your repository clean. The plugin aims to inject a static copy of the version into build artifacts (sdists/wheels) without the need to manually edit and commit changed files in your repository.WWW: https://github.com/mtkennerly/poetry-dynamic-versioning/
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/bin/poetry-dynamic-versioning
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/METADATA
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/RECORD
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/WHEEL
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/entry_points.txt
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/licenses/
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning-1.9.1.dist-info/licenses/LICENSE
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__init__.py
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__main__.py
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/__init__.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/__init__.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/__main__.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/__main__.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/backend.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/backend.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/cli.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/cli.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/patch.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/patch.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/plugin.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/__pycache__/plugin.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/backend.py
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/cli.py
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/patch.py
- /usr/local/lib/python3.13/site-packages/poetry_dynamic_versioning/plugin.py