# -*- 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-esridump
version             1.13.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Dump geodata from ESRI endpoints to GeoJSON
long_description    {*}${description}

homepage            https://github.com/openaddresses/pyesridump

checksums           rmd160  0ac11bfd050f3ed831cbbce8d29711aa42166b9d \
                    sha256  3ea0b856da1a55b327375fb1eec24d08ec2a5eeda8700a9e696159252876dca7 \
                    size    12818

python.versions     312

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-requests \
                    port:py${python.version}-six
}
