[arch-commits] CVS update of extra/devel/pyrex (PKGBUILD)

Jason Chu jason at archlinux.org
Tue May 22 22:05:11 UTC 2007


    Date: Tuesday, May 22, 2007 @ 18:05:11
  Author: jason
    Path: /home/cvs-extra/extra/devel/pyrex

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: pyrex 0.9.5.1a-1


----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)


Index: extra/devel/pyrex/PKGBUILD
diff -u extra/devel/pyrex/PKGBUILD:1.9 extra/devel/pyrex/PKGBUILD:1.10
--- extra/devel/pyrex/PKGBUILD:1.9	Wed Jan 24 11:06:42 2007
+++ extra/devel/pyrex/PKGBUILD	Tue May 22 18:05:11 2007
@@ -1,23 +1,20 @@
-# $Id: PKGBUILD,v 1.9 2007/01/24 16:06:42 jason Exp $
+# $Id: PKGBUILD,v 1.10 2007/05/22 22:05:11 jason Exp $
 # Maintainer: Arjan timmerman <arjan at soulfly.nl>
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgname=pyrex
-pkgver=0.9.4.1
-pkgrel=2
+pkgver=0.9.5.1a
+pkgrel=1
 pkgdesc="Language for writing Python extension modules"
 arch=(i686 x86_64)
 url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/"
 license=""
 depends=('python>=2.5')
-source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz python2.5.patch exception.patch)
-md5sums=('425f0543c634bc7a86fe4fce02e0e882' '2ab1a630b85336e51c2cc0a360213f16'\
-         'b4e357bb0ea54e79443bf9a6e4a06e36')
+source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz)
+md5sums=('0132c5cd2f8685e4948fb14dcb65f637')
+sha1sums=('ea8b6e5981ec2d05306a8fc42bb1c429bd3f5966')
 
 build() {
   cd ${startdir}/src/Pyrex-${pkgver}
-  #patch -Np1 -i ${startdir}/src/Pyrex-0.9.3-gcc4-small.patch || return 1
-  patch -Np0 -i ../python2.5.patch || return 1
-  patch -Np0 -i ../exception.patch || return 1
   python setup.py install --root=${startdir}/pkg --prefix=/usr
 }




More information about the arch-commits mailing list