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 33
|
Source: setuptools-scm
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: python
Priority: optional
Standards-Version: 3.9.8
Homepage: https://github.com/pypa/setuptools_scm
Build-Depends: debhelper (>= 10), dh-python, python, python3-all,
python-setuptools (>= 18.8-1~), python3-setuptools (>=12.2),
python-py, python3-py, python-pytest, python3-pytest,
git, mercurial, subversion
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/setuptools-scm.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/setuptools-scm.git
Package: python-setuptools-scm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: blessed package to manage your versions by scm tags for Python 2
setuptools_scm handles managing your Python package versions in scm metadata.
It also handles file finders for the suppertes scm's.
.
This package installs the library for Python 2.
Package: python3-setuptools-scm
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: blessed package to manage your versions by scm tags for Python 3
setuptools_scm handles managing your Python package versions in scm metadata.
It also handles file finders for the suppertes scm's.
.
This package installs the library for Python 3.
|