blob: 7ffb3bfd1a1cc5f44cd6974cd82db5e905fc1d0d (
plain)
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
|
Source: python-packaging
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matthias Klose <doko@debian.org>, Dmitry Shachnev <mitya57@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-hypothesis <!nocheck>,
python3-pretend <!nocheck>,
python3-pyparsing <!nocheck>,
python3-pytest <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/pypa/packaging
Vcs-Git: https://salsa.debian.org/python-team/packages/python-packaging.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-packaging
Testsuite: autopkgtest-pkg-pybuild
Package: python3-packaging
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Description: core utilities for python3 packages
These core utilities currently consist of:
- Version Handling (PEP 440)
- Dependency Specification (PEP 440)
Package: python3-packaging-whl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: core utilities for python3 packages (wheel package)
These core utilities currently consist of:
- Version Handling (PEP 440)
- Dependency Specification (PEP 440)
.
This is the support package for the PEP 427 wheel version of the package,
required for using packaging inside a virtual environment.
|