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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu May 10 10:50:59 UTC 2018


    Date: Thursday, May 10, 2018 @ 10:50:58
  Author: aginiewicz
Revision: 320181

upgpkg: python-pytables 3.4.3-1

python-pytables: new upstream release

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-10 10:50:40 UTC (rev 320180)
+++ PKGBUILD	2018-05-10 10:50:58 UTC (rev 320181)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 arch=("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"
@@ -12,7 +12,7 @@
 license=("BSD")
 makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
 source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz")
-md5sums=('a14bc216fa323562a35029183c0ffda9')
+md5sums=('7ecb9fef7c04d118294a3ae5d9aaa579')
 
 prepare() {
   cd "$srcdir"/PyTables-$pkgver
@@ -24,11 +24,11 @@
 build() {
   msg "Building Python2"
   cd "$srcdir"/PyTables-py2-$pkgver
-  python2 setup.py build --blosc=/usr
+  python2 setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
 
   msg "Building Python3"
   cd "$srcdir"/PyTables-$pkgver
-  python setup.py build --blosc=/usr
+  python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
 }
 
 package_python2-pytables() {



More information about the arch-commits mailing list