parent
7ee9e5252e
commit
39fee3cdfa
1 changed files with 28 additions and 0 deletions
28
srcpkgs/python3-bokeh/template
Normal file
28
srcpkgs/python3-bokeh/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'python3-bokeh'
|
||||
pkgname=python3-bokeh
|
||||
version=2.0.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
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://github.com/bokeh/bokeh"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=42d66cad60a52779fda0a321ca4453ec1e08ae31053c68ce82f1af874a5ef97b
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
broken="triggers segfault in npm"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in a new issue