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

Lukas Fleischer lfleischer at archlinux.org
Wed Jan 29 14:39:10 UTC 2020


    Date: Wednesday, January 29, 2020 @ 14:39:10
  Author: lfleischer
Revision: 558952

python-yaml: do not use makepkg subroutines

Modified:
  python-yaml/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 14:39:02 UTC (rev 558951)
+++ PKGBUILD	2020-01-29 14:39:10 UTC (rev 558952)
@@ -22,23 +22,23 @@
 }
 
 build() {
-  msg2 "Building python..."
-  (cd PyYAML-$pkgver
+  (
+    cd PyYAML-$pkgver
     python setup.py --with-libyaml build
   )
-  msg2 "Building python2..."
-  (cd PyYAML-$pkgver-py2
+  (
+    cd PyYAML-$pkgver-py2
     python2 setup.py --with-libyaml build
   )
 }
 
 check() {
-  msg2 "Checking python..."
-  (cd PyYAML-$pkgver
+  (
+    cd PyYAML-$pkgver
     python setup.py test
   )
-  msg2 "Checking python2..."
-  (cd PyYAML-$pkgver-py2
+  (
+    cd PyYAML-$pkgver-py2
     python2 setup.py test
   )
 }



More information about the arch-commits mailing list