# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-tz python.rootname pytz version 2024.2 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers nomaintainer description World Timezone Definitions for Python long_description pytz brings the Olson tz database into Python. This library allows \ accurate and cross platform timezone calculations. homepage https://pypi.python.org/pypi/pytz checksums rmd160 3159e4a1fd953518c10228803f7eb9a99f353850 \ sha256 2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a \ size 319692 python.versions 27 35 36 37 38 39 310 311 312 313 if {${name} ne ${subport}} { if {${python.version} in "27 35 36"} { conflicts py${python.version}-tz-gae } test.run yes python.test_framework test.dir ${build.dir}/pytz/tests test.cmd ${python.bin} test_lazy.py && ${python.bin} test_tzinfo.py post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W $worksrcpath LICENSE.txt README.rst \ ${destroot}${docdir} } }