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

Felix Yan fyan at nymeria.archlinux.org
Sat Aug 17 15:10:32 UTC 2013


    Date: Saturday, August 17, 2013 @ 17:10:32
  Author: fyan
Revision: 95849

upgpkg: python-mpi4py 1.3.1-2 Replacement of distribute dependency in favour of setuptools

Modified:
  python-mpi4py/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 15:02:06 UTC (rev 95848)
+++ PKGBUILD	2013-08-17 15:10:32 UTC (rev 95849)
@@ -5,11 +5,11 @@
 pkgbase=python-mpi4py
 pkgname=('python-mpi4py' 'python2-mpi4py')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://mpi4py.scipy.org"
 license=('BSD')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'openmpi')
 source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz)
 
 build() {




More information about the arch-commits mailing list