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

install-requires.txt:

# https://github.com/sagemath/sage/issues/31050 - version constraint for macOS Big Sur support
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.