dh-python 5.20221230 source package in Ubuntu

Changelog

dh-python (5.20221230) unstable; urgency=medium

  [ Stefano Rivera ]
  * Correct typo in nose autopkgtest.
  * Export HOME in the pyproject plugin, as we do in the distutils one.
  * Remove install_requires from test301, setuptools will parse this where
    distutils historically wouldn't have.

  [ Colin Watson ]
  * Fix interaction between --test-custom and distutils plugin.

  [ Antonio Terceiro ]
  * pybuild-autopkgtest: allow autopkgtest-specific behavior in debian/rules.

  [ Stefano Rivera ]
  * pybuild-autopkgtest: Instead of using a different buildsystem for the
    autopkgtest runner, use a different build stage. This way, packages with
    custom buildsystems can use pybuild-autopkgtest. (Closes: #1025737)

 -- Stefano Rivera <email address hidden>  Fri, 30 Dec 2022 09:47:32 -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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-python_5.20221230.dsc 1.6 KiB f6163b29812c3788bc54cdc3f268efed671fd09a5a9ea01356d590ab04aaf4bf
dh-python_5.20221230.tar.xz 114.6 KiB cca4699dd1bb9f66db4d0c94191c48331ce1b031eef0133b117c156da3b66c79

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_python3 - calculates Python 3.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.

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

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.