Source: pipcl Section: python Maintainer: Debian Python Team Uploaders: Daniel Echeverri Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, python3-build, python3-installer, python3-sphinx, python3-autodocsumm, python3-pytest Standards-Version: 4.7.4 Homepage: https://github.com/ArtifexSoftware/pipcl Vcs-Browser: https://salsa.debian.org/python-team/packages/pipcl Vcs-Git: https://salsa.debian.org/python-team/packages/pipcl.git Package: python3-pipcl Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Suggests: python-pipcl-doc Description: Python packaging operations including PEP-517 support The pipcl package provides Python build backend operations (including PEP 517 support), for use by a setup.py script. . - Designed to help build complex Python extension packages. - Can also be used to build simple pure-python packages. - Works on Linux, Windows, MacOS and OpenBSD. - Is a Python module, not a framework, so does not impose any restrictions on usage. - Can be used with any external build system by running commands, for example with subprocess.run() or enhanced wrapper pipcl.run(). . The intention is to allow a setup.py script to use the full power of Python to do everything that is specific to the package, without having to worry about generic Python packaging issues such wheel formats etc Package: python-pipcl-doc Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends}, Description: Python packaging operations (common documentation) The pipcl package provides Python build backend operations (including PEP 517 support), for use by a setup.py script. . This is the common documentation package.