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

Felix Yan felixonmars at archlinux.org
Mon Dec 10 18:12:01 UTC 2018


    Date: Monday, December 10, 2018 @ 18:12:00
  Author: felixonmars
Revision: 341558

upgpkg: python-six 1.12.0-1

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-10 17:41:52 UTC (rev 341557)
+++ PKGBUILD	2018-12-10 18:12:00 UTC (rev 341558)
@@ -4,16 +4,16 @@
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.12.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-runner' 'python2-pytest-runner' 'tk')
+checkdepends=('python-pytest' 'python2-pytest' 'tk')
 source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz")
-sha512sums=('33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24')
+sha512sums=('937728372edf1e0ac13bbd706723d0de35e015c30d0ae41f789c5ed2e3669bb0db70cdc6e036ec2d437a6c4aa0d5d1e727b6d09ac34cca7e4e92e5d3b4775151')
 
 build() {
   cp -a six-$pkgver{,-py2}
@@ -21,10 +21,10 @@
 
 check() {
   cd "$srcdir"/six-$pkgver
-  python setup.py pytest
+  python -m pytest
 
   cd "$srcdir"/six-$pkgver-py2
-  python2 setup.py pytest
+  python2 -m pytest
 }
 
 package_python-six() {



More information about the arch-commits mailing list