Source: dh-python Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Stefano Rivera , Build-Depends: debhelper-compat (= 13), libdpkg-perl, libpython3-stdlib, python3-all , python3-all-dbg , python3-all-dev , python3-docutils , python3-minimal, python3-nose2 , python3-setuptools, Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/python-team/tools/dh-python.git Vcs-Browser: https://salsa.debian.org/python-team/tools/dh-python Rules-Requires-Root: no Package: dh-python Architecture: all Multi-Arch: foreign Depends: # depend on setuptools to help packages migrate from distutils. Remove once 3.12 is default python3-setuptools, ${misc:Depends}, ${python3:Depends}, Provides: dh-sequence-python3, Suggests: dpkg-dev, flit, libdpkg-perl, python3-build, python3-installer, python3-wheel, Breaks: # due to /usr/bin/dh_python3 and debhelper files python3 (<< 3.3.2-4~), Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: pybuild-plugin-pyproject Architecture: all Multi-Arch: foreign Depends: dh-python (= ${source:Version}), python3-build (>> 0.7~), python3 (>> 3.11~) | python3-tomli, python3-installer, ${misc:Depends}, Description: Debian helper tools for packaging Python libraries using PEP517 This metapackage depends on the components necessary for building packages with the generic PEP517 build plugin. Package: pybuild-plugin-autopkgtest Architecture: all Multi-Arch: foreign Depends: debhelper, dh-python (= ${source:Version}), make, ${misc:Depends}, Description: pybuild autopkgtest test runner (metapackage) This package depends on the packages required to run pybuild-autopkgtest, a pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same test suite that regular pybuild runs during build time, but against the installed packages and without doing a build first.