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.
|