File: control

package info (click to toggle)
python-packaging 23.0-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,512 kB
  • sloc: python: 5,608; makefile: 127; sh: 35
file content (24 lines) | stat: -rw-r--r-- 626 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
Source: python-packaging
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 11),
  dh-python,
  python3-all,
  python3-pretend,
  python3-pyparsing,
  python3-six,
  python3-pytest,
  python3-setuptools,
  pybuild-plugin-pyproject,
  flit,
Standards-Version: 4.6.1
Homepage: https://pypi.python.org/pypi/packaging

Package: python3-packaging
Architecture: all
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)