python3-bokeh: update to 2.4.0.
This commit is contained in:
parent
4632a3c788
commit
ccde7e6332
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-bokeh'
|
||||
pkgname=python3-bokeh
|
||||
version=2.3.3
|
||||
version=2.4.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -15,11 +15,9 @@ 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=a5fdcc181835561447fcc5a371300973fce4114692d5853addec284d1cdeb677
|
||||
|
||||
do_check() {
|
||||
echo "Tests have unpackaged dependencies and require fetching data; skipping"
|
||||
}
|
||||
checksum=6fa00ed8baab5cca33f4175792c309fa2536eaae7e90abee884501ba8c90fddb
|
||||
# Tests have unpackaged dependencies and require fetching data; skipping
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue