Source: setuptools
Section: python
Priority: optional
Maintainer: Lu zhiping <luzhiping@kylinos.cn>
Build-Depends: debhelper-compat (=13), dh-python, python3-all,
 python3-alabaster,
 python3-sphinx,
 python3-sphinx-reredirects,
 python3-sphinx-hoverxref,
 python3-sphinx-notfound-page,
 python3-railroad-diagrams,
 python3-wheel
Build-Conflicts: python-setuptools, python3-setuptools, pypy-setuptools
Standards-Version: 4.1.4
Homepage: https://github.com/pypa/setuptools
Vcs-Browser: https://gitee.com/openkylin/setuptools
Vcs-Git: https://gitee.com/openkylin/setuptools.git
X-Python3-Version: >= 3.8

Package: python-setuptools-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python Distutils Enhancements (documentation)
 Extensions to the Python distutils for large or complex distributions.
 The package contains the documentation in html format.

Package: python3-pkg-resources
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-setuptools
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.

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

Package: python3-setuptools-whl
Architecture: all
Depends: ${misc:Depends}
Breaks: python-pip-whl (<< 21.3.2)
Replaces: python-pip-whl (<< 21.3.2)
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.

