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

Felix Yan felixonmars at archlinux.org
Thu May 18 05:34:24 UTC 2017


    Date: Thursday, May 18, 2017 @ 05:34:23
  Author: felixonmars
Revision: 296239

upgpkg: python-attrs 17.1.0-1

Modified:
  python-attrs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-18 05:21:53 UTC (rev 296238)
+++ PKGBUILD	2017-05-18 05:34:23 UTC (rev 296239)
@@ -3,8 +3,8 @@
 
 pkgbase=python-attrs
 pkgname=('python-attrs' 'python2-attrs')
-pkgver=16.3.0
-pkgrel=2
+pkgver=17.1.0
+pkgrel=1
 pkgdesc="Attributes without boilerplate."
 arch=('any')
 license=('MIT')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-zope-interface'
               'python2-zope-interface' 'python-hypothesis' 'python2-hypothesis')
 source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz")
-md5sums=('4ec003c49360853cf935113d1ae56151')
+sha512sums=('5d902dfefdcfdc693931e0600833d3bc412d26026fda8691cc8f2652b4e872dfd17ac600a463c11152df11db1c9bbf6e598360d1ead50d9ebf5bae4124921517')
 
 prepare() {
   cp -a attrs-$pkgver{,-py2}
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/attrs-$pkgver
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/attrs-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
  
 package_python-attrs() {



More information about the arch-commits mailing list