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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
Source: dh-python
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends: debhelper-compat (= 13),
libdpkg-perl,
libpython3-stdlib,
python3-all <!nocheck>,
python3-all-dbg <!nocheck>,
python3-all-dev <!nocheck>,
python3-docutils <!nodoc>,
python3-minimal,
python3-nose2 <!nocheck>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/tools/dh-python.git
Vcs-Browser: https://salsa.debian.org/python-team/tools/dh-python
Rules-Requires-Root: no
Package: dh-python
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends},
# depend on distutils to avoid adding it to Build-Depends in other packages
python3-distutils | python3 (<< 3.6.5~rc1-1)
Provides:
dh-sequence-python3,
Suggests: libdpkg-perl, dpkg-dev, flit, python3-build, python3-tomli, python3-installer
Breaks:
# due to /usr/bin/dh_python3 and debhelper files
python3 (<< 3.3.2-4~),
# due to debhelper files
python2 (<< 2.7.18-2)
Replaces: python2 (<< 2.7.18-2)
Description: Debian helper tools for packaging Python libraries and applications
This package contains:
* pybuild - invokes various build systems for requested Python versions in
order to build modules and extensions
* dh_python3 - calculates Python 3.X dependencies for Debian packages,
adds maintainer scripts to byte compile files, etc.
Package: pybuild-plugin-pyproject
Architecture: all
Multi-Arch: foreign
Depends:
dh-python (= ${source:Version}),
python3-build (>> 0.7~),
python3-installer,
python3-tomli,
${misc:Depends}
Description: Debian helper tools for packaging Python libraries using PEP517
This metapackage depends on the components necessary for building packages
with the generic PEP517 build plugin.
Package: pybuild-plugin-autopkgtest
Architecture: all
Multi-Arch: foreign
Depends:
dh-python (= ${source:Version}),
debhelper,
make,
${misc:Depends}
Description: pybuild autopkgtest test runner (metapackage)
This package depends on the packages required to run pybuild-autopkgtest, a
pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same
test suite that regular pybuild runs during build time, but against the
installed packages and without doing a build first.
|