# -*- 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
PortGroup           github 1.0

github.setup        pysal mapclassify 2.1.1 v
name                py-mapclassify

categories-append   gis
license             BSD
platforms           darwin
supported_archs     noarch
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.

checksums           rmd160  6a4467e5225b0aea87fad913e63c36b87259bce6 \
                    sha256  2bb0e1670b1af4dd94244a1ece32dd79daafd990ea37d828b49f07be033cdf67 \
                    size    1149648

python.versions     37

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-deprecated \
                            port:py${python.version}-numpy \
                            port:py${python.version}-pandas \
                            port:py${python.version}-scikit-learn \
                            port:py${python.version}-scipy

    livecheck.type  none
}