# -*- 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-parse
version             1.12.1
python.versions     27 35 36 37 38
license             BSD
platforms           darwin
supported_archs     noarch
maintainers         openmaintainer {danchr @danchr}

description         parse() is the opposite of format()
long_description    Parse strings using a specification based on the Python \
                    format() syntax -- parse() is the opposite of format()

homepage            https://pypi.python.org/pypi/${python.rootname}/

master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           sha256  a5fca7000c6588d77bc65c28f3f21bfce03b5e44daa8f9f07c17fe364990d717 \
                    rmd160  f9cb1f38ce88d26240184aad209ce2fe93de5e13 \
                    size    28314


if {$name ne $subport} {
    depends_build-append  port:py${python.version}-setuptools
    livecheck.type        none
}