void-packages/srcpkgs/python3-bokeh/template
2023-05-11 00:03:32 -04:00

28 lines
1 KiB
Bash

# Template file for 'python3-bokeh'
pkgname=python3-bokeh
version=3.1.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-colorama"
depends="python3-Jinja2 python3-contourpy python3-numpy python3-packaging
python3-pandas python3-Pillow python3-yaml python3-tornado python3-xyzservices"
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=ba0fc6bae4352d307541293256dee930a42d0acf92e760c72dc0e7397c3a28e9
# Tests have unpackaged dependencies and require fetching data; skipping
make_check=no
post_patch() {
# Bokeh expects to determine its version from Git tags
vsed -i pyproject.toml -e '/dynamic =/s/"version"//' \
-e "/^name =/a version = \"${version}\"" \
-e '/^requires =/s/"setuptools-git-versioning",//'
}
post_install() {
vlicense LICENSE.txt
}