[arch-commits] Commit in python-pytables/repos (4 files)

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Mon Jun 10 09:13:55 UTC 2013


    Date: Monday, June 10, 2013 @ 11:13:55
  Author: aginiewicz
Revision: 92633

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pytables/repos/community-i686/PKGBUILD
    (from rev 92632, python-pytables/trunk/PKGBUILD)
  python-pytables/repos/community-x86_64/PKGBUILD
    (from rev 92632, python-pytables/trunk/PKGBUILD)
Deleted:
  python-pytables/repos/community-i686/PKGBUILD
  python-pytables/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   94 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -------------
 community-x86_64/PKGBUILD |   29 -------------
 3 files changed, 94 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-10 09:12:31 UTC (rev 92632)
+++ community-i686/PKGBUILD	2013-06-10 09:13:55 UTC (rev 92633)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Sebastien Binet <binet at cern.ch>
-
-pkgname=python2-pytables
-pkgver=2.4.0
-pkgrel=3
-arch=("i686" "x86_64")
-pkgdesc="PyTables is 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")
-depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
-provides=('python-pytables') # temporary due to package rename
-replaces=('python-pytables') # (there is no python 3 version yet)
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz")
-md5sums=('527ad046f92c9197ca96626b725f71f8')
-
-build() {
-  cd "$srcdir"/tables-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/tables-${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 92632, python-pytables/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-10 09:13:55 UTC (rev 92633)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Sebastien Binet <binet at cern.ch>
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=1
+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')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz")
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd "$srcdir"/tables-${pkgver}
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-10 09:12:31 UTC (rev 92632)
+++ community-x86_64/PKGBUILD	2013-06-10 09:13:55 UTC (rev 92633)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Sebastien Binet <binet at cern.ch>
-
-pkgname=python2-pytables
-pkgver=2.4.0
-pkgrel=3
-arch=("i686" "x86_64")
-pkgdesc="PyTables is 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")
-depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
-provides=('python-pytables') # temporary due to package rename
-replaces=('python-pytables') # (there is no python 3 version yet)
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz")
-md5sums=('527ad046f92c9197ca96626b725f71f8')
-
-build() {
-  cd "$srcdir"/tables-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/tables-${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-pytables/repos/community-x86_64/PKGBUILD (from rev 92632, python-pytables/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-10 09:13:55 UTC (rev 92633)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Sebastien Binet <binet at cern.ch>
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=1
+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')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz")
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd "$srcdir"/tables-${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