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

Andrzej Giniewicz aginiewicz at archlinux.org
Fri May 15 16:28:37 UTC 2015


    Date: Friday, May 15, 2015 @ 18:28:35
  Author: aginiewicz
Revision: 133515

upgpkg: python-pytables 3.2.0-2

python-pytables: fix FS#44971

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-15 14:25:23 UTC (rev 133514)
+++ PKGBUILD	2015-05-15 16:28:35 UTC (rev 133515)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org"
@@ -39,10 +39,11 @@
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-  # see FS#36015
+  # see FS#36015 and FS#44971
   mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
   mv "$pkgdir"/usr/bin/ptdump{,-2.7}
   mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
 }
 
 package_python-pytables() {



More information about the arch-commits mailing list