From e1ce3448384c729aa733766f9e551063b9fb5750 Mon Sep 17 00:00:00 2001 From: Pulux Date: Tue, 28 Jan 2020 17:32:58 +0100 Subject: [PATCH] New package: python3-influxdb-5.2.3 --- srcpkgs/python3-influxdb/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-influxdb/template diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template new file mode 100644 index 00000000000..47cac15ee64 --- /dev/null +++ b/srcpkgs/python3-influxdb/template @@ -0,0 +1,19 @@ +# Template file for 'python3-influxdb' +pkgname=python3-influxdb +version=5.2.3 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python-module +hostmakedepends="python3-setuptools" +depends="python3-requests python3-six python3-pytz python3-msgpack python3-dateutil" +short_desc="Python3 client for InfluxDB " +maintainer="Pulux " +license="MIT" +homepage="https://github.com/influxdata/influxdb-python" +distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz" +checksum=30276c7e04bf7659424c733b239ba2f0804d7a1f3c59ec5dd3f88c56176c8d36 + +post_install() { + vlicense LICENSE +}