python-pyproject-hooks 1.1.0-1 source package in Ubuntu

Changelog

python-pyproject-hooks (1.1.0-1) unstable; urgency=medium

  * d/watch: Switch to GitHub tarballs to fix uscan
  * Update to new upstream release 1.1.0
  * Update Standards-Version to 4.7.0 (no changes needed)

 -- Scott Talbert <email address hidden>  Mon, 03 Jun 2024 20:49:16 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyproject-hooks_1.1.0-1.dsc 2.3 KiB c868f27835d5b51c25addf6df3d22de526f9e0a085cb35f511126be40d836b2f
python-pyproject-hooks_1.1.0.orig.tar.gz 18.3 KiB c077ec61a1fd2e4c32b5d89cbd9f04958f5c901f2efa007b12aafd6133c5b230
python-pyproject-hooks_1.1.0-1.debian.tar.xz 2.5 KiB b8dd462122f54d074a7374a2cffbd7bef140148d2609437f1c60e332d599de36

Available diffs

No changes file available.

Binary packages built by this source

python3-pyproject-hooks: Wrappers to call pyproject.toml-based build backend hooks

 This is a low-level library for calling build-backends in pyproject.toml-based
 project. It provides the basic functionality to help write tooling that
 generates distribution files from Python projects.
 .
 If you want a tool that builds Python packages, you'll want to use
 https://github.com/pypa/build instead. This is an underlying piece for pip,
 build and other "build frontends" use to call "build backends" within them.
 .
 You can read more in the documentation
 <https://pyproject-hooks.readthedocs.io/>.
 .
 Note: The pep517 project has been replaced by this project (low level) and the
 build project (high level).