python-distutils-extra 3.0 source package in Ubuntu

Changelog

python-distutils-extra (3.0) unstable; urgency=medium

  * Team upload.
  * Port code to setuptools. It will not work with distutils any more.
  * Format code with black and imports with isort.
  * Address pycodestyle and pylint complaints.
  * Use python3 in shebangs.
  * Fix TypeError when calling pylint command.
  * Drop obsolete python3-distutils dependency.

 -- Benjamin Drung <email address hidden>  Thu, 28 Sep 2023 17:25:47 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-distutils-extra_3.0.dsc 2.0 KiB d995a1a1e29b9b48888616fb79a6bc1a7378c5be92ce7646f27014dd56998021
python-distutils-extra_3.0.tar.xz 40.0 KiB e5b9aa81a48a4dfdd817310b4f8c932a7bd9b86081a331d956581eac884e0499

Available diffs

No changes file available.

Binary packages built by this source

python3-distutils-extra: enhancements to the Python3 build system

 This package provides additional functions to Python's distutils and
 setuptools. It allows you to easily integrate gettext, icons and GNOME
 documentation into your build and installation process.
 .
 It also provides an "auto" module which provides a "do what I mean" automatic
 build system; if you stick to the conventions, you do not need to write
 setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the
 package metadata (such as project name and version).