python-build 0.7.0-1 source package in Ubuntu

Changelog

python-build (0.7.0-1) unstable; urgency=medium

  [ Antoine Beaupré ]
  * New upstream release.
  * refresh docs patch
  * fix path to docs
  * disable docs build: missing dependency.
    Upstream added sphinx-argparse-cli as a dependency, which is not
    packaged in Debian.
  * add new deps for test suite

  [ Sergio Durigan Junior ]
  * Disable build-time tests.
    - d/control: Remove test-only Build-Depends.
    - d/rules: Override dh_auto_test and disable build-time tests.  Most
      of this package's tests require internet and rely on "pip install",
      which is not suitable nor allowed on Debian.
  * d/control: Remove documentation-related Build-Depends.
  * Further remove documentation-related bits.
    - d/rules: Don't invoke dh with sphinxdoc.
    - d/python-build-doc.doc-base: Remove file.
    - d/python-build-doc.docs: Likewise.
    - d/python3-build.manpages: Likewise.
  * d/control: Bump Standards-Version to 4.6.0.1.

 -- Sergio Durigan Junior <email address hidden>  Sat, 23 Oct 2021 16:28:25 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
python-build_0.7.0-1.dsc 2.1 KiB 434bf44771eea90c654d113a03e28554cfb3d05f462d14cb4a9fac35773208b3
python-build_0.7.0.orig.tar.gz 36.3 KiB 1f1a52767a0b92b37e53eb1fa6017b3d08fddf99e3341a37d2535bc03177b243
python-build_0.7.0-1.debian.tar.xz 2.8 KiB e2d30b41f53c2388132a1086e5f981683f22ef2fdca9fdaed6864ffb3d48ab11

Available diffs

No changes file available.

Binary packages built by this source

python3-build: Simple, correct PEP517 package builder (Python 3)

 python-build will invoke the PEP 517 hooks to build a distribution
 package. It is a simple build tool and does not perform any
 dependency management.
 .
 This package installs the library for Python 3.