packaging: Core utilities for Python packages#

Description#

Core utilities for Python packages

License#

Upstream Contact#

https://pypi.org/project/packaging/

Type#

standard

Dependencies#

Version Information#

package-version.txt:

23.2

install-requires.txt:

packaging >=21.0
# Issue #30975: packaging 20.5 is known to work but we have to silence "DeprecationWarning: Creating a LegacyVersion"
# Sphinx needs >= 21

Equivalent System Packages#

$ sudo pacman -S python-packaging
$ conda install packaging
$ sudo apt-get install python3-packaging
$ sudo yum install python-packaging
$ sudo emerge dev-python/packaging
$ sudo port install py-packaging
$ sudo zypper install python3\$\{PYTHON_MINOR\}-packaging
$ sudo xbps-install python3-packaging

See https://repology.org/project/packaging/versions, https://repology.org/project/python:packaging/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.