wheel 0.42.0-ok1 source package in openKylin

Changelog

wheel (0.42.0-ok1) nile; urgency=medium

  * Upstream update

 -- liyang <email address hidden>  Tue, 04 Jun 2024 14:34:08 +0800

Upload details

Uploaded by:
liyang
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.42.0.orig.tar.gz 96.4 KiB c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8
wheel_0.42.0-ok1.debian.tar.xz 9.6 KiB 8987b82b7a3d1ead4e6b53dafef93a310378e3e20b0e999e9c64021d9b6b6bd2
wheel_0.42.0-ok1.dsc 2.1 KiB 64c31de6302d308f625f89dfe2914f405e0a13ced0f82e5543f820ef8e0abfa4

View changes file

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.