summaryrefslogtreecommitdiff
path: root/community/cython/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cython/PKGBUILD')
-rw-r--r--community/cython/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD
index ac6ae0c6b..3171442d3 100644
--- a/community/cython/PKGBUILD
+++ b/community/cython/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 98721 2013-10-17 12:42:56Z spupykin $
+# $Id: PKGBUILD 105633 2014-02-12 12:40:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=('cython' 'cython2')
pkgbase=cython
-pkgver=0.19.2
+pkgver=0.20.1
pkgrel=1
pkgdesc="C-Extensions for Python "
arch=(i686 x86_64 'mips64el')
@@ -12,14 +12,10 @@ url="http://www.cython.org"
license=('APACHE')
makedepends=('python-setuptools' 'python2-setuptools')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('4af1218346510b464c0a6bf15500d0e2')
-
-build() {
- true
-}
+md5sums=('52431696c64e618036537c4d9aa79d99')
package_cython() {
- depends=('python')
+ depends=('python' 'python-setuptools')
cd $srcdir/Cython-$pkgver
python setup.py install --root=$pkgdir
@@ -28,7 +24,7 @@ package_cython() {
}
package_cython2() {
- depends=('python2')
+ depends=('python2' 'python2-setuptools')
cd $srcdir/Cython-$pkgver
python2 setup.py install --root=$pkgdir