# -*- 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        ResidentMario geoplot 0.3.0
name                py-geoplot

categories-append   gis
license             MIT
platforms           darwin
supported_archs     noarch
maintainers         nomaintainer

description         geoplot is a high-level Python geospatial plotting library
long_description \
    geoplot is a high-level Python geospatial plotting library. It is an extension\
    to cartopy and matplotlib which makes mapping easy: like seaborn for geospatial.

checksums           rmd160  db55ba691bc3a0b10c3955e34cc046a4f592dad7 \
                    sha256  ef9a1c60cd3e6a62fc9e9839ae204aa63e48276afa4bdbac384d1683e4d4b6c1 \
                    size    8579852

python.versions     37

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-cartopy \
                            port:py${python.version}-descartes \
                            port:py${python.version}-geopandas \
                            port:py${python.version}-mapclassify \
                            port:py${python.version}-matplotlib \
                            port:py${python.version}-pandas \
                            port:py${python.version}-seaborn

    livecheck.type  none
}
