# -*- 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
PortGroup           deprecated 1.0

name                py-tz-gae
python.rootname     gaepytz
version             2011h
categories-append   devel
platforms           darwin
supported_archs     noarch
maintainers         nomaintainer
license             MIT

description         pytz tuned for Google App Engine
long_description    ${description}

homepage            https://code.google.com/p/gae-pytz/
master_sites        pypi:g/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  f704e2c99016d115d27f03fd47c5cb89721fc9d4 \
                    sha256  d6e214fdc071c9a22234aed92ea763889501d0c000ee202b8a5493ef4390843b \
                    size    373359

deprecated.upstream_support no
python.versions     27 35 36

if {${name} ne ${subport}} {
    conflicts       py${python.version}-tz

    depends_build-append \
                    port:py${python.version}-setuptools

    livecheck.type  none
}
