void-packages/srcpkgs/python3-plotly/template

27 lines
774 B
Bash
Raw Normal View History

2020-03-31 05:14:47 +00:00
# Template file for 'python3-plotly'
pkgname=python3-plotly
2020-05-29 17:40:34 +00:00
version=4.8.1
2020-03-31 05:15:05 +00:00
revision=1
2020-03-31 05:14:47 +00:00
archs=noarch
2020-03-31 05:15:05 +00:00
wrksrc="plotly-${version}"
2020-03-31 05:14:47 +00:00
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/"
2020-03-31 05:15:05 +00:00
distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz"
2020-05-29 17:40:34 +00:00
checksum=d3fea527fe3dfdd55d7334318f107b05a8407474a0fffe6cd4726c9b99e624f1
2020-03-31 05:15:05 +00:00
conf_files="etc/jupyter/nbconfig/notebook.d/plotlywidget.json"
2020-03-31 05:14:47 +00:00
do_check() {
2020-03-31 05:15:05 +00:00
: no test is shipped
2020-03-31 05:14:47 +00:00
}
post_install() {
2020-03-31 05:15:05 +00:00
mv ${DESTDIR}/usr/etc ${DESTDIR}
2020-03-31 05:14:47 +00:00
vlicense LICENSE.txt
}