18 lines
561 B
Bash
18 lines
561 B
Bash
# Template file for 'python3-influxdb'
|
|
pkgname=python3-influxdb
|
|
version=5.3.1
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-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=46f85e7b04ee4b3dee894672be6a295c94709003a7ddea8820deec2ac4d8b27a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|