%general-entities; ]> Pytz-&pytz-version; pytz Introduction to Pytz Module The Pytz library brings the IANA tz database into Python. It allows acuurate and cross-platform timezone calculations. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pytz-md5sum; Download size: &pytz-size; Estimated disk space required: &pytz-buildsize; Estimated build time: &pytz-time; Pytz dependencies Recommended (used in the build instructions) Installation of Pytz Before building the python wheel, the timezone database has to be compiled: make -C tz \ ZFLAGS='-b fat' \ PACKRATDATA= \ TOPDIR=$(pwd)/build \ USRDIR= \ USRSHAREDIR=etc \ install && for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do \ rsync -a $(pwd)/build/etc/$d/ $(pwd)/build/etc/$d.tmp && rm -rf $(pwd)/build/etc/$d && mv $(pwd)/build/etc/$d.tmp $(pwd)/build/etc/$d done && python3 gen_tzinfo.py && cp -a build/etc/zoneinfo build/dist/pytz/zoneinfo Build the module: cd build/dist && pip3 wheel -w dist --no-build-isolation --no-deps $PWD This package does not come with a test suite. Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user pytz Contents Installed Programs Installed Libraries Installed Directories None None /usr/lib/python&python3-majorver;/site-packages/pytz and /usr/lib/python&python3-majorver;/site-packages/pytz-&pytz-version;.dist-info