wheel 0.42.0-2 source package in Ubuntu

Changelog

wheel (0.42.0-2) unstable; urgency=medium

  * Drop Depends on python3-distutils, no longer required.

 -- Stefano Rivera <email address hidden>  Tue, 05 Mar 2024 09:16:51 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.42.0-2.dsc 1.7 KiB 397ff03106b988e698a46ff893cd7a9036116fcd0f96673236f4a390afbe87b3
wheel_0.42.0.orig.tar.gz 96.4 KiB c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8
wheel_0.42.0-2.debian.tar.xz 7.4 KiB 2c37ddf9be2c70886b4b7f15cd454337b6088550f315551856df6025a1e354d5

No changes file available.

Binary packages built by this source

python-wheel-common: built-package format for Python (command-line scripts)

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 These are the command line scripts and manpages.

python3-wheel: built-package format for Python

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 This is the Python 3 compatible package.

python3-wheel-whl: built-package format for Python (wheel wheel)

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using wheel inside a virtual environment.