summaryrefslogtreecommitdiff
path: root/community/python-numexpr
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-22 15:46:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-22 15:46:48 +0200
commit06dc337f60287526f4db95ce79a2ea506023bffa (patch)
tree1eecfa4a004b96e68b0be4da4b9a9f797f1e633b /community/python-numexpr
parentf4e7589d7749be9ccaf3d1db51808ea1ab7c3282 (diff)
parente9509842445d4a99493d1b643ffdafdca62263ae (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/python-mpi4py/PKGBUILD community/python-psutil/PKGBUILD extra/kdepim/PKGBUILD extra/libgtop/PKGBUILD libre/bitlbee-libre/PKGBUILD
Diffstat (limited to 'community/python-numexpr')
-rw-r--r--community/python-numexpr/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-numexpr/PKGBUILD b/community/python-numexpr/PKGBUILD
index c45780544..379a16e6d 100644
--- a/community/python-numexpr/PKGBUILD
+++ b/community/python-numexpr/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 90422 2013-05-12 09:41:18Z aginiewicz $
+# $Id: PKGBUILD 96119 2013-08-20 06:32:53Z lcarlier $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Sebastien Binet <binet@lblbox>
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' 'mips64el')
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')