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
|
Source: python-depinfo
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all-dev,
python3-setuptools,
python3-pytest <!nocheck>,
python3-versioneer <!nocheck>,
python3-pip <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-depinfo
Vcs-Git: https://salsa.debian.org/python-team/packages/python-depinfo.git
Homepage: https://github.com/Midnighter/dependency-info
Rules-Requires-Root: no
Package: python3-depinfo
Architecture: any
Depends: ${misc:Depends},
${python3:Depends}
Description: retrieve and print Python 3 package dependencies
This is a utility Python package intended for other library packages.
It provides a function that when called with your package name,
will print platform and dependency information.
|