# -*- 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.10.1
platforms           darwin
license             MIT
maintainers         nomaintainer

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

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

checksums           rmd160  3d1e00e6670543e3068b78f61eaf4534b474264b \
                    sha256  8d91aa593aad65eea82972be1abf65d22e001abced65e579a5a6c4ec229698c7 \
                    size    12524

python.versions     37 38 39

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

    depends_run-append \
                    port:py${python.version}-requests \
                    port:py${python.version}-six

    livecheck.type  none
}
