Files
2021-01-26 07:50:44 -05:00

30 lines
939 B
Tcl

# -*- 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-pytzdata
version 2020.1
revision 0
license MIT
platforms darwin
supported_archs noarch
maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
description The Olson timezone database for Python
long_description ${description}
python.versions 27 36 37 38 39
homepage https://pypi.python.org/pypi/${python.rootname}/
checksums rmd160 d07e9b541ee731bd258118a4eb0cda698945b065 \
sha256 3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540 \
size 281719
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
livecheck.type none
}