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

Jelle van der Waa jelle at archlinux.org
Thu Dec 20 19:50:12 UTC 2018


    Date: Thursday, December 20, 2018 @ 19:50:11
  Author: jelle
Revision: 417027

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-20 19:50:04 UTC (rev 417026)
+++ PKGBUILD	2018-12-20 19:50:11 UTC (rev 417027)
@@ -1,37 +0,0 @@
-# Contributor: Mateusz Galazyn <carbolymer at gmail.com>
-
-pkgname=python-influxdb
-pkgver=5.2.0
-pkgrel=3
-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=('de86037abd5b371480029ff0bb8935c551030e5954c34a2915829b916c62444ee67bce89f553c39ea4d73369ff3c8c8a4639f5c2bfcfc9ac8ddfe6919fd020fd')
-
-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 417026, python-influxdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-20 19:50:11 UTC (rev 417027)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Mateusz Galazyn <carbolymer at gmail.com>
+
+pkgname=python-influxdb
+pkgver=5.2.1
+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')
+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=('5a537ca14330d4ff133db1a06a126a7de2eedaa4dfe17e843cb07c7f7d515eb483d498348b28a172a99eac3942b05d91f507feb6dcc4de2e9568940e0520acdc')
+
+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:



More information about the arch-commits mailing list