# -*- 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-access
version             1.1.9
revision            0

categories-append   gis

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Spatial Access for PySAL (access)
long_description    {*}${description} provides classical and novel measures of \
                    spatial accessibility to services.

homepage            https://pysal.org/access/

checksums           rmd160  a26faaf5fe285130606b0e997bda7032835ab762 \
                    sha256  89d0043e3596854701b72c77dfedb677839a5b416a18362c222b7d321ad02138 \
                    size    38560

python.versions     310 311 312 313

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