wheel: A built-package format for Python#

Description#

A built-package format for Python

License#

MIT

Upstream Contact#

https://pypi.org/project/wheel/

Type#

standard

Dependencies#

Version Information#

package-version.txt:

0.41.2

install-requires.txt:

# :issue:`31050` - version constraint for macOS Big Sur support
wheel >=0.36.2

Equivalent System Packages#

arch:

$ sudo pacman -S  python-wheel

conda:

$ conda install  wheel

Debian/Ubuntu:

$ sudo apt-get install  python3-wheel

Fedora/Redhat/CentOS:

$ sudo yum install  python-wheel

gentoo:

$ sudo emerge dev-python/wheel

macports: install the following packages: py-wheel

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-wheel

void:

$ 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.