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)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
2023.3.post1
version_requirements.txt:
pytz >=2020.1
Equivalent System Packages#
$ sudo pacman -S python-pytz
$ conda install pytz
$ sudo apt-get install python3-tz
$ sudo yum install python-pytz
$ sudo emerge dev-python/pytz
$ sudo port install py-tz
$ sudo zypper install python3\$\{PYTHON_MINOR\}-pytz
$ 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.