wheel 0.38.4-2 source package in Ubuntu

Changelog

wheel (0.38.4-2) unstable; urgency=medium

  * Correctly clean. (Closes: #1034079)

 -- Stefano Rivera <email address hidden>  Tue, 11 Apr 2023 14:10:59 -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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.38.4-2.dsc 1.7 KiB dfaf5a3d2a558b32236a100f113b6a0be6cfb9ae044e53878bb9e95e73f8ee40
wheel_0.38.4.orig.tar.gz 65.6 KiB 965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac
wheel_0.38.4-2.debian.tar.xz 7.2 KiB d210a907e20551ee2bed0165937551695c2071275d2b542a36162fc656216513

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.