# -*- 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-tobler version 0.11.3 revision 0 categories-append gis platforms {darwin any} supported_archs noarch license BSD maintainers nomaintainer description Spatial interpolation, Dasymetric Mapping, & Change of Support (tobler) long_description The PySAL tobler is a library for areal interpolation and dasymetric mapping. homepage https://pysal.org/tobler/ checksums rmd160 95fe4c51722e64552b352e0d69622b856f95344d \ sha256 34dfa71ebc10dba4bdbe6957babc6056687e66e4cc152daa70dd3bd1f611474a \ size 19152640 python.versions 39 310 311 312 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}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-geopandas \ port:py${python.version}-rasterio \ port:py${python.version}-scipy \ port:py${python.version}-statsmodels \ port:py${python.version}-rasterstats \ port:py${python.version}-libpysal \ port:py${python.version}-tqdm \ port:py${python.version}-joblib }