File: control

package info (click to toggle)
python-packaging 19.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 432 kB
  • sloc: python: 3,358; makefile: 127
file content (38 lines) | stat: -rw-r--r-- 1,256 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
32
33
34
35
36
37
38
Source: python-packaging
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
  dh-python,
  python-all, python3-all, pypy,
  python-pretend, python3-pretend, pypy-pretend,
  python-pyparsing, python3-pyparsing, pypy-pyparsing,
  python-six, python3-six, pypy-six,
  python-pytest, python3-pytest,
  python-setuptools, python3-setuptools, pypy-setuptools,
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/packaging

Package: python-packaging
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: core utilities for python packages
 These core utilities currently consist of:
  - Version Handling (PEP 440)
  - Dependency Specification (PEP 440)

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)

Package: pypy-packaging
Architecture: all
Depends: ${pypy:Depends}, ${misc:Depends}, pypy-pyparsing
Description: core utilities for pypy packages
 These core utilities currently consist of:
  - Version Handling (PEP 440)
  - Dependency Specification (PEP 440)