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

Package: python3-pkg-resources
Architecture: all
Description: Package Discovery and Resource Access using pkg_resources
 The pkg_resources module provides an API for Python libraries to
 access their resource files, and for extensible applications and
 frameworks to automatically discover plugins.  It also provides
 runtime support for using C extensions that are inside zipfile-format
 eggs, support for merging packages that have separately-distributed
 modules or subpackages, and APIs for managing Python's current
 "working set" of active packages.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,

Package: python3-setuptools
Architecture: all
Description: Python3 Distutils Enhancements
 Extensions to the python-distutils for large or complex distributions.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-distutils,
 python3-pkg-resources (= ${source:Version}),

Package: python3-setuptools-whl
Architecture: all
Description: Python Distutils Enhancements (wheel package)
 Extensions to the python-distutils for large or complex distributions.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using setuptools inside a virtual environment.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
Breaks:
 python-pip-whl (<< 21.3.1+dfsg-2~),
Replaces:
 python-pip-whl (<< 21.3.1+dfsg-2~),
