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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Feb 3 09:20:37 UTC 2014


    Date: Monday, February 3, 2014 @ 10:20:37
  Author: spupykin
Revision: 105227

upgpkg: cython 0.20-2

upd

Modified:
  cython/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-03 09:08:38 UTC (rev 105226)
+++ PKGBUILD	2014-02-03 09:20:37 UTC (rev 105227)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.20
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org"
@@ -14,12 +14,8 @@
 source=("http://cython.org/release/Cython-$pkgver.tar.gz")
 md5sums=('6563dad21e2b5e31f9f7262a60dd0550')
 
-build() {
-  true
-}
-
 package_cython() {
-  depends=('python')
+  depends=('python' 'python-setuptools')
 
   cd $srcdir/Cython-$pkgver
   python setup.py install --root=$pkgdir
@@ -28,7 +24,7 @@
 }
 
 package_cython2() {
-  depends=('python2')
+  depends=('python2' 'python2-setuptools')
 
   cd $srcdir/Cython-$pkgver
   python2 setup.py install --root=$pkgdir




More information about the arch-commits mailing list