extension-helpers 0.1-4 source package in Ubuntu

Changelog

extension-helpers (0.1-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-all-dev.

  [ Ole Streicher ]
  * Remove usage of distutils (Closes: #1001008)

 -- Ole Streicher <email address hidden>  Mon, 06 Dec 2021 09:06:35 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
extension-helpers_0.1-4.dsc 2.1 KiB 88ca2b65db524ca04cef696267771574633a578b3fffadbcc43da5a6ff5f6991
extension-helpers_0.1.orig.tar.gz 23.7 KiB ac8a6fe91c6d98986a51a9f08ca0c7945f8fd70d95b662ced4040ae5eb973882
extension-helpers_0.1-4.debian.tar.xz 4.6 KiB 4d850d839947b0e40ce9c9e2369f7b9b7fe29c03526204b24e28a6284038bc38

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.