23 lines
831 B
Bash
23 lines
831 B
Bash
# Template file for 'python3-bokeh'
|
|
pkgname=python3-bokeh
|
|
version=2.4.3
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=ef33801161af379665ab7a34684f2209861e3aefd5c803a21fbbb99d94874b03
|
|
# Tests have unpackaged dependencies and require fetching data; skipping
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|