# -*- 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-esda version 2.8.1 revision 0 categories-append gis license BSD maintainers nomaintainer description Exploratory Spatial Data Analysis in PySAL (esda) long_description {*}${description} is an open-source Python library for the exploratory \ analysis of spatial data. homepage https://pysal.org/esda/ platforms {darwin any} supported_archs noarch checksums rmd160 4b98909d1f7c079aa494e866a0b535740ed1f004 \ sha256 26ae1bff2697a0ded41d9bb590664cb24047467457820b44f52a1ddec353292f \ size 27055726 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}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-scikit-learn \ port:py${python.version}-scipy \ port:py${python.version}-shapely if {${python.version} == 310} { version 2.7.0 revision 0 checksums rmd160 fda87cf2375142b6fa1c5cf2b590e13751fef64b \ sha256 e3167aa1f010a377c5b4b457ea6f91d126816a1070fa48a4e048e9f8633082f5 \ size 44185102 } }