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

Felix Yan fyan at archlinux.org
Wed Apr 20 16:42:08 UTC 2016


    Date: Wednesday, April 20, 2016 @ 18:42:08
  Author: fyan
Revision: 171452

upgpkg: python-positional 1.1.0-1

Modified:
  python-positional/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-20 16:15:05 UTC (rev 171451)
+++ PKGBUILD	2016-04-20 16:42:08 UTC (rev 171452)
@@ -4,13 +4,13 @@
 
 pkgbase=python-positional
 pkgname=(python-positional python2-positional)
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Library to enforce positional or key-word arguments"
 arch=('any')
 url="https://github.com/morganfainberg/positional"
 license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-wrapt' 'python2-wrapt')
 checkdepends=('python-testrepository' 'python2-testrepository')
 source=("git+https://github.com/morganfainberg/positional.git#tag=$pkgver")
 md5sums=('SKIP')
@@ -36,7 +36,7 @@
 }
 
 package_python-positional() {
-  depends=('python-pbr')
+  depends=('python-pbr' 'python-wrapt')
 
   cd "$srcdir"/positional
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -43,7 +43,7 @@
 }
 
 package_python2-positional() {
-  depends=('python2-pbr')
+  depends=('python2-pbr' 'python2-wrapt')
 
   cd "$srcdir"/positional-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1



More information about the arch-commits mailing list