# -*- 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.9.0
revision            0

categories-append   gis
license             BSD
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://pysal.org/mapclassify/

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  4be34f481e3d499d60f8b001f0dafd46127ce17c \
                    sha256  65fa7a7d778ed63496ff860b9f3c26d632d8f289820a6d8556ac527d14b26bd8 \
                    size    5401963

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools_scm

    depends_lib-append      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
}
