wheel 0.33.6-2 source package in Ubuntu

Changelog

wheel (0.33.6-2) unstable; urgency=medium

  * Team upload.
  * Use /usr/bin/python2 for autopkgtests (Closes: #944342)

 -- Nicolas Dandrimont <email address hidden>  Tue, 19 Nov 2019 18:57:35 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.33.6-2.dsc 2.2 KiB bccef4b4b44e82d7dae40e01cea24330442ae5f2eaee746c007b5ef0b6dfacb0
wheel_0.33.6.orig.tar.gz 47.0 KiB 10c9da68765315ed98850f8e048347c3eb06dd81822dc2ab1d4fde9dc9702646
wheel_0.33.6-2.debian.tar.xz 9.3 KiB eec48d4ea280305585221d1d4e818129fa36408401d267695059ede7314cc70b

No changes file available.

Binary packages built by this source

python-wheel: No summary available for python-wheel in ubuntu focal.

No description available for python-wheel in ubuntu focal.

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.