mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-plotly: update to 5.22.0.
This commit is contained in:
parent
dfa483a256
commit
9514894aca
1 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-plotly'
|
# Template file for 'python3-plotly'
|
||||||
pkgname=python3-plotly
|
pkgname=python3-plotly
|
||||||
version=5.15.0
|
version=5.22.0
|
||||||
revision=2
|
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 python3-tenacity"
|
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/"
|
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=822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f
|
checksum=859fdadbd86b5770ae2466e542b761b247d1c6b49daed765b95bb8c7063e7469
|
||||||
|
make_check=no # no tests are shipped
|
||||||
do_check() {
|
|
||||||
: no test is shipped
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue