extension-helpers 1.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.4.0
  * Skip tests that require Cython >= 3.1
  * d/watch: Update to version 5; switch upstream to Github

 -- Ole Streicher <email address hidden>  Thu, 18 Sep 2025 13:45:40 +0200

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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
extension-helpers_1.4.0-1.dsc 2.1 KiB f8d98f045ad0fbd895c2328e48f96e0630a0af1f71a6f19e647e5312a2a4fd85
extension-helpers_1.4.0.orig.tar.gz 28.8 KiB ad20503ab814f605c296aaf7753e5b59632e8f44d9cd1e2a0d17b16a786cfba4
extension-helpers_1.4.0-1.debian.tar.xz 3.6 KiB f087c841d1209c2ab3a9f4b1677951f60ab74f98d654ef991afd277db1ee5c76

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.