extension-helpers 1.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.0.0
  * Rediff patches
  * Push Standards-Version to 4.6.0. No changes needed.
  * Build-depend on pybuild-plugin-pyproject

 -- Ole Streicher <email address hidden>  Mon, 21 Mar 2022 10:57:15 +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
Lunar release universe misc
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
extension-helpers_1.0.0-1.dsc 2.1 KiB de48df8348e58d3abfee15e2cf5fa3daa2fb81666e7f10bf15a511cb473a6095
extension-helpers_1.0.0.orig.tar.gz 22.9 KiB ca1bfac67c79cf4a7a0c09286ce2a24eec31bf17715818d0726318dd0e5050e6
extension-helpers_1.0.0-1.debian.tar.xz 2.8 KiB fae10f9fcf482f03891dc523493b18e6d209ee3a1a2715ea409bda0e85cd9814

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.