[arch-commits] Commit in python-cloudflare/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 4 07:42:12 UTC 2018


    Date: Sunday, March 4, 2018 @ 07:42:11
  Author: felixonmars
Revision: 302331

upgpkg: python-cloudflare 2.1.0-2

fix dependency on jsonlines

Modified:
  python-cloudflare/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-04 07:41:52 UTC (rev 302330)
+++ PKGBUILD	2018-03-04 07:42:11 UTC (rev 302331)
@@ -4,13 +4,14 @@
 pkgbase=python-cloudflare
 pkgname=('python-cloudflare' 'python2-cloudflare')
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python wrapper for the Cloudflare v4 API'
 arch=('any')
 license=('MIT')
 url='https://github.com/cloudflare/python-cloudflare'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests'
-             'python-future' 'python2-future' 'python-yaml' 'python2-yaml')
+             'python-future' 'python2-future' 'python-yaml' 'python2-yaml' 'python-jsonlines'
+             'python2-jsonlines')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz")
 sha512sums=('e9e55a0fa4debde3a050bc6b1c8dfe4721021e5467dfc0a3f7c3c20d5f97ac713cfbef0626ed747eeb30947c74c881cc34e7fac5257e5b874fb9eaf6af56c568')
@@ -36,7 +37,7 @@
 }
 
 package_python-cloudflare() {
-  depends=('python-requests' 'python-future' 'python-yaml')
+  depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines')
 
   cd python-cloudflare-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -46,7 +47,7 @@
 }
 
 package_python2-cloudflare() {
-  depends=('python2-requests' 'python2-future' 'python2-yaml')
+  depends=('python2-requests' 'python2-future' 'python2-yaml' 'python2-jsonlines')
 
   cd python-cloudflare-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list