dh-python 5.20211229 source package in Ubuntu

Changelog

dh-python (5.20211229) unstable; urgency=medium

  * debian/rules: respect DEB_BUILD_OPTIONS=nocheck, thanks Antonio Terceiro.
  * dh_python2(1) and dh_python3(1): Correct the field order for pyinstall
    files.
  * Rename pep517 plugin to pyproject, we expect this to be amended by future
    PEPs.
  * Allow explicitly selecting a pybuild plugin with a Build-Depends on
    pybuild-plugin-NAME, when such a binary package exists.

 -- Stefano Rivera <email address hidden>  Wed, 29 Dec 2021 15:26:43 -0400

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-python_5.20211229.dsc 1.5 KiB 4d691cacec65b8b7307537b75907be3ab6b3c83f41687285303e7523da963d84
dh-python_5.20211229.tar.xz 108.9 KiB 7644b8d9fb404cf84592b33dc8e98559bbe0e8262dd790034a84e7ca53c30f49

Available diffs

No changes file available.

Binary packages built by this source

dh-python: 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_python2 - calculates Python 2.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
  * dh_python3 - calculates Python 3.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
  * dh_pypy - calculates PyPy dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.

pybuild-plugin-pyproject: 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.