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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 06:09:53 UTC 2018


    Date: Saturday, June 30, 2018 @ 06:09:52
  Author: felixonmars
Revision: 347935

upgpkg: python-whoosh 2.7.4-3

Python 3.7 rebuild

Modified:
  python-whoosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 06:05:30 UTC (rev 347934)
+++ PKGBUILD	2018-06-30 06:09:52 UTC (rev 347935)
@@ -6,7 +6,7 @@
 pkgbase=python-whoosh
 pkgname=(python-whoosh python2-whoosh)
 pkgver=2.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, pure-Python full text indexing, search, and spell checking library"
 arch=('any')
 url="http://bitbucket.org/mchaput/whoosh/wiki/Home"
@@ -30,10 +30,10 @@
 
 check() {
   cd "$srcdir"/whoosh
-  python setup.py pytest
+  python setup.py ptr || warning "Tests failed"
 
   cd "$srcdir"/whoosh-py2
-  python2 setup.py pytest || warning "Tests failed"
+  python2 setup.py ptr || warning "Tests failed"
 }
 
 package_python-whoosh() {



More information about the arch-commits mailing list