# $Id: Portfile 83732 2011-09-09 20:38:42Z singingwolfboy@macports.org $

PortSystem      1.0
PortGroup       python 1.0

name            py-tz-gae
conflicts       py-tz
set real_name   gaepytz
version         2011h
categories      python devel
platforms       darwin
supported_archs noarch
maintainers     nomaintainer
license         MIT

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

homepage        http://code.google.com/p/gae-pytz/
master_sites    http://pypi.python.org/packages/source/g/${real_name}
distname        ${real_name}-${version}

python.versions 24 25 26 27 31 32

checksums       rmd160  f704e2c99016d115d27f03fd47c5cb89721fc9d4 \
                sha256  d6e214fdc071c9a22234aed92ea763889501d0c000ee202b8a5493ef4390843b

livecheck.type  regex
livecheck.url   ${master_sites}?C=M&O=D
livecheck.regex ${real_name}-(\\d+\\w?)
