python3-plotly: update to 5.22.0.
This commit is contained in:
parent
dfa483a256
commit
9514894aca
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-plotly'
|
||||
pkgname=python3-plotly
|
||||
version=5.15.0
|
||||
revision=2
|
||||
version=5.22.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat python3-tenacity"
|
||||
|
@ -11,11 +11,8 @@ license="MIT"
|
|||
homepage="https://plot.ly/python/"
|
||||
changelog="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
|
||||
checksum=822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f
|
||||
|
||||
do_check() {
|
||||
: no test is shipped
|
||||
}
|
||||
checksum=859fdadbd86b5770ae2466e542b761b247d1c6b49daed765b95bb8c7063e7469
|
||||
make_check=no # no tests are shipped
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||
|
|
Loading…
Reference in New Issue