Source: python-versioneer
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
Standards-Version: 4.6.0
Homepage: https://github.com/python-versioneer/python-versioneer
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-versioneer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-versioneer.git
#Testsuite: autopkgtest-pkg-python

Package: python3-versioneer
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-python-versioneer-doc
Description: determine version from repository tag
 This is a tool for managing a recorded version number in distutils-based
 python projects. The goal is to remove the tedious and error-prone
 "update the embedded version string" step from your release
 process. Making a new release should be as easy as recording a new tag
 in your version-control system, and maybe making new tarballs.
