[arch-commits] Commit in python2-astroid/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Jul 15 11:26:44 UTC 2018


    Date: Sunday, July 15, 2018 @ 11:26:43
  Author: foutrelis
Revision: 328684

Simplify package_python2-astroid() to package()

Modified:
  python2-astroid/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-15 11:25:44 UTC (rev 328683)
+++ PKGBUILD	2018-07-15 11:26:43 UTC (rev 328684)
@@ -29,7 +29,7 @@
   pytest2
 }
 
-package_python2-astroid() {
+package() {
   cd "$srcdir"/astroid-astroid-$pkgver
   python2 setup.py install --optimize=1 --skip-build --prefix=/usr --root="$pkgdir"
 }



More information about the arch-commits mailing list