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

Felix Yan felixonmars at archlinux.org
Sat Apr 21 04:18:57 UTC 2018


    Date: Saturday, April 21, 2018 @ 04:18:57
  Author: felixonmars
Revision: 317232

upgpkg: python-zope-hookable 4.2.0-1

Modified:
  python-zope-hookable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-21 04:13:04 UTC (rev 317231)
+++ PKGBUILD	2018-04-21 04:18:57 UTC (rev 317232)
@@ -3,7 +3,7 @@
 
 pkgbase=python-zope-hookable
 pkgname=('python-zope-hookable' 'python2-zope-hookable')
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Represents the core of the Zope hookable Architecture"
 arch=('x86_64')
@@ -10,9 +10,9 @@
 url="https://github.com/zopefoundation/zope.hookable"
 license=('ZPL')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz")
-sha512sums=('1c5b8ca4e663d89fc1cf08a18fc0fdc13a40c7c500be0115f94f5768e3ea51600f1e9effbd4f29e185958a0c57875ea8aba1f10ecc31cce22b2dfcd137199bdd')
+sha512sums=('aeeafff7e5c7cbe3d5944864278896f926086514e75be1d5956e32fc0a3769ac11b008c3855a0816084c7deb64f14c65db49852dac2beaf06420a304af6ebb69')
 
 prepare() {
   cp -a zope.hookable-$pkgver{,-py2}
@@ -28,10 +28,10 @@
 
 check() {
   cd "$srcdir"/zope.hookable-$pkgver
-  nosetests3
+  python setup.py nosetests
 
   cd "$srcdir"/zope.hookable-$pkgver-py2
-  nosetests2
+  python2 setup.py pytest
 }
 
 package_python-zope-hookable() {



More information about the arch-commits mailing list