summaryrefslogtreecommitdiff
path: root/community/python2-numexpr/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-17 00:03:15 +0000
committerroot <root@rshg054.dnsready.net>2012-09-17 00:03:15 +0000
commitd1d75c37c446dfbe9cbae503300e17f2973dbf44 (patch)
treeb456fdc00f58cc15c7faf27ed12dfc9a0f8741b4 /community/python2-numexpr/PKGBUILD
parent50634781b5673a447953e357a63baa66515ec868 (diff)
Mon Sep 17 00:03:15 UTC 2012
Diffstat (limited to 'community/python2-numexpr/PKGBUILD')
-rw-r--r--community/python2-numexpr/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/python2-numexpr/PKGBUILD b/community/python2-numexpr/PKGBUILD
index 6ce7467e1..3c5a1630d 100644
--- a/community/python2-numexpr/PKGBUILD
+++ b/community/python2-numexpr/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 76098 2012-09-11 10:07:07Z aginiewicz $
+# $Id: PKGBUILD 76243 2012-09-15 08:46:42Z aginiewicz $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Sebastien Binet <binet@lblbox>
pkgname=python2-numexpr
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A JIT compiler for Python expressions"
url="http://code.google.com/p/numexpr/"
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@ license=('MIT')
depends=('python2-numpy')
makedepends=('python2-distribute')
provides=('python-numexpr') # temporary compatibility because of rename
+replaces=('python-numexpr') # (there is no python 3 version yet)
source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
md5sums=('5cdc05c2ef8761daeae8a3182e468ba4')