# -*- 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.4.0
revision            0

categories-append   gis

platforms           {darwin any}
supported_archs     noarch
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/

checksums           rmd160  964b6b5519669a3f2694158b995280d897407a22 \
                    sha256  df6344e19136d7256abc99aaac404be961ae6f5c316fa05ca1b6e17892c59e27 \
                    size    4269592

python.versions     39 310 311
python.pep517       yes

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

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