python3-plotly: update to 5.15.0.
This commit is contained in:
parent
5e8bd53e42
commit
879a0aa941
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-plotly'
|
# Template file for 'python3-plotly'
|
||||||
pkgname=python3-plotly
|
pkgname=python3-plotly
|
||||||
version=4.14.3
|
version=5.15.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat"
|
depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat python3-tenacity"
|
||||||
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/"
|
||||||
changelog="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
|
changelog="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
|
||||||
checksum=7d8aaeed392e82fb8e0e48899f2d3d957b12327f9d38cdd5802bc574a8a39d91
|
checksum=822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f
|
||||||
conf_files="etc/jupyter/nbconfig/notebook.d/plotlywidget.json"
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: no test is shipped
|
: no test is shipped
|
||||||
|
|
Loading…
Reference in New Issue