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 34 35 36
|
Source: pyroma
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Federico Ceratto <federico@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
Build-Depends-Indep:
python3-all,
python3-docutils,
python3-pygments,
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
python3-setuptools,
python3-trove-classifiers <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/regebro/pyroma
Vcs-Git: https://salsa.debian.org/debian/pyroma.git
Vcs-Browser: https://salsa.debian.org/debian/pyroma
Testsuite: autopkgtest-pkg-pybuild
Package: python3-pyroma
Architecture: all
Depends:
python3-setuptools,
${python3:Depends},
${misc:Depends}
Recommends: ${python3:Recommends}
Provides: ${python3:Provides}
Description: Python packaging quality checker (Python3 build)
Provides a rating of how well a Python3 project complies with the best
practices of the Python packaging ecosystem, primarily PyPI, pip, Distribute
etc, as well as a list of issues that could be improved.
It can check packages locally and on PyPI.
|