wheel: A built-package format for Python#
Description#
A built-package format for Python
License#
MIT
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
0.43.0
src/pyproject.toml:
wheel >=0.36.2
version_requirements.txt:
wheel >=0.36.2
Equivalent System Packages#
$ sudo pacman -S python-wheel
$ conda install wheel
$ sudo apt-get install python3-wheel
$ sudo yum install python-wheel
$ sudo emerge dev-python/wheel
$ sudo port install py-wheel
$ sudo zypper install python3\$\{PYTHON_MINOR\}-wheel
$ sudo xbps-install python3-wheel
See https://repology.org/project/wheel/versions, https://repology.org/project/python:wheel/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.