# -*- 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-libpysal
version             4.4.0
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Core components of PySAL A library of spatial analysis functions.
long_description    {*}${description}

homepage            https://pysal.org

checksums           rmd160  608130026979eb2b38ce2bb559a9107ebb753b78 \
                    sha256  216eb73a276d9975e604217bd931dc3b7770a6efa95999952d027827fad51e0c \
                    size    2374037

python.versions     37 38 39

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

    depends_run-append \
                    port:py${python.version}-beautifulsoup4 \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pandas \
                    port:py${python.version}-requests \
                    port:py${python.version}-scipy

    livecheck.type  none
}
