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

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Aug 2 14:51:15 UTC 2014


    Date: Saturday, August 2, 2014 @ 16:51:15
  Author: aginiewicz
Revision: 116737

upgpkg: python-pytables 3.1.1-2

rename lzo dependency

Modified:
  python-pytables/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-02 13:21:24 UTC (rev 116736)
+++ PKGBUILD	2014-08-02 14:51:15 UTC (rev 116737)
@@ -5,12 +5,12 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.1.1
-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"
 license=("BSD")
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 'cython')
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 'cython')
 source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz")
 md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524')
 
@@ -28,7 +28,7 @@
 }
 
 package_python2-pytables() {
-  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+  depends=('lzo' 'hdf5' 'python2-numexpr' 'cython2')
 
   cd "$srcdir"/tables-py2-${pkgver}
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
@@ -42,7 +42,7 @@
 }
 
 package_python-pytables() {
-  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+  depends=('lzo' 'hdf5' 'python-numexpr' 'cython')
 
   cd "$srcdir"/tables-${pkgver}
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1




More information about the arch-commits mailing list