# -*- 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.1 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 773321440f913f8e8275c3ff04babce9ec4e46b1 \ sha256 2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812 \ size 316214 python.versions 27 35 36 37 38 39 310 311 312 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} } }