[arch-commits] Commit in python-pytables/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Thu May 30 18:21:41 UTC 2019
Date: Thursday, May 30, 2019 @ 18:21:40
Author: archange
Revision: 475012
upgpkg: python-pytables 3.5.2-1
Modified:
python-pytables/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-30 18:21:30 UTC (rev 475011)
+++ PKGBUILD 2019-05-30 18:21:40 UTC (rev 475012)
@@ -3,16 +3,16 @@
# Contributor: Sebastien Binet <binet at cern.ch>
pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.5.1
+pkgname=(python2-pytables python-pytables)
+pkgver=3.5.2
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"
+arch=(x86_64)
url="https://www.pytables.org"
license=("BSD")
-makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
+makedepends=(lzo hdf5 python2-numexpr python-numexpr python-setuptools python2-setuptools cython cython2 blosc bzip2)
source=(${pkgbase}-${pkgver}.tar.gz::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz")
-sha256sums=('fda2e5071ce064ae1e808623e4c6166e6ab5f0f6152043991c5151d4e2622f2e')
+sha256sums=('e4fc6f1194f02a8b10ff923e77364fb70710592f620d7de35f4d4e064dc70e91')
prepare() {
cp -a PyTables-$pkgver PyTables-py2-$pkgver
@@ -29,7 +29,7 @@
}
package_python2-pytables() {
- depends=('lzo' 'hdf5' 'python2-numexpr' 'blosc')
+ depends=(lzo hdf5 python2-numexpr blosc)
cd PyTables-py2-$pkgver
python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" --optimize=1
@@ -49,7 +49,7 @@
}
package_python-pytables() {
- depends=('lzo' 'hdf5' 'python-numexpr' 'blosc')
+ depends=(lzo hdf5 python-numexpr blosc)
cd PyTables-${pkgver}
python setup.py install --skip-build --prefix=/usr --root="$pkgdir" --optimize=1
More information about the arch-commits
mailing list