[arch-commits] Commit in python-influxdb/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Aug 29 19:27:24 UTC 2020


    Date: Saturday, August 29, 2020 @ 19:27:24
  Author: jelle
Revision: 692226

archrelease: copy trunk to community-any

Added:
  python-influxdb/repos/community-any/PKGBUILD
    (from rev 692225, python-influxdb/trunk/PKGBUILD)
Deleted:
  python-influxdb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-29 19:27:18 UTC (rev 692225)
+++ PKGBUILD	2020-08-29 19:27:24 UTC (rev 692226)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Mateusz Galazyn <carbolymer at gmail.com>
-
-pkgname=python-influxdb
-pkgver=5.2.3
-pkgrel=2
-pkgdesc="Python client for InfluxDB"
-arch=('any')
-url="https://github.com/influxdata/influxdb-python/"
-license=('MIT')
-depends=('python' 'python-requests' 'python-dateutil' 'python-six' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-requests-mock' 'python-pandas' 'influxdb')
-optdepends=('influxdb')
-options=(!emptydirs)
-source=("https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz")
-sha512sums=('49d70e6293883bad16db5d7d72e02988562311a070f8aca6c82880dea7f40b1c411d5882bc9e224934341a5180bc1fcb0987363cdf0e2ffe9e7f1c615e9588f8')
-
-build() {
-  cd "$srcdir/influxdb-python-$pkgver"
-  python setup.py build
-}
-
-
-check() {
-  cd "$srcdir/influxdb-python-$pkgver/influxdb"
-  # TODO: fix one failing test
-  INFLUXDB_PYTHON_INFLUXD_PATH=/usr/bin/influxd nosetests -e test_write_points_from_dataframe_with_numeric_precision tests
-}
-
-package() {
-  cd "$srcdir/influxdb-python-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: python-influxdb/repos/community-any/PKGBUILD (from rev 692225, python-influxdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-29 19:27:24 UTC (rev 692226)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Mateusz Galazyn <carbolymer at gmail.com>
+
+pkgname=python-influxdb
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="Python client for InfluxDB"
+arch=('any')
+url="https://github.com/influxdata/influxdb-python/"
+license=('MIT')
+depends=('python' 'python-requests' 'python-dateutil' 'python-six' 'python-pytz' 'python-msgpack')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-requests-mock' 'python-pandas' 'influxdb')
+optdepends=('influxdb')
+options=(!emptydirs)
+source=($pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz)
+sha512sums=('87129544b5bef8062d452447626b639b675bf6ba5076f38d4616a364fa6dfea6aa73beece239aeb8f2294314c4fe6bc7e3ae5d7e463592bd0f77ed3aaaff5557')
+
+build() {
+  cd "$srcdir/influxdb-python-$pkgver"
+  python setup.py build
+}
+
+
+check() {
+  cd "$srcdir/influxdb-python-$pkgver/influxdb"
+  # TODO: fix one failing test
+  # https://github.com/influxdata/influxdb-python/issues/844
+#INFLUXDB_PYTHON_INFLUXD_PATH=/usr/bin/influxd nosetests -e test_write_points_from_dataframe_with_numeric_precision tests
+}
+
+package() {
+  cd "$srcdir/influxdb-python-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list