.. _spkg_babel:

babel: Internationalization utilities for Python
================================================

Description
-----------

A collection of tools for internationalizing Python applications.

Upstream Contact
----------------

http://babel.pocoo.org/en/latest/

Type
----

standard


Dependencies
------------

- $(PYTHON)
- $(PYTHON_TOOLCHAIN)
- :ref:`spkg_pytz`

Version Information
-------------------

package-version.txt::

    2.9.1

install-requires.txt::

    babel >=2.6.0


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  babel


macports:
install the following packages: py-babel

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install python3-Babel


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  python3-Babel


See https://repology.org/project/python:babel/versions


However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see :trac:`29023`

