mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-bokeh: update to 3.0.2.
This commit is contained in:
parent
1ddf45eaa5
commit
bbfa95be1b
1 changed files with 13 additions and 6 deletions
|
@ -1,21 +1,28 @@
|
||||||
# Template file for 'python3-bokeh'
|
# Template file for 'python3-bokeh'
|
||||||
pkgname=python3-bokeh
|
pkgname=python3-bokeh
|
||||||
version=2.4.3
|
version=3.0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-colorama"
|
||||||
depends="python3-yaml python3-dateutil python3-Jinja2 python3-numpy
|
depends="python3-Jinja2 python3-contourpy python3-numpy python3-packaging
|
||||||
python3-Pillow python3-packaging python3-tornado python3-typing_extensions"
|
python3-pandas python3-Pillow python3-yaml python3-tornado python3-xyzservices"
|
||||||
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://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=ef33801161af379665ab7a34684f2209861e3aefd5c803a21fbbb99d94874b03
|
checksum=fb537cf24f5a25a6739393f9906ddf8c913bfebc4cb120d342e8262889326f7d
|
||||||
# Tests have unpackaged dependencies and require fetching data; skipping
|
# Tests have unpackaged dependencies and require fetching data; skipping
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# Bokeh expects to determine its version from Git tags
|
||||||
|
vsed -i pyproject.toml -e '/dynamic =/s/"version"//' \
|
||||||
|
-e "/^name =/a version = \"${version}\"" \
|
||||||
|
-e '/^requires =/s/"setuptools-git-versioning",//'
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue