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
|
Source: python-discovery
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-sphinxdoc <!nodoc>,
furo <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-all-venv <!nocheck>,
python3-filelock <!nocheck>,
python3-hatch-vcs,
python3-hatchling,
python3-platformdirs <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-setuptools <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-autodoc-typehints <!nodoc>,
python3-sphinxcontrib-mermaid <!nodoc>
Standards-Version: 4.7.3
Homepage: https://python-discovery.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-discovery.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-discovery
Package: python3-discovery
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${sphinxdoc:Depends}, libjs-d3
Description: Python interpreter discovery - Python Library
You may have multiple Python versions installed on your machine – system
Python, versions from pyenv, mise, asdf, or uv. python-discovery finds the
right one for you.
|