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

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Jul 30 12:09:11 UTC 2016


    Date: Saturday, July 30, 2016 @ 12:09:11
  Author: aginiewicz
Revision: 184654

upgpkg: python-pytables 3.2.3.1-7

python-pytables: new upstream release

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-30 04:27:06 UTC (rev 184653)
+++ PKGBUILD	2016-07-30 12:09:11 UTC (rev 184654)
@@ -4,19 +4,19 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.2.2
+pkgver=3.2.3.1
 pkgrel=7
 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=('lzo' 'hdf5_18' 'python2-numexpr' 'python-numexpr' 'python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz"
+makedepends=('lzo' 'hdf5_18' 'python2-numexpr' 'python-numexpr' 'python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+source=("https://github.com/PyTables/PyTables/archive/v.${pkgver}.tar.gz"
         "hdf5_18.patch")
-md5sums=('4a9792bba1a21f0853e7841d7c1beed8'
+md5sums=('e1a94b03c01dd49f2ebbd4328056d81d'
          '6cca19b6ce2eb9f84d18888ad2c1a3b4')
 prepare() {
-  cd "$srcdir"/tables-$pkgver
+  cd "$srcdir"/PyTables-v.$pkgver
 
   # -march=native generates AVX instructions if the host supports it, which
   # then results in "SIGILL (Illegal instruction)" on machines lacking AVX
@@ -28,16 +28,16 @@
   patch -Np0 -i "$srcdir"/hdf5_18.patch
   
   cd "${srcdir}" 
-  cp -a tables-$pkgver tables-py2-$pkgver
+  cp -a PyTables-v.$pkgver PyTables-py2-v.$pkgver
 }
 
 build() {
   msg "Building Python2"
-  cd "$srcdir"/tables-py2-$pkgver
+  cd "$srcdir"/PyTables-py2-v.$pkgver
   HDF5_DIR=/usr/include/hdf5_18 LD_LIBRARY_PATH=/usr/lib/hdf5_18  python2 setup.py build 
 
   msg "Building Python3"
-  cd "$srcdir"/tables-$pkgver
+  cd "$srcdir"/PyTables-v.$pkgver
   python setup.py build
 }
 
@@ -44,7 +44,7 @@
 package_python2-pytables() {
   depends=('lzo' 'hdf5_18' 'python2-numexpr')
 
-  cd "$srcdir"/tables-py2-${pkgver}
+  cd "$srcdir"/PyTables-py2-v.${pkgver}
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -64,7 +64,7 @@
 package_python-pytables() {
   depends=('lzo' 'hdf5_18' 'python-numexpr')
 
-  cd "$srcdir"/tables-${pkgver}
+  cd "$srcdir"/PyTables-v.${pkgver}
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



More information about the arch-commits mailing list