27 lines
774 B
Bash
27 lines
774 B
Bash
# Template file for 'python3-plotly'
|
|
pkgname=python3-plotly
|
|
version=4.9.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="plotly-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-six python3-requests python3-pytz
|
|
python3-decorator python3-jupyter_nbformat"
|
|
short_desc="Python plotting library for collaborative, interactive graphs"
|
|
maintainer="pulux <pulux@pf4sh.de>"
|
|
license="MIT"
|
|
homepage="https://plot.ly/python/"
|
|
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
|
|
checksum=257f530ffd73754bd008454826905657b329053364597479bb9774437a396837
|
|
conf_files="etc/jupyter/nbconfig/notebook.d/plotlywidget.json"
|
|
|
|
do_check() {
|
|
: no test is shipped
|
|
}
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
|
vlicense LICENSE.txt
|
|
}
|