Path to this page:
./
devel/py-wheel,
Tool for manipulating Python wheel files
Branch: CURRENT,
Version: 0.45.1,
Package name: py312-wheel-0.45.1,
Maintainer: pkgsrc-usersThis is a command line tool for manipulating Python wheel files, as
defined in PEP 427. It contains the following functionality:
- Convert .egg archives into .whl
- Unpack wheel archives
- Repack wheel archives
- Add or remove tags in existing wheel archives
Historical note
This project used to contain the implementation of the setuptools
bdist_wheel command, but as of setuptools v70.1, it no longer needs
wheel installed for that to work. Thus, you should install this only
if you intend to use the wheel command line tool!
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 105.024 KB
Version history: (Expand)
- (2024-11-23) Updated to version: py312-wheel-0.45.1
- (2024-11-14) Updated to version: py312-wheel-0.45.0nb1
- (2024-11-10) Updated to version: py312-wheel-0.45.0
- (2024-08-05) Updated to version: py311-wheel-0.44.0
- (2024-03-17) Updated to version: py311-wheel-0.43.0
- (2023-11-27) Updated to version: py311-wheel-0.42.0
CVS history: (Expand)
2024-11-23 12:15:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.45.1
0.45.1
- Fixed pure Python wheels converted from eggs and wininst files having the ABI \
tag in
the file name
|
2024-11-14 16:13:17 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-wheel: COMMENT should start with a capital.
|
2024-11-14 15:45:01 by Greg Troxel | Files touched by this commit (2) |
Log message:
devel/py-wheel: Fix DESCR and COMMENT
Both DESCR and COMMENT did not actually describe what this package
does. Steal text from upstream README for DESCR, and summarize it for
COMMENT.
Note that according to upstream, this package is not needed for
building packages, as that functionality is now in setuptools.
|
2024-11-10 11:05:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-wheel: update to 0.45.0.
**0.45.0 (2024-11-08)**
- Refactored the ``convert`` command to not need setuptools to be installed
- Don't configure setuptools logging unless running ``bdist_wheel``
- Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to
``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with
``setuptools``' latest fixes.
Projects are still advised to migrate away from the deprecated module and import
the ``setuptools``' implementation explicitly. (PR by @abravalheri)
|
2024-08-05 07:34:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-wheel: updated to 0.44.0
0.44.0
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the ``bdist_wheel`` module, as the code was migrated to ``setuptools``
itself
|
2024-03-17 15:13:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-wheel: update to 0.43.0.
**0.43.0 (2024-03-11)**
- Dropped support for Python 3.7
- Updated vendored ``packaging`` to 24.0
|
2023-11-27 07:57:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.42.0
0.42.0 (2023-11-26)
- Allowed removing build tag with ``wheel tags --build ""``
- Fixed ``wheel pack`` and ``wheel tags`` writing updated ``WHEEL`` fields after a
blank line, causing other tools to ignore them
- Fixed ``wheel pack`` and ``wheel tags`` writing ``WHEEL`` with CRLF line endings or
a mix of CRLF and LF
- Fixed ``wheel pack --build-number ""`` not removing build tag from \
``WHEEL``
(above changes by Benjamin Gilbert)
|
2023-10-31 21:35:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.41.3
0.41.3
Updated vendored packaging to 23.2
Fixed ABI tag generation for CPython 3.13a1 on Windows
|