python3-plotly: update to 4.13.0.
This commit is contained in:
parent
1b5b43b585
commit
3c2816659c
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-plotly'
|
# Template file for 'python3-plotly'
|
||||||
pkgname=python3-plotly
|
pkgname=python3-plotly
|
||||||
version=4.9.0
|
version=4.13.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="plotly-${version}"
|
wrksrc="plotly-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-six python3-requests python3-pytz
|
depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat"
|
||||||
python3-decorator python3-jupyter_nbformat"
|
|
||||||
short_desc="Python plotting library for collaborative, interactive graphs"
|
short_desc="Python plotting library for collaborative, interactive graphs"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://plot.ly/python/"
|
homepage="https://plot.ly/python/"
|
||||||
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
|
||||||
checksum=257f530ffd73754bd008454826905657b329053364597479bb9774437a396837
|
checksum=20df14f7883807f57d96ac245841e086a1799f2c2778462a7f3bca704e369c66
|
||||||
conf_files="etc/jupyter/nbconfig/notebook.d/plotlywidget.json"
|
conf_files="etc/jupyter/nbconfig/notebook.d/plotlywidget.json"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Reference in New Issue