six: Python 2 and 3 compatibility utilities#

Description#

Python 2 and 3 compatibility utilities

License#

MIT License

Upstream Contact#

Dependencies#

Python

Type#

standard

Dependencies#

  • $(PYTHON_TOOLCHAIN)

  • $(PYTHON)

Version Information#

package-version.txt:

1.16.0

install-requires.txt:

six >=1.15.0

Equivalent System Packages#

arch:

$ sudo pacman -S  python-six

conda:

$ conda install  six

Debian/Ubuntu:

$ sudo apt-get install  python3-six

Fedora/Redhat/CentOS:

$ sudo yum install  python-six

gentoo:

$ sudo emerge dev-python/six

macports: install the following packages: py-six

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-six

void:

$ sudo xbps-install  python3-six

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