Source: distlib
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python,
               python-setuptools, python3-setuptools, python3-wheel
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/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.

Package: python-distlib-whl
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.
 .
 This package provides the universal wheel.
