void-packages/srcpkgs/python3-plotly/template

21 lines
741 B
Bash

# Template file for 'python3-plotly'
pkgname=python3-plotly
version=5.24.1
revision=1
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=dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae
make_check=no # no tests are shipped
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE.txt
}