Files
2026-02-12 18:58:01 -06:00

39 lines
1.4 KiB
Tcl

# -*- 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.20.0
categories-append devel graphics
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/
platforms {darwin any}
supported_archs noarch
checksums rmd160 29c0fb9be777af38dc573aec06952561493a8853 \
sha256 a0d78b9d5a36ba7589ca9aedbd433e84e9fcab79cd6ac213adbcff922e454cb9 \
size 109932
python.versions 310 311 312 313 314
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
}