1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: vcversioner
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@alioth-lists.debian.net>
Uploaders: Nicolas Dandrimont <olasd@debian.org>,
Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/habnabit/vcversioner
Vcs-Git: https://salsa.debian.org/python-team/modules/vcversioner.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/vcversioner
Package: python3-vcversioner
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: git, mercurial
Description: Use version control tags to discover version numbers (Python3 version)
vcversioner autodiscovers a Python project's version number using
version control system tags. This allows developers to avoid
duplicating version information between their VCS and their setup.py
metadata.
.
When the package is built, vcversioner generates a version.txt file
that can be used for release tarballs.
.
Currently, vcversioner supports the git and mercurial (hg) VCS.
.
This package contains vcversioner for Python 3.x
|