File: control

package info (click to toggle)
distlib 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,300 kB
  • sloc: python: 21,301; ansic: 443; sh: 17; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,151 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
Source: distlib
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python,
               python-setuptools, python3-setuptools
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/distlib
Vcs-Git: git://git.launchpad.net/~pythoneers/+git/distlib
Vcs-Browser: https://git.launchpad.net/~pythoneers/+git/distlib

Package: python-distlib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.

Package: python3-distlib
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.