aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-influxdb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-influxdb/APKBUILD')
-rw-r--r--testing/py3-influxdb/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/py3-influxdb/APKBUILD b/testing/py3-influxdb/APKBUILD
deleted file mode 100644
index 427de8f73f9..00000000000
--- a/testing/py3-influxdb/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Olivier Mauras <olivier@mauras.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py3-influxdb
-_pkgname=influxdb-python
-pkgver=5.2.3
-pkgrel=2
-pkgdesc="Python bindings for InfluxDB"
-options="!check" # Requires unpackaged nose-cov
-url="https://github.com/influxdata/influxdb-python"
-arch="noarch"
-license="MIT"
-depends="python3 py3-tz py3-six py3-requests py3-dateutil"
-makedepends="py3-setuptools"
-checkdepends="py3-nose"
-source="$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces="py-influxdb" # Backwards compatibility
-provides="py-influxdb=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="49d70e6293883bad16db5d7d72e02988562311a070f8aca6c82880dea7f40b1c411d5882bc9e224934341a5180bc1fcb0987363cdf0e2ffe9e7f1c615e9588f8 py3-influxdb-5.2.3.tar.gz"