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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 15:46:04 UTC 2019


    Date: Sunday, February 10, 2019 @ 15:46:02
  Author: aginiewicz
Revision: 431479

upgpkg: python-pytables 3.4.4-5

python-pytables: blosc rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 15:45:52 UTC (rev 431478)
+++ PKGBUILD	2019-02-10 15:46:02 UTC (rev 431479)
@@ -5,10 +5,10 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.4.4
-pkgrel=4
+pkgrel=5
 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"
+url="https://www.pytables.org"
 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")
@@ -22,11 +22,11 @@
 }
 
 build() {
-  msg "Building Python2"
+  # "Building Python2"
   cd "$srcdir"/PyTables-py2-$pkgver
   python2 setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
 
-  msg "Building Python3"
+  # "Building Python3"
   cd "$srcdir"/PyTables-$pkgver
   python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
 }



More information about the arch-commits mailing list