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

Felix Yan felixonmars at archlinux.org
Sat May 25 18:49:42 UTC 2019


    Date: Saturday, May 25, 2019 @ 18:49:42
  Author: felixonmars
Revision: 470767

upgpkg: pylama 7.7.1-2

fix tests/

Modified:
  pylama/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-25 18:49:35 UTC (rev 470766)
+++ PKGBUILD	2019-05-25 18:49:42 UTC (rev 470767)
@@ -4,7 +4,7 @@
 
 pkgname=pylama
 pkgver=7.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Code audit tool for python"
 arch=('any')
 url="https://github.com/klen/pylama"
@@ -30,4 +30,6 @@
 package() {
   cd $pkgname-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/lib/python3.7/site-packages/{,pylama/}tests
 }



More information about the arch-commits mailing list