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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Jan 4 06:59:30 UTC 2020


    Date: Saturday, January 4, 2020 @ 06:59:29
  Author: yan12125
Revision: 547779

upgpkg: python-pynamodb 4.2.0-3; don't install files under /usr/lib/python3.8/site-packages/tests/

Modified:
  python-pynamodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 04:38:08 UTC (rev 547778)
+++ PKGBUILD	2020-01-04 06:59:29 UTC (rev 547779)
@@ -2,7 +2,7 @@
 
 pkgname=python-pynamodb
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A pythonic interface to Amazon's DynamoDB"
 arch=(any)
 url='https://pynamodb.readthedocs.io/'
@@ -30,6 +30,7 @@
 package() {
   cd PynamoDB-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  rm -rv "$pkgdir"/usr/lib/python*/site-packages/tests
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



More information about the arch-commits mailing list