pytz: Timezone definitions for Python#

Description#

World Timezone Definitions for Python See https://pypi.org/project/pytz/

Special Update/Build Instructions#

The upstream tarball was repackaged after sanitizing the file permissions with

$ chmod go-w

Type#

standard

Dependencies#

  • $(PYTHON_TOOLCHAIN)

  • $(PYTHON)

Version Information#

package-version.txt:

2023.3.post1

install-requires.txt:

pytz >=2020.1

Equivalent System Packages#

arch:

$ sudo pacman -S  python-pytz

conda:

$ conda install  pytz

Debian/Ubuntu:

$ sudo apt-get install  python3-tz

Fedora/Redhat/CentOS:

$ sudo yum install  python-pytz

gentoo:

$ sudo emerge dev-python/pytz

macports: install the following packages: py-tz

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-pytz

void:

$ sudo xbps-install  python3-pytz

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