File: control

package info (click to toggle)
python-pbs-installer 2025.04.09-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 512 kB
  • sloc: python: 5,182; sh: 24; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
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.