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
|
Source: python-pbs-installer
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 (>= 3.11),
python3-pdm-backend,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/frostming/pbs-installer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pbs-installer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pbs-installer
Testsuite: autopkgtest-pkg-pybuild
Package: python3-pbs-installer
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-httpx,
python3-zstandard,
Description: Installer library for pbs (python-build-standalone)
This library is an installer for the python-build-standalone
project that ease the download and installation of standalone
Python builds.
|