# -*- 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-folium
version             0.15.1

categories-append   devel graphics
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Python Data, Leaflet.js Mfolaps

long_description    folium builds on the data wrangling strengths of the \
                    Python ecosystem and the mapping strengths of the \
                    Leaflet.js library. Manipulate your data in Python, \
                    then visualize it in a Leaflet map via folium.

homepage            https://github.com/python-visualization/folium/

checksums           rmd160  278cc7f60e8c4cb72da445cbca1371819f0941d5 \
                    sha256  cb792d11e8049a455d3dc6416cdd8e7a1623d6b949f6e42c45a5d8fa4d1e24f4 \
                    size    93369

python.versions     39 310 311 312 313

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

    depends_run-append \
                    port:py${python.version}-branca \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-numpy \
                    port:py${python.version}-requests \
                    port:py${python.version}-xyzservices
}
