# -*- 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-pointpats
version             2.5.5
revision            0

categories-append   gis
license             BSD
maintainers         nomaintainer
description         Point Pattern Analysis (pointpats)
long_description    The PySAL {*}${description} package is an open-source \
                    python library for the statistical analysis of planar \
                    point patterns.
homepage            https://pysal.org/pointpats/

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  9b82fd01408e364bd97531bc34678962e4b51ab4 \
                    sha256  5af6ad0b689905f59037a6a7e4ba99ab4aafe8e088894032902c3e7f9c7e72b5 \
                    size    5590675

python.versions     310 311 312 313 314

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

    depends_run-append \
                    port:py${python.version}-geopandas \
                    port:py${python.version}-libpysal \
                    port:py${python.version}-matplotlib \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pandas \
                    port:py${python.version}-scipy \
                    port:py${python.version}-shapely
}
