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

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:04:40
  Author: arojas
Revision: 168405

Update to 0.24a1

Modified:
  cython2-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 22:46:01 UTC (rev 168404)
+++ PKGBUILD2016-03-25 23:04:40 UTC (rev 168405)
@@ -3,8 +3,8 @@
 # Contributor: Igor Scabini 
 
 pkgname=cython2-devel
-pkgver=0.24a0
-pkgrel=2
+pkgver=0.24a1
+pkgrel=1
 pkgdesc="C-Extensions for Python - Development version"
 arch=(i686 x86_64)
 url="http://www.cython.org;
@@ -14,7 +14,7 @@
 conflicts=('cython2')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz;
 
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
-md5sums=('4ee8f60c1358d0980efce8505470d089'
+md5sums=('72fcfb4415ebd843aa9edaf3cd89c3f8'
  '90d18245397a3fe983418f4d736a7167')
 
 prepare() {


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:45:27
  Author: arojas
Revision: 168403

Search system paths for .pxi files

Modified:
  cython2-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 22:24:06 UTC (rev 168402)
+++ PKGBUILD2016-03-25 22:45:27 UTC (rev 168403)
@@ -4,7 +4,7 @@
 
 pkgname=cython2-devel
 pkgver=0.24a0
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python - Development version"
 arch=(i686 x86_64)
 url="http://www.cython.org;
@@ -12,9 +12,16 @@
 depends=('python2-setuptools')
 provides=('cython2')
 conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('4ee8f60c1358d0980efce8505470d089')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;
+
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
+md5sums=('4ee8f60c1358d0980efce8505470d089'
+ '90d18245397a3fe983418f4d736a7167')
 
+prepare() {
+  cd Cython-$pkgver
+  patch -p1 -i ../483.patch
+}
+
 package() {
   cd $srcdir/Cython-$pkgver
   python2 setup.py install --root=$pkgdir


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

2015-06-05 Thread Antonio Rojas
Date: Friday, June 5, 2015 @ 19:32:43
  Author: arojas
Revision: 134868

New snapshot

Modified:
  cython2-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 17:25:38 UTC (rev 134867)
+++ PKGBUILD2015-06-05 17:32:43 UTC (rev 134868)
@@ -3,8 +3,8 @@
 # Contributor: Igor Scabini furester @ gmail.com
 
 pkgname=cython2-devel
-_commit=215ea5ba4594645508e95f0161220116745b2ec0
-pkgver=0.23_git215ea5ba45
+_commit=e05dc49649adb8e95fcb5db650fe06f557304275
+pkgver=0.23_git20150605
 pkgrel=1
 pkgdesc=C-Extensions for Python
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 depends=('python2-setuptools')
 source=(https://github.com/cython/cython/archive/$_commit.zip;)
-md5sums=('276f31be5616a4c45244f4462259f21a')
+md5sums=('bca14d218d49aa0e55d92d09f7b4e3d7')
 
 prepare() {
   cd cython-$_commit