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

Filipe Laíns ffy00 at archlinux.org
Sat Mar 13 15:18:16 UTC 2021


    Date: Saturday, March 13, 2021 @ 15:18:16
  Author: ffy00
Revision: 890307

upgpkg: python-litex-boards 2020.12-2

Modified:
  python-litex-boards/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 15:15:56 UTC (rev 890306)
+++ PKGBUILD	2021-03-13 15:18:16 UTC (rev 890307)
@@ -3,7 +3,7 @@
 _pkgname=litex-boards
 pkgname=python-$_pkgname
 pkgver=2020.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Small footprint and configurable Ethernet core'
 arch=('any')
 url="https://github.com/litex-hub/$_pkgname"
@@ -24,4 +24,7 @@
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # remove tests
+  rm -rf "$pkgdir"/usr/lib/python*/site-packages/test
 }



More information about the arch-commits mailing list