| Port details on branch 2025Q2 |
- py-wheel Built-package format for Python
- 0.47.0 devel
=11 0.46.3_1Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2013-07-26 15:15:27
- Last Update: 2026-04-22 16:56:15
- Commit Hash: 9c353c5
- People watching this port, also watch:: expat, autoconf, libunistring, rhash, libffi
- License: MIT
- WWW:
- https://github.com/pypa/wheel
- Description:
- A 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.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.
The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-wheel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-wheel
- pkg install py311-wheel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-wheel listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wheel
- Package flavors (<flavor>: <package>)
- py311: py311-wheel
- py312: py312-wheel
- py313: py313-wheel
- py313t: py313t-wheel
- py314: py314-wheel
- py310: py310-wheel
- distinfo:
- TIMESTAMP = 1776875221
SHA256 (wheel-0.47.0.tar.gz) = cc72bd1009ba0cf63922e28f94d9d83b920aa2bb28f798a31d0691b02fa3c9b3
SIZE (wheel-0.47.0.tar.gz) = 63854
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=3.8 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>=24.0 : devel/py-packaging@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- archivers/py-bitshuffle
- archivers/py-blosc
- archivers/py-brotli
- archivers/py-brotlicffi
- archivers/py-comicapi
- archivers/py-compressed-rtf
- archivers/py-extractcode
-
Deleted ports which required this port:
- for Run
-
- archivers/py-python-rpm-packaging
- audio/py-pyradio
- audio/py-soundscrape
- devel/py-astunparse
- devel/py-e3-core
- devel/py-e3-testsuite
- devel/py-johnnydep
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-wheel
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|