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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Aug 27 12:07:59 UTC 2013


    Date: Tuesday, August 27, 2013 @ 14:07:59
  Author: arodseth
Revision: 96396

Fixed the check() function

Modified:
  python-flask/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ----
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-27 12:07:24 UTC (rev 96395)
+++ PKGBUILD	2013-08-27 12:07:59 UTC (rev 96396)
@@ -34,13 +34,9 @@
 
 check_python-flask() {
   cd "$pkgname-$pkgver"
-
   python setup.py test
-}
 
-check_python2-flask() {
   cd "$pkgname-$pkgver"
-
   python2 setup.py test
 }
 




More information about the arch-commits mailing list