You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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-branca
|
|
version 0.8.2
|
|
|
|
categories-append devel graphics
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Generate complex HTML+JS pages with Python
|
|
long_description {*}${description}. This library is a spinoff from \
|
|
folium, that would host the non-map-specific features.
|
|
homepage https://github.com/python-visualization/branca
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 5575f551e2a75e8e2ec3afbdbe13ae05aa81533d \
|
|
sha256 e5040f4c286e973658c27de9225c1a5a7356dd0702a7c8d84c0f0dfbde388fe7 \
|
|
size 27890
|
|
|
|
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}-jinja2
|
|
}
|