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

Ángel Velásquez angvp at nymeria.archlinux.org
Mon Aug 19 10:19:22 UTC 2013


    Date: Monday, August 19, 2013 @ 12:19:22
  Author: angvp
Revision: 96016

upgpkg: python-numexpr 2.1-2

Rebuild against setuptools

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-19 10:19:08 UTC (rev 96015)
+++ PKGBUILD	2013-08-19 10:19:22 UTC (rev 96016)
@@ -5,12 +5,12 @@
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A JIT compiler for Python expressions"
 url="http://code.google.com/p/numexpr/"
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('python2-distribute' 'python-distribute' 'python-numpy' 'python2-numpy')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 'python2-numpy')
 source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
 md5sums=('8c138e81fb4214d05453da0fc88bf0d5')
 




More information about the arch-commits mailing list