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

Felix Yan fyan at nymeria.archlinux.org
Thu Aug 15 02:50:55 UTC 2013


    Date: Thursday, August 15, 2013 @ 04:50:55
  Author: fyan
Revision: 95616

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

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

---------------------------+
 /PKGBUILD                 |   96 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   48 ----------------------
 community-x86_64/PKGBUILD |   43 -------------------
 3 files changed, 96 insertions(+), 91 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-15 02:46:08 UTC (rev 95615)
+++ community-i686/PKGBUILD	2013-08-15 02:50:55 UTC (rev 95616)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Sebastien Binet <binet at cern.ch>
-
-pkgbase=python-mpi4py
-pkgname=('python-mpi4py' 'python2-mpi4py')
-pkgver=1.3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://mpi4py.scipy.org"
-license=('BSD')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi')
-source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz)
-
-build() {
-    cd "${srcdir}"
-    cp -a mpi4py-${pkgver}{,-python2}
-
-    # Build python 3 module
-    cd mpi4py-${pkgver}
-    python3 setup.py build
-
-    # Build python 2 module
-    cd ../mpi4py-${pkgver}-python2
-    python2 setup.py build
-}
-
-package_python-mpi4py() {
-    pkgdesc="Python bindings of the Message Passing Interface (MPI)"
-    depends=('python>=3.3' 'openmpi')
-
-    cd "${srcdir}/mpi4py-${pkgver}"
-    python3 setup.py install --root "${pkgdir}" --optimize=1 --skip-build
-
-    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-mpi4py() {
-    pkgdesc="Python2 bindings of the Message Passing Interface (MPI)"
-    depends=('python2>=2.7' 'openmpi')
-
-    cd "${srcdir}/mpi4py-${pkgver}-python2"
-    python2 setup.py install --root "${pkgdir}" --optimize=1 --skip-build
-
-    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-sha512sums=('15e81f2a1e6f6af7a54f0e8ec43ddf36cc565b7fe9e3dd35603c9d128199c5acd1584757ffca999c8826c0bbccf371175d40a7a24c85d3369efd77da5b3b603f')

Copied: python-mpi4py/repos/community-i686/PKGBUILD (from rev 95615, python-mpi4py/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-15 02:50:55 UTC (rev 95616)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sebastien Binet <binet at cern.ch>
+
+pkgbase=python-mpi4py
+pkgname=('python-mpi4py' 'python2-mpi4py')
+pkgver=1.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://mpi4py.scipy.org"
+license=('BSD')
+makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi')
+source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz)
+
+build() {
+    cd "${srcdir}"
+    cp -a mpi4py-${pkgver}{,-python2}
+
+    # Build python 3 module
+    cd mpi4py-${pkgver}
+    python3 setup.py build
+
+    # Build python 2 module
+    cd ../mpi4py-${pkgver}-python2
+    python2 setup.py build
+}
+
+package_python-mpi4py() {
+    pkgdesc="Python bindings of the Message Passing Interface (MPI)"
+    depends=('python>=3.3' 'openmpi')
+
+    cd "${srcdir}/mpi4py-${pkgver}"
+    python3 setup.py install --root "${pkgdir}" --optimize=1 --skip-build
+
+    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-mpi4py() {
+    pkgdesc="Python2 bindings of the Message Passing Interface (MPI)"
+    depends=('python2>=2.7' 'openmpi')
+
+    cd "${srcdir}/mpi4py-${pkgver}-python2"
+    python2 setup.py install --root "${pkgdir}" --optimize=1 --skip-build
+
+    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+sha512sums=('15e81f2a1e6f6af7a54f0e8ec43ddf36cc565b7fe9e3dd35603c9d128199c5acd1584757ffca999c8826c0bbccf371175d40a7a24c85d3369efd77da5b3b603f')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-15 02:46:08 UTC (rev 95615)
+++ community-x86_64/PKGBUILD	2013-08-15 02:50:55 UTC (rev 95616)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Sebastien Binet <binet at cern.ch>
-
-pkgbase=python-mpi4py
-pkgname=('python-mpi4py' 'python2-mpi4py')
-pkgver=1.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://mpi4py.scipy.org"
-license=('BSD')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi')
-source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz)
-sha1sums=('282c1b9e35b242c9bd86126ebc5af6c70d8c2833')
-
-build() {
-    cd "${srcdir}"
-    cp -a mpi4py-${pkgver}{,-python2}
-
-    # Build python 3 module
-    cd mpi4py-${pkgver}
-    python3 setup.py build
-
-    # Build python 2 module
-    cd ../mpi4py-${pkgver}-python2
-    python2 setup.py build
-}
-
-package_python-mpi4py() {
-    pkgdesc="Python bindings of the Message Passing Interface (MPI)"
-    depends=('python>=3.3' 'openmpi')
-
-    cd "${srcdir}/mpi4py-${pkgver}"
-    python3 setup.py install --root "${pkgdir}" --optimize=1 --skip-build 
-}
-
-package_python2-mpi4py() {
-    pkgdesc="Python2 bindings of the Message Passing Interface (MPI)"
-    depends=('python2>=2.7' 'openmpi')
-
-    cd "${srcdir}/mpi4py-${pkgver}-python2"
-    python2 setup.py install --root "${pkgdir}" --optimize=1 --skip-build 
-}

Copied: python-mpi4py/repos/community-x86_64/PKGBUILD (from rev 95615, python-mpi4py/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-15 02:50:55 UTC (rev 95616)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sebastien Binet <binet at cern.ch>
+
+pkgbase=python-mpi4py
+pkgname=('python-mpi4py' 'python2-mpi4py')
+pkgver=1.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://mpi4py.scipy.org"
+license=('BSD')
+makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi')
+source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz)
+
+build() {
+    cd "${srcdir}"
+    cp -a mpi4py-${pkgver}{,-python2}
+
+    # Build python 3 module
+    cd mpi4py-${pkgver}
+    python3 setup.py build
+
+    # Build python 2 module
+    cd ../mpi4py-${pkgver}-python2
+    python2 setup.py build
+}
+
+package_python-mpi4py() {
+    pkgdesc="Python bindings of the Message Passing Interface (MPI)"
+    depends=('python>=3.3' 'openmpi')
+
+    cd "${srcdir}/mpi4py-${pkgver}"
+    python3 setup.py install --root "${pkgdir}" --optimize=1 --skip-build
+
+    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-mpi4py() {
+    pkgdesc="Python2 bindings of the Message Passing Interface (MPI)"
+    depends=('python2>=2.7' 'openmpi')
+
+    cd "${srcdir}/mpi4py-${pkgver}-python2"
+    python2 setup.py install --root "${pkgdir}" --optimize=1 --skip-build
+
+    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+sha512sums=('15e81f2a1e6f6af7a54f0e8ec43ddf36cc565b7fe9e3dd35603c9d128199c5acd1584757ffca999c8826c0bbccf371175d40a7a24c85d3369efd77da5b3b603f')




More information about the arch-commits mailing list