python3-bokeh: update to 2.4.1.
This commit is contained in:
parent
6289273484
commit
8987abed67
1 changed files with 4 additions and 6 deletions
|
@ -1,12 +1,10 @@
|
||||||
# Template file for 'python3-bokeh'
|
# Template file for 'python3-bokeh'
|
||||||
pkgname=python3-bokeh
|
pkgname=python3-bokeh
|
||||||
version=2.4.0
|
version=2.4.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_build_args="--build-js"
|
hostmakedepends="python3-setuptools"
|
||||||
make_install_args="--install-js"
|
|
||||||
hostmakedepends="python3-setuptools nodejs"
|
|
||||||
depends="python3-yaml python3-dateutil python3-Jinja2 python3-numpy
|
depends="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"
|
||||||
|
@ -15,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://bokeh.org"
|
homepage="https://bokeh.org"
|
||||||
changelog="https://raw.githubusercontent.com/bokeh/bokeh/main/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/bokeh/bokeh/main/CHANGELOG"
|
||||||
distfiles="${PYPI_SITE}/b/bokeh/bokeh-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bokeh/bokeh-${version}.tar.gz"
|
||||||
checksum=6fa00ed8baab5cca33f4175792c309fa2536eaae7e90abee884501ba8c90fddb
|
checksum=d0410717d743a0ac251e62480e2ea860a7341bdcd1dbe01499a904f233c90512
|
||||||
# Tests have unpackaged dependencies and require fetching data; skipping
|
# Tests have unpackaged dependencies and require fetching data; skipping
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue