27 lines
908 B
Bash
27 lines
908 B
Bash
# Template file for 'python3-bokeh'
|
|
pkgname=python3-bokeh
|
|
version=2.3.1
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
make_build_args="--build-js"
|
|
make_install_args="--install-js"
|
|
hostmakedepends="python3-setuptools nodejs"
|
|
depends="python3-yaml python3-dateutil python3-Jinja2 python3-numpy
|
|
python3-Pillow python3-packaging python3-tornado python3-typing_extensions"
|
|
short_desc="Interactive data visualization in a browser, from Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://bokeh.org"
|
|
changelog="https://raw.githubusercontent.com/bokeh/bokeh/main/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/b/bokeh/bokeh-${version}.tar.gz"
|
|
checksum=2f2fb8bab8ca8fa039f48b1f0bed56d3a847c75694ece1d206ffab645ff5beec
|
|
|
|
do_check() {
|
|
echo "Tests have unpackaged dependencies and require fetching data; skipping"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|