# -*- 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.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 90e99aa71f76a4bbb2b451b190b702ccb69cd4f8 \ sha256 af2b196a97fe1ddf3782d1f48a15eaf3f3af128c6593a96e36da0514888b4604 \ size 4270105 python.versions 39 310 311 312 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 if {${python.version} == 39} { version 2.4.0 revision 0 checksums rmd160 964b6b5519669a3f2694158b995280d897407a22 \ sha256 df6344e19136d7256abc99aaac404be961ae6f5c316fa05ca1b6e17892c59e27 \ size 4269592 depends_run-delete \ port:py${python.version}-geopandas \ port:py${python.version}-shapely } }