Source: python-distlib
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pypa/distlib/tags
Vcs-Browser: https://github.com/alvistack/pypa-distlib
Vcs-Git: https://github.com/alvistack/pypa-distlib.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-distlib
Architecture: all
Description: Low-level components of distutils2/packaging, augmented with higher-level APIs
 Distlib contains the implementations of the packaging PEPs and other
 low-level features which relate to packaging, distribution and
 deployment of Python software. If Distlib can be made genuinely useful,
 then it is possible for third-party packaging tools to transition to
 using it. Their developers and users then benefit from standardised
 implementation of low-level functions, time saved by not having to
 reinvent wheels, and improved interoperability between tools.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
