void-packages/srcpkgs/python3-plotly/template

24 lines
742 B
Bash

# Template file for 'python3-plotly'
pkgname=python3-plotly
version=5.15.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat python3-tenacity"
short_desc="Python plotting library for collaborative, interactive graphs"
maintainer="pulux <pulux@pf4sh.de>"
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
}
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE.txt
}