mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-bokeh: update to 2.1.0.
This commit is contained in:
parent
486044dcea
commit
c3ab782d72
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-bokeh'
|
# Template file for 'python3-bokeh'
|
||||||
pkgname=python3-bokeh
|
pkgname=python3-bokeh
|
||||||
version=2.0.2
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -16,12 +16,9 @@ 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://github.com/bokeh/bokeh"
|
||||||
|
changelog="https://raw.githubusercontent.com/bokeh/bokeh/master/CHANGELOG"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=42d66cad60a52779fda0a321ca4453ec1e08ae31053c68ce82f1af874a5ef97b
|
checksum=b4704a51c3a3b32710852f5eec31b4890c043e9db6c1247483c83a21c501d376
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|
||||||
broken="triggers segfault in npm"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue