extension-helpers 1.2.0-1 source package in Ubuntu

Changelog

extension-helpers (1.2.0-1) unstable; urgency=medium

  * Team Upload
  * Fix d/watch for new PyPi archive naming policy
  * New upstream version 1.2.0
  * Use dh-sequence-python3, trim d/rules

 -- Alexandre Detiste <email address hidden>  Sun, 22 Dec 2024 14:35:29 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
extension-helpers_1.2.0-1.dsc 2.2 KiB 55089c97a76c3d4a12a85dd85cf13948e5756625e3337865ac04066f1ab34eb0
extension-helpers_1.2.0.orig.tar.gz 29.2 KiB e7d9c8f71804edd7ecd05b5d59a5b504f6e24867970abfc12771242eed76ebcc
extension-helpers_1.2.0-1.debian.tar.xz 3.1 KiB f56dd31b39d5248d94af99c2c521422f471f38647c5f81f3253b95c0b01e4555

Available diffs

No changes file available.

Binary packages built by this source

python3-extension-helpers: Utilities for building and installing packages

 The extension-helpers package includes convenience helpers to assist
 with building Python packages with compiled C/Cython extensions. It is
 developed by the Astropy project but is intended to be general and
 usable by any Python package.
 .
 This is not a traditional package in the sense that it is not intended
 to be installed directly by users or developers. Instead, it is meant to
 be accessed when the setup.py command is run and should be defined as a
 build-time dependency in pyproject.toml files.