# -*- 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-mapclassify version 2.5.0 revision 0 categories-append gis license BSD supported_archs noarch platforms {darwin any} maintainers nomaintainer description Classification Schemes for Choropleth Maps long_description \ mapclassify is an open-source python library for Choropleth map classification. It \ is part of PySAL the Python Spatial Analysis Library. homepage https://github.com/pysal/mapclassify checksums rmd160 c50ab0298990e13ab24a67e32444af6d0038ab1a \ sha256 5eb1f782155b5a90ec93c1dc52b300a2fad33117dcf08b7c858ed96da2a7baa0 \ size 61906 python.versions 37 38 39 310 311 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-deprecated \ port:py${python.version}-networkx \ port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-scikit-learn \ port:py${python.version}-scipy }