void-packages/srcpkgs/python3-influxdb/template
2020-04-25 11:17:26 +02:00

20 lines
627 B
Bash

# Template file for 'python3-influxdb'
pkgname=python3-influxdb
version=5.3.0
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python-setuptools"
depends="python3-requests python3-six python3-pytz python3-msgpack python3-dateutil"
short_desc="Python3 client for InfluxDB "
maintainer="Pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/influxdata/influxdb-python"
distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz"
checksum=9bcaafd57ac152b9824ab12ed19f204206ef5df8af68404770554c5b55b475f6
post_install() {
vlicense LICENSE
}