# -*- 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.6.0 revision 0 categories-append gis platforms {darwin any} supported_archs noarch 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/ checksums rmd160 3da0cd51790c26186b06ebda43cdcf052478ca70 \ sha256 95a3732bf222f93509dff72300dd2ae5687ffefacd7862e56ab44a27297d5274 \ size 44177113 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}-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} == 39} { version 2.5.1 revision 0 checksums rmd160 d37ca054d370605fb0fee9439cc5fb88f6b5f56d \ sha256 b1f0ac023b3a55dbdbad34a98eae6af2c7d2b3cc7a14ea884dfef51819c04c28 \ size 44173327 depends_run-delete \ port:py${python.version}-geopandas \ port:py${python.version}-shapely } }