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: findpython
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-packaging,
python3-pdm-backend,
python3-platformdirs (>= 4.3.6),
python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/frostming/findpython
Vcs-Git: https://salsa.debian.org/python-team/packages/findpython.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/findpython
Package: python3-findpython
Architecture: all
Depends:
python3-packaging,
${misc:Depends},
${python3:Depends},
Description: utility to find python versions on your system
This is a utility to find python versions on your system. It is a
rewrite of pythonfinder project. It simplifies the whole code
structure while preserving most of the original features.
.
This package is a dependency to pdm tool.
|