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

Felix Yan felixonmars at archlinux.org
Mon Sep 18 16:46:51 UTC 2017


    Date: Monday, September 18, 2017 @ 16:46:50
  Author: felixonmars
Revision: 305818

upgpkg: python-six 1.11.0-1

Modified:
  python-six/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-18 15:19:35 UTC (rev 305817)
+++ PKGBUILD	2017-09-18 16:46:50 UTC (rev 305818)
@@ -5,16 +5,16 @@
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.11.0
+pkgrel=1
 pkgdesc="Python 2 and 3 compatibility utilities"
 arch=('any')
 url="http://pypi.python.org/pypi/six/"
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'tk')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'tk')
 source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz")
-md5sums=('34eed507548117b2ab523ab14b2f8b55')
+sha512sums=('33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24')
 
 build() {
   cp -a six-$pkgver{,-py2}
@@ -22,10 +22,10 @@
 
 check() {
   cd "$srcdir"/six-$pkgver
-  py.test
+  python setup.py pytest
 
   cd "$srcdir"/six-$pkgver-py2
-  py.test2
+  python2 setup.py pytest
 }
 
 package_python-six() {



More information about the arch-commits mailing list