# -*- 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-geoplot
version             0.5.1
revision            0

categories-append   gis
license             MIT
supported_archs     noarch
platforms           {darwin any}
maintainers         {mps @Schamschula} openmaintainer

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

homepage            https://github.com/ResidentMario/geoplot

checksums           rmd160  1a38d9aee356e58891addb3819018bdc3aadeb08 \
                    sha256  9614b2caa193a42de943afa2fea953d0997b9daf25ab2949be0681361a122790 \
                    size    28092

python.versions     310 311 312

if {${name} ne ${subport}} {
    depends_lib-append      port:py${python.version}-cartopy \
                            port:py${python.version}-contextily \
                            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
}
