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

Balló György bgyorgy at archlinux.org
Tue Mar 17 09:14:40 UTC 2020


    Date: Tuesday, March 17, 2020 @ 09:14:39
  Author: bgyorgy
Revision: 600025

upgpkg: python-boto 2.49.0.20190327-3: Remove deprecated python 2 tools (FS#65862)

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-17 09:14:02 UTC (rev 600024)
+++ PKGBUILD	2020-03-17 09:14:39 UTC (rev 600025)
@@ -5,7 +5,7 @@
 pkgname=python-boto
 pkgver=2.49.0.20190327
 _commit=9e1cd3bd76e738d80630f1bd9160fd87c8eab865
-pkgrel=2
+pkgrel=3
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
 url='https://github.com/boto/boto'
@@ -35,4 +35,7 @@
 
   python setup.py install -O1 --root="$pkgdir"
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  
+  # Remove (somewhat deprecated) python 2 tools.
+  rm -r "$pkgdir"/usr/bin
 }



More information about the arch-commits mailing list