setuptools: Build system for Python packages¶
Description¶
setuptools is the classical build system for Python packages, a collection of enhancements to the Python distutils.
License¶
MIT License
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
73.0.1
src/pyproject.toml:
setuptools >= 68.1.1
version_requirements.txt:
setuptools >= 68.1.1
Equivalent System Packages¶
$ sudo pacman -S python-setuptools
$ conda install setuptools
$ sudo apt-get install python3-setuptools
$ sudo yum install python3-setuptools
$ sudo emerge dev-python/setuptools
$ sudo port install py-setuptools
$ sudo zypper install python3\$\{PYTHON_MINOR\}-setuptools
$ sudo xbps-install python3-setuptools
See https://repology.org/project/python:setuptools/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.