babel: Internationalization utilities for Python#
Description#
A collection of tools for internationalizing Python applications.
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
2.12.1
install-requires.txt:
babel >=2.11.0
Equivalent System Packages#
arch:
$ sudo pacman -S python-babel
conda:
$ conda install babel
Debian/Ubuntu:
$ sudo apt-get install python3-babel
Fedora/Redhat/CentOS:
$ sudo yum install babel
gentoo:
$ sudo emerge dev-python/Babel
macports: install the following packages: py-babel
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-Babel
void:
$ sudo xbps-install python3-Babel
See https://repology.org/project/python:babel/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.