You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19767815cc
- drop py38, add py312 subport
36 lines
1.3 KiB
Tcl
36 lines
1.3 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-mpld3
|
|
version 0.5.10
|
|
revision 0
|
|
|
|
categories-append graphics www
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers {petr @petrrr} openmaintainer
|
|
|
|
description MPLD3 offer an interactive, D3-based viewer for Matplotlib
|
|
long_description \
|
|
The MPLD3 packages is an interactive D3js-based viewer which brings \
|
|
matplotlib graphics to the browser. It provides a custom stand-alone \
|
|
javascript library built on D3, which parses JSON representations of \
|
|
plots. a set of routines parses matplotlib plots and outputs the JSON \
|
|
description readable by mpld3.js.
|
|
|
|
homepage https://mpld3.github.io
|
|
|
|
checksums rmd160 7dccf4204c9e56317c98d42aa7ab2b8510ab1d28 \
|
|
sha256 a478eb404fa5212505c59133cf272cd9a94105872e605597720e7f84de38fbc7 \
|
|
size 1027709
|
|
|
|
python.versions 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-jinja2 \
|
|
port:py${python.version}-matplotlib
|
|
}
|