mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-pytables to 3.1.1-2
This commit is contained in:
parent
274ac02ab7
commit
5d3989f635
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,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"
|
||||
'arm.patch')
|
||||
md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524'
|
||||
|
@ -38,7 +38,7 @@ build() {
|
|||
}
|
||||
|
||||
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
|
||||
|
@ -52,7 +52,7 @@ package_python2-pytables() {
|
|||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue