parent
c604f613ed
commit
2837998ae8
|
@ -1,24 +1,21 @@
|
||||||
# Template file for 'python3-bokeh'
|
# Template file for 'python3-bokeh'
|
||||||
pkgname=python3-bokeh
|
pkgname=python3-bokeh
|
||||||
version=2.1.1
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_build_args="--build-js"
|
make_build_args="--build-js"
|
||||||
make_install_args="--install-js"
|
make_install_args="--install-js"
|
||||||
hostmakedepends="python3-setuptools nodejs"
|
hostmakedepends="python3-setuptools nodejs"
|
||||||
depends="
|
depends="python3-yaml python3-dateutil python3-Jinja2 python3-numpy
|
||||||
python3-yaml python3-dateutil python3-Jinja2 python3-numpy
|
python3-Pillow python3-packaging python3-tornado python3-typing_extensions"
|
||||||
python3-Pillow python3-packaging python3-tornado python3-typing_extensions
|
|
||||||
"
|
|
||||||
short_desc="Interactive data visualization in a browser, from Python"
|
short_desc="Interactive data visualization in a browser, from Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/bokeh/bokeh"
|
homepage="https://bokeh.org"
|
||||||
changelog="https://raw.githubusercontent.com/bokeh/bokeh/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/bokeh/bokeh/master/CHANGELOG"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/bokeh/bokeh/archive/${version}.tar.gz"
|
||||||
checksum=ccdb9a361d8ce854cf4d24ac596eba103fb7daf8767d254b832b95d1fbc802ba
|
checksum=971bfc71f33322c27028333bb313382638c29be702191c50060403a0bddfcd9e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue