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:
2022.5
install-requires.txt:
pytz >=2020.1
Equivalent System Packages#
conda:
$ conda install pytz
macports: install the following packages: py-tz
opensuse:
$ sudo zypper install python3-pytz
void:
$ sudo xbps-install python3-pytz
See https://repology.org/project/python:pytz/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 ticket #29023