Files
2026-06-20 21:22:41 -04:00

46 lines
1.7 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-bokeh
version 3.9.1
revision 0
categories-append devel
license BSD
platforms {darwin any}
supported_archs noarch
python.versions 310 311 312 313 314
maintainers {stromnov @stromnov} openmaintainer
description Bokeh is an implementation of Grammar of Graphics
long_description Bokeh (pronounced boh-Kay) is an implementation of \
Grammar of Graphics for Python, that also supports \
the customized rendering flexibility of Protovis and d3.
homepage https://github.com/bokeh/bokeh
checksums rmd160 990d94ff45dd7428c029222fce9cc1a18d38fef8 \
sha256 1463d3c84fba61a925ea6ace0b4d3d9c0160ca214f6851edbfed6dc27e172b60 \
size 5749911
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools-git-versioning \
port:py${python.version}-colorama
depends_lib-append port:py${python.version}-jinja2 \
port:py${python.version}-contourpy \
port:py${python.version}-numpy \
port:py${python.version}-packaging \
port:py${python.version}-pandas \
port:py${python.version}-Pillow \
port:py${python.version}-yaml \
port:py${python.version}-tornado \
port:py${python.version}-xyzservices
}