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

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:53
  Author: felixonmars
Revision: 749962

upgpkg: cython 0.29.21-3: Python 3.9 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:00 UTC (rev 749961)
+++ PKGBUILD2020-11-11 06:53:53 UTC (rev 749962)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.21
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 11:25:29
  Author: felixonmars
Revision: 746837

upgpkg: cython 0.29.21-2: Python 3.9 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 11:22:33 UTC (rev 746836)
+++ PKGBUILD2020-11-09 11:25:29 UTC (rev 746837)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.21
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";


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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Thursday, July 9, 2020 @ 06:18:25
  Author: arojas
Revision: 661790

Update to 0.29.21

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 02:18:54 UTC (rev 661789)
+++ PKGBUILD2020-07-09 06:18:25 UTC (rev 661790)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.20
+pkgver=0.29.21
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('88e92dc9cdc28460a5e3c6dccb78e81bd994e96cf5e86a9061b0382f4864fd50'
+sha256sums=('e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 17:28:01
  Author: arojas
Revision: 641824

Update to 0.29.20

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:27:46 UTC (rev 641823)
+++ PKGBUILD2020-06-10 17:28:01 UTC (rev 641824)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.19
+pkgver=0.29.20
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('9d27b6261ce8bffdf811a713df7f0be5a168b46b229db334592f8ecf8976f07b'
+sha256sums=('88e92dc9cdc28460a5e3c6dccb78e81bd994e96cf5e86a9061b0382f4864fd50'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-05-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 20, 2020 @ 19:49:53
  Author: arojas
Revision: 630981

Update to 0.29.19

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 19:26:44 UTC (rev 630980)
+++ PKGBUILD2020-05-20 19:49:53 UTC (rev 630981)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.18
+pkgver=0.29.19
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('60a9afcdb82d7f9306dce5e3875111d9f34f165246605d01f7a360978c7e89a6'
+sha256sums=('9d27b6261ce8bffdf811a713df7f0be5a168b46b229db334592f8ecf8976f07b'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-05-18 Thread Antonio Rojas via arch-commits
Date: Monday, May 18, 2020 @ 19:17:16
  Author: arojas
Revision: 629642

Update to 0.29.18

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-18 19:17:06 UTC (rev 629641)
+++ PKGBUILD2020-05-18 19:17:16 UTC (rev 629642)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.17
+pkgver=0.29.18
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('5ab5c1e92fe334bcd3cde3b0c34dd96d1b007d64e7fa9fdbf53bb368c5d27e22'
+sha256sums=('60a9afcdb82d7f9306dce5e3875111d9f34f165246605d01f7a360978c7e89a6'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-04-27 Thread Antonio Rojas via arch-commits
Date: Monday, April 27, 2020 @ 12:51:44
  Author: arojas
Revision: 621878

Update to 0.29.17

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 12:38:51 UTC (rev 621877)
+++ PKGBUILD2020-04-27 12:51:44 UTC (rev 621878)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.16
+pkgver=0.29.17
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('86ef7aebffd194dab22dd8d3b1974f2d2a4993539aeda051769c5f632c54c438'
+sha256sums=('5ab5c1e92fe334bcd3cde3b0c34dd96d1b007d64e7fa9fdbf53bb368c5d27e22'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-03-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 24, 2020 @ 16:06:04
  Author: arojas
Revision: 603868

Update to 0.29.16

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 15:42:16 UTC (rev 603867)
+++ PKGBUILD2020-03-24 16:06:04 UTC (rev 603868)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.15
+pkgver=0.29.16
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('00260014f7e859105fa35268a228a2a96df43c9f35b8546724cbba571cb9c4f5'
+sha256sums=('86ef7aebffd194dab22dd8d3b1974f2d2a4993539aeda051769c5f632c54c438'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-02-06 Thread Antonio Rojas via arch-commits
Date: Thursday, February 6, 2020 @ 10:33:42
  Author: arojas
Revision: 563603

Update to 0.29.15

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 09:49:36 UTC (rev 563602)
+++ PKGBUILD2020-02-06 10:33:42 UTC (rev 563603)
@@ -4,8 +4,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.14
-pkgrel=4
+pkgver=0.29.15
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('6a3370fda27c020c172805c6257f222624bdd5f73653bb93f4af4e9f282d17f7'
+sha256sums=('00260014f7e859105fa35268a228a2a96df43c9f35b8546724cbba571cb9c4f5'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2019-11-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 20, 2019 @ 09:17:17
  Author: arojas
Revision: 530725

Allow non-int conversion to Py_hash_t, needed by sagemath

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-20 09:03:18 UTC (rev 530724)
+++ PKGBUILD2019-11-20 09:17:17 UTC (rev 530725)
@@ -5,18 +5,23 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.14
-pkgrel=3
+pkgrel=4
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('6a3370fda27c020c172805c6257f222624bdd5f73653bb93f4af4e9f282d17f7')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
+
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
+sha256sums=('6a3370fda27c020c172805c6257f222624bdd5f73653bb93f4af4e9f282d17f7'
+'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver
   find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+
+  cd cython-$pkgver
+  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
 }
 
 build() {


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 14:03:05
  Author: arojas
Revision: 530014

New tarball

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:00:37 UTC (rev 530013)
+++ PKGBUILD2019-11-17 14:03:05 UTC (rev 530014)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.14
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('712cff8ea566441911df834fcc1075280ae962b42d9e96d11babc9be039a97f9')
+sha256sums=('6a3370fda27c020c172805c6257f222624bdd5f73653bb93f4af4e9f282d17f7')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-11-01 Thread Antonio Rojas via arch-commits
Date: Friday, November 1, 2019 @ 15:20:33
  Author: arojas
Revision: 522045

python 3.8 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 15:16:36 UTC (rev 522044)
+++ PKGBUILD2019-11-01 15:20:33 UTC (rev 522045)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.14
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";


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

2019-11-01 Thread Antonio Rojas via arch-commits
Date: Friday, November 1, 2019 @ 15:16:18
  Author: arojas
Revision: 522043

Update to 0.29.14

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 15:01:26 UTC (rev 522042)
+++ PKGBUILD2019-11-01 15:16:18 UTC (rev 522043)
@@ -4,8 +4,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.13
-pkgrel=3
+pkgver=0.29.14
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('af71d040fa9fa1af0ea2b7a481193776989ae93ae828eb018416cac771aef07f')
+sha256sums=('712cff8ea566441911df834fcc1075280ae962b42d9e96d11babc9be039a97f9')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:03:55
  Author: felixonmars
Revision: 521518

Python 3.8 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:03:51 UTC (rev 521517)
+++ PKGBUILD2019-10-31 18:03:55 UTC (rev 521518)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.13
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:49:59
  Author: felixonmars
Revision: 519213

Python 3.8 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:49:51 UTC (rev 519212)
+++ PKGBUILD2019-10-25 15:49:59 UTC (rev 519213)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.13
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org";


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

2019-07-26 Thread Antonio Rojas via arch-commits
Date: Friday, July 26, 2019 @ 12:50:45
  Author: arojas
Revision: 492858

Update to 0.29.13

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 12:28:13 UTC (rev 492857)
+++ PKGBUILD2019-07-26 12:50:45 UTC (rev 492858)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.12
+pkgver=0.29.13
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('67a15039b2d478156567419b44001458d652891f0308e28f613ea3ace37cef83')
+sha256sums=('af71d040fa9fa1af0ea2b7a481193776989ae93ae828eb018416cac771aef07f')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-07-07 Thread Antonio Rojas via arch-commits
Date: Sunday, July 7, 2019 @ 08:56:49
  Author: arojas
Revision: 487594

Update to 0.29.12

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 08:42:27 UTC (rev 487593)
+++ PKGBUILD2019-07-07 08:56:49 UTC (rev 487594)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.11
+pkgver=0.29.12
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('a16c6d403f6057632dc6acd2a67a0a13bef9bea1cbf92f2da5eb2695cea2da12')
+sha256sums=('67a15039b2d478156567419b44001458d652891f0308e28f613ea3ace37cef83')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-06-30 Thread Antonio Rojas via arch-commits
Date: Sunday, June 30, 2019 @ 09:33:54
  Author: arojas
Revision: 486148

Update to 0.29.11

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 09:33:03 UTC (rev 486147)
+++ PKGBUILD2019-06-30 09:33:54 UTC (rev 486148)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.10
+pkgver=0.29.11
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('74d40a004acc393b74a2e6c953331b2f22c3cb64902023e9bdfa723fa275f078')
+sha256sums=('a16c6d403f6057632dc6acd2a67a0a13bef9bea1cbf92f2da5eb2695cea2da12')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-06-02 Thread Antonio Rojas via arch-commits
Date: Sunday, June 2, 2019 @ 10:00:55
  Author: arojas
Revision: 476572

Update to 0.29.10

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 08:11:06 UTC (rev 476571)
+++ PKGBUILD2019-06-02 10:00:55 UTC (rev 476572)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.9
+pkgver=0.29.10
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('6588e2642167b28108e088c28a4587f91cfe512df66eaf727540fd9f61cab4d3')
+sha256sums=('74d40a004acc393b74a2e6c953331b2f22c3cb64902023e9bdfa723fa275f078')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-05-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 29, 2019 @ 06:14:19
  Author: arojas
Revision: 473662

Update to 0.29.9

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 06:14:18 UTC (rev 473661)
+++ PKGBUILD2019-05-29 06:14:19 UTC (rev 473662)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.8
+pkgver=0.29.9
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('ea6bb2d3297e2603c470e12dbe8ddb1cbbf5bd47e7b2a347a62e2a631952e3c6')
+sha256sums=('6588e2642167b28108e088c28a4587f91cfe512df66eaf727540fd9f61cab4d3')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-05-27 Thread Antonio Rojas via arch-commits
Date: Monday, May 27, 2019 @ 20:22:31
  Author: arojas
Revision: 471966

Update to 0.29.8

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 20:21:53 UTC (rev 471965)
+++ PKGBUILD2019-05-27 20:22:31 UTC (rev 471966)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.7
+pkgver=0.29.8
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('beb698e36ec1c9cb09aaf3b9d1079aa1af5bb3f8f8eb9aacd2636c1302ff4b4e')
+sha256sums=('ea6bb2d3297e2603c470e12dbe8ddb1cbbf5bd47e7b2a347a62e2a631952e3c6')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-04-14 Thread Antonio Rojas via arch-commits
Date: Sunday, April 14, 2019 @ 21:16:24
  Author: arojas
Revision: 451648

Update to 0.29.7

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 19:36:38 UTC (rev 451647)
+++ PKGBUILD2019-04-14 21:16:24 UTC (rev 451648)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.6
+pkgver=0.29.7
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('35a2c8c5e53dee0f5fcb027673ce31fed157abf367dbd26361cf8a0cd6282ec3')
+sha256sums=('beb698e36ec1c9cb09aaf3b9d1079aa1af5bb3f8f8eb9aacd2636c1302ff4b4e')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-02-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 27, 2019 @ 15:54:28
  Author: arojas
Revision: 436537

Update to 0.29.6

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-27 15:18:00 UTC (rev 436536)
+++ PKGBUILD2019-02-27 15:54:28 UTC (rev 436537)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.5
+pkgver=0.29.6
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('2107bf85ed2cfeab635f65d583d1450599b77fa1e041db9de49caccc5c644f67')
+sha256sums=('35a2c8c5e53dee0f5fcb027673ce31fed157abf367dbd26361cf8a0cd6282ec3')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 8, 2019 @ 21:16:14
  Author: arojas
Revision: 430742

Update to 0.29.5

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:56:51 UTC (rev 430741)
+++ PKGBUILD2019-02-08 21:16:14 UTC (rev 430742)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.4
+pkgver=0.29.5
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('b43348a394d7e121688f096bd32be3a88aa4746655586a7dcd38c30947dd0b20')
+sha256sums=('2107bf85ed2cfeab635f65d583d1450599b77fa1e041db9de49caccc5c644f67')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-02-01 Thread Antonio Rojas via arch-commits
Date: Friday, February 1, 2019 @ 22:06:08
  Author: arojas
Revision: 429133

Update to 0.29.4

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 21:57:52 UTC (rev 429132)
+++ PKGBUILD2019-02-01 22:06:08 UTC (rev 429133)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.3
+pkgver=0.29.4
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('4a33fd40c28e67413817f814adadfe2047a66ac3dcc81ff81651a54a03d6cbd0')
+sha256sums=('b43348a394d7e121688f096bd32be3a88aa4746655586a7dcd38c30947dd0b20')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-01-19 Thread Antonio Rojas via arch-commits
Date: Saturday, January 19, 2019 @ 12:20:27
  Author: arojas
Revision: 424580

Update to 0.29.3

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-19 12:16:37 UTC (rev 424579)
+++ PKGBUILD2019-01-19 12:20:27 UTC (rev 424580)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.2
+pkgver=0.29.3
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('b5164b9650981aaa5457ef1e3cce4c671dee8d111f4ace99e3e6bb672c78c6f6')
+sha256sums=('4a33fd40c28e67413817f814adadfe2047a66ac3dcc81ff81651a54a03d6cbd0')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 15:26:39
  Author: arojas
Revision: 416278

Update to 0.29.2

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 14:34:31 UTC (rev 416277)
+++ PKGBUILD2018-12-14 15:26:39 UTC (rev 416278)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.1
+pkgver=0.29.2
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('fab6796e5a5fb6e2f860c7d8180479dade01dfbebaf490a213c3e312a3a278d8')
+sha256sums=('b5164b9650981aaa5457ef1e3cce4c671dee8d111f4ace99e3e6bb672c78c6f6')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-11-24 Thread Antonio Rojas via arch-commits
Date: Saturday, November 24, 2018 @ 10:50:06
  Author: arojas
Revision: 409617

Update to 0.29.1

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-24 10:43:05 UTC (rev 409616)
+++ PKGBUILD2018-11-24 10:50:06 UTC (rev 409617)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('6c88027cb5c0fcfdeb069168336203504e5952ffcce9bfeb7a5ca7498a8ee7f8')
+sha256sums=('fab6796e5a5fb6e2f860c7d8180479dade01dfbebaf490a213c3e312a3a278d8')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-10-14 Thread Antonio Rojas via arch-commits
Date: Sunday, October 14, 2018 @ 16:53:34
  Author: arojas
Revision: 393690

Update to 0.29

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 16:43:51 UTC (rev 393689)
+++ PKGBUILD2018-10-14 16:53:34 UTC (rev 393690)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.28.5
+pkgver=0.29
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('bcd6a24ca0cba54ad8b1755852bb5cd567bb06abea6f776c82fbb10bb46bae37')
+sha256sums=('6c88027cb5c0fcfdeb069168336203504e5952ffcce9bfeb7a5ca7498a8ee7f8')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 09:47:17
  Author: arojas
Revision: 372334

Update to 0.28.5

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 09:46:33 UTC (rev 372333)
+++ PKGBUILD2018-08-17 09:47:17 UTC (rev 372334)
@@ -5,8 +5,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.28.4
-pkgrel=2
+pkgver=0.28.5
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="http://cython.org";
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('bccc9aa050ea02595b2440188813b936eaf345e85fb9692790cecfe095cf91aa')
+sha256sums=('bcd6a24ca0cba54ad8b1755852bb5cd567bb06abea6f776c82fbb10bb46bae37')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 09:00:30
  Author: arojas
Revision: 354696

Python 3.7 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 08:58:03 UTC (rev 354695)
+++ PKGBUILD2018-07-08 09:00:30 UTC (rev 354696)
@@ -6,7 +6,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.28.4
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="http://cython.org";


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 08:49:17
  Author: arojas
Revision: 354688

Update to 0.28.4

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 08:46:58 UTC (rev 354687)
+++ PKGBUILD2018-07-08 08:49:17 UTC (rev 354688)
@@ -5,8 +5,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.28.3
-pkgrel=3
+pkgver=0.28.4
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="http://cython.org";
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('05e3eb7f06043f5ff2028338370329e71c29f57315e95f4dc6ad7c4971dd4c6f')
+sha256sums=('bccc9aa050ea02595b2440188813b936eaf345e85fb9692790cecfe095cf91aa')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-06-29 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 04:26:20
  Author: felixonmars
Revision: 347903

upgpkg: cython 0.28.3-3

Python 3.7 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 04:07:21 UTC (rev 347902)
+++ PKGBUILD2018-06-30 04:26:20 UTC (rev 347903)
@@ -6,7 +6,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.28.3
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="http://cython.org";


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

2018-05-27 Thread Antonio Rojas via arch-commits
Date: Sunday, May 27, 2018 @ 17:33:57
  Author: arojas
Revision: 331936

New tarball

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 17:13:36 UTC (rev 331935)
+++ PKGBUILD2018-05-27 17:33:57 UTC (rev 331936)
@@ -6,7 +6,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.28.3
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="http://cython.org";
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('2b7dc0ec9b3e8b693e4828657f22c5ba466e11307024b44ebde4511a9d0a5b35')
+sha256sums=('05e3eb7f06043f5ff2028338370329e71c29f57315e95f4dc6ad7c4971dd4c6f')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-05-27 Thread Antonio Rojas via arch-commits
Date: Sunday, May 27, 2018 @ 10:05:56
  Author: arojas
Revision: 331514

Update to 0.28.3

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 09:32:27 UTC (rev 331513)
+++ PKGBUILD2018-05-27 10:05:56 UTC (rev 331514)
@@ -5,7 +5,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.28.2
+pkgver=0.28.3
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a')
+sha256sums=('2b7dc0ec9b3e8b693e4828657f22c5ba466e11307024b44ebde4511a9d0a5b35')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver
@@ -29,7 +29,7 @@
 }
 
 package_cython() {
-  depends=(python python-setuptools)
+  depends=(python-setuptools)
 
   cd cython-$pkgver
   python setup.py install --root="$pkgdir" --skip-build
@@ -41,7 +41,7 @@
 }
 
 package_cython2() {
-  depends=(python2 python2-setuptools)
+  depends=(python2-setuptools)
 
   cd cython2-$pkgver
   python2 setup.py install --root="$pkgdir" --skip-build


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

2018-04-12 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 06:37:18
  Author: arojas
Revision: 316151

Update to 0.28.2

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 05:31:57 UTC (rev 316150)
+++ PKGBUILD2018-04-13 06:37:18 UTC (rev 316151)
@@ -5,7 +5,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.28.1
+pkgver=0.28.2
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('f4303561823c5deb3d07c6edc085abf8a1150c3d2cddb14942e21ba9d1455522')
+sha256sums=('d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-03-18 Thread Antonio Rojas via arch-commits
Date: Sunday, March 18, 2018 @ 19:23:51
  Author: arojas
Revision: 309093

Update to 0.28.1

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-18 19:19:45 UTC (rev 309092)
+++ PKGBUILD2018-03-18 19:23:51 UTC (rev 309093)
@@ -5,7 +5,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.28
+pkgver=0.28.1
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('2d02344e94c746165800c3ba8bf63ca9075b605f07881a5faca0b243d25c6f8e')
+sha256sums=('f4303561823c5deb3d07c6edc085abf8a1150c3d2cddb14942e21ba9d1455522')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2018-03-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 13, 2018 @ 21:44:35
  Author: arojas
Revision: 307429

Update to 0.28

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 20:36:20 UTC (rev 307428)
+++ PKGBUILD2018-03-13 21:44:35 UTC (rev 307429)
@@ -5,8 +5,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.27.3
-pkgrel=3
+pkgver=0.28
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="http://cython.org";
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('648feb8a257574a3e4ef854475e7d767732ef26e870d2f9fcc1ca5b244b3ac89')
+sha256sums=('2d02344e94c746165800c3ba8bf63ca9075b605f07881a5faca0b243d25c6f8e')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2017-11-12 Thread Evangelos Foutras
Date: Sunday, November 12, 2017 @ 12:57:51
  Author: foutrelis
Revision: 266318

upgpkg: cython 0.27.3-3

Add missing runtime dependency on setuptools.

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 12:47:34 UTC (rev 266317)
+++ PKGBUILD2017-11-12 12:57:51 UTC (rev 266318)
@@ -6,7 +6,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.27.3
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
@@ -29,7 +29,7 @@
 }
 
 package_cython() {
-  depends=(python)
+  depends=(python python-setuptools)
 
   cd cython-$pkgver
   python setup.py install --root="$pkgdir" --skip-build
@@ -41,7 +41,7 @@
 }
 
 package_cython2() {
-  depends=(python2)
+  depends=(python2 python2-setuptools)
 
   cd cython2-$pkgver
   python2 setup.py install --root="$pkgdir" --skip-build


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

2017-11-04 Thread Antonio Rojas
Date: Saturday, November 4, 2017 @ 10:10:50
  Author: arojas
Revision: 265390

Retagged upstream

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-04 09:58:19 UTC (rev 265389)
+++ PKGBUILD2017-11-04 10:10:50 UTC (rev 265390)
@@ -6,7 +6,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.27.3
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
@@ -13,7 +13,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
-sha256sums=('cedc1173c36cc07eaa866e7edc0a728bc891ed20a9a7e27b7d35e5541d6e3ac4')
+sha256sums=('648feb8a257574a3e4ef854475e7d767732ef26e870d2f9fcc1ca5b244b3ac89')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 19:47:44
  Author: arojas
Revision: 265372

Update to 0.27.3, revamp PKGBUILD

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |   42 +++---
 1 file changed, 27 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:44:09 UTC (rev 265371)
+++ PKGBUILD2017-11-03 19:47:44 UTC (rev 265372)
@@ -1,27 +1,39 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
 # Contributor: Igor Scabini 
 
-pkgname=('cython' 'cython2')
+pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.27.2
+pkgver=0.27.3
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-$pkgver.tar.gz";)
-sha256sums=('265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48')
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";)
+sha256sums=('cedc1173c36cc07eaa866e7edc0a728bc891ed20a9a7e27b7d35e5541d6e3ac4')
 
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
 package_cython() {
-  depends=('python' 'python-setuptools')
+  depends=(python)
 
-  cd "$srcdir"/Cython-$pkgver
-  python setup.py install --root="$pkgdir"
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
 
-  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
-
   for f in cygdb cython cythonize; do
 mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
 ln -s ${f}3 "$pkgdir"/usr/bin/$f
@@ -29,10 +41,10 @@
 }
 
 package_cython2() {
-  depends=('python2' 'python2-setuptools')
+  depends=(python2)
 
-  cd "$srcdir"/Cython-$pkgver
-  python2 setup.py install --root="$pkgdir"
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
 
   for f in cygdb cython cythonize; do
 mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2


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

2017-10-23 Thread Sergej Pupykin
Date: Monday, October 23, 2017 @ 15:48:45
  Author: spupykin
Revision: 264058

upgpkg: cython 0.27.2-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 15:12:07 UTC (rev 264057)
+++ PKGBUILD2017-10-23 15:48:45 UTC (rev 264058)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.27.1
+pkgver=0.27.2
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/10/32/21873ff231e069f860098b1602bb9e3ae2806d2f73ba661b5d806f200243/Cython-$pkgver.tar.gz";)
-sha256sums=('e6840a2ba2704f4ffb40e454c36f73aeb440a4005453ee8d7ff6a00d812ba176')
+source=("https://pypi.python.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-$pkgver.tar.gz";)
+sha256sums=('265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:53:32
  Author: spupykin
Revision: 261221

upgpkg: cython 0.27.1-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:51:54 UTC (rev 261220)
+++ PKGBUILD2017-10-02 08:53:32 UTC (rev 261221)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.27
+pkgver=0.27.1
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/94/63/f54920c2ddbe3e1341a4c268f7091bf1bf53c3d84f4b115aa5beea64aef9/Cython-$pkgver.tar.gz";)
-sha256sums=('b932b5194e87a8b853d493dc1b46e38632d6846a86f55b8346eb9c6ec3bdc00b')
+source=("https://pypi.python.org/packages/10/32/21873ff231e069f860098b1602bb9e3ae2806d2f73ba661b5d806f200243/Cython-$pkgver.tar.gz";)
+sha256sums=('e6840a2ba2704f4ffb40e454c36f73aeb440a4005453ee8d7ff6a00d812ba176')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2017-09-27 Thread Sergej Pupykin
Date: Wednesday, September 27, 2017 @ 20:41:33
  Author: spupykin
Revision: 260719

upgpkg: cython 0.27-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-27 20:18:23 UTC (rev 260718)
+++ PKGBUILD2017-09-27 20:41:33 UTC (rev 260719)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.26.1
+pkgver=0.27
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/68/41/2f259b62306268d9cf0d6434b4e83a2fb1785b34cfce27fdeeca3adffd0e/Cython-$pkgver.tar.gz";)
-sha256sums=('c2e63c4794161135adafa8aa4a855d6068073f421c83ffacc39369497a189dd5')
+source=("https://pypi.python.org/packages/94/63/f54920c2ddbe3e1341a4c268f7091bf1bf53c3d84f4b115aa5beea64aef9/Cython-$pkgver.tar.gz";)
+sha256sums=('b932b5194e87a8b853d493dc1b46e38632d6846a86f55b8346eb9c6ec3bdc00b')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2017-08-30 Thread Sergej Pupykin
Date: Wednesday, August 30, 2017 @ 11:23:59
  Author: spupykin
Revision: 254764

upgpkg: cython 0.26.1-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-30 11:01:24 UTC (rev 254763)
+++ PKGBUILD2017-08-30 11:23:59 UTC (rev 254764)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.26
+pkgver=0.26.1
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/10/d5/753d2cb5073a9f4329d1ffed1de30b0458821780af8fdd8ba1ad5adb6f62/Cython-$pkgver.tar.gz";)
-sha256sums=('4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66')
+source=("https://pypi.python.org/packages/68/41/2f259b62306268d9cf0d6434b4e83a2fb1785b34cfce27fdeeca3adffd0e/Cython-$pkgver.tar.gz";)
+sha256sums=('c2e63c4794161135adafa8aa4a855d6068073f421c83ffacc39369497a189dd5')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2017-07-24 Thread Sergej Pupykin
Date: Monday, July 24, 2017 @ 07:17:40
  Author: spupykin
Revision: 246186

upgpkg: cython 0.26-1

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-24 04:32:00 UTC (rev 246185)
+++ PKGBUILD2017-07-24 07:17:40 UTC (rev 246186)
@@ -4,15 +4,15 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.25.2
-pkgrel=2
+pkgver=0.26
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-$pkgver.tar.gz";)
-sha256sums=('f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306')
+source=("https://pypi.python.org/packages/10/d5/753d2cb5073a9f4329d1ffed1de30b0458821780af8fdd8ba1ad5adb6f62/Cython-$pkgver.tar.gz";)
+sha256sums=('4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 16:48:52
  Author: felixonmars
Revision: 201575

upgpkg: cython 0.25.2-2

python 3.6 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 16:47:23 UTC (rev 201574)
+++ PKGBUILD2016-12-24 16:48:52 UTC (rev 201575)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.25.2
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";


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

2016-12-12 Thread Sergej Pupykin
Date: Monday, December 12, 2016 @ 11:56:24
  Author: spupykin
Revision: 199015

upgpkg: cython 0.25.2-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-12 11:56:20 UTC (rev 199014)
+++ PKGBUILD2016-12-12 11:56:24 UTC (rev 199015)
@@ -4,15 +4,15 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.25.1
-pkgrel=2
+pkgver=0.25.2
+pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/2f/ae/0bb6ca970b949d97ca622641532d4a26395322172adaf645149ebef664eb/Cython-$pkgver.tar.gz";)
-md5sums=('3c1541c15ba511645684a4eaca2cec0f')
+source=("https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-$pkgver.tar.gz";)
+sha256sums=('f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2016-11-17 Thread Sergej Pupykin
Date: Thursday, November 17, 2016 @ 15:48:46
  Author: spupykin
Revision: 196247

upgpkg: cython 0.25.1-2

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-17 15:46:30 UTC (rev 196246)
+++ PKGBUILD2016-11-17 15:48:46 UTC (rev 196247)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.25.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
@@ -21,6 +21,11 @@
   python setup.py install --root="$pkgdir"
 
   sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
 }
 
 package_cython2() {
@@ -29,7 +34,7 @@
   cd "$srcdir"/Cython-$pkgver
   python2 setup.py install --root="$pkgdir"
 
-  mv "$pkgdir"/usr/bin/cygdb "$pkgdir"/usr/bin/cygdb2
-  mv "$pkgdir"/usr/bin/cython "$pkgdir"/usr/bin/cython2
-  mv "$pkgdir"/usr/bin/cythonize "$pkgdir"/usr/bin/cythonize2
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
 }


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

2016-10-28 Thread Sergej Pupykin
Date: Friday, October 28, 2016 @ 11:13:40
  Author: spupykin
Revision: 193894

upgpkg: cython 0.25.1-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-28 11:07:02 UTC (rev 193893)
+++ PKGBUILD2016-10-28 11:13:40 UTC (rev 193894)
@@ -4,15 +4,15 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.25
+pkgver=0.25.1
 pkgrel=1
-pkgdesc="C-Extensions for Python "
+pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/f8/2e/5898046f8089205981447c23ebb8fe02cd9d66939cd74338aa4872853d8e/Cython-$pkgver.tar.gz";)
-md5sums=('1b61433b8410ac382ac9b248b42466fd')
+source=("https://pypi.python.org/packages/2f/ae/0bb6ca970b949d97ca622641532d4a26395322172adaf645149ebef664eb/Cython-$pkgver.tar.gz";)
+md5sums=('3c1541c15ba511645684a4eaca2cec0f')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2016-10-26 Thread Sergej Pupykin
Date: Wednesday, October 26, 2016 @ 10:18:27
  Author: spupykin
Revision: 193579

upgpkg: cython 0.25-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 10:17:58 UTC (rev 193578)
+++ PKGBUILD2016-10-26 10:18:27 UTC (rev 193579)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.24.1
+pkgver=0.25
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/c6/fe/97319581905de40f1be7015a0ea1bd336a756f6249914b148a17eefa75dc/Cython-$pkgver.tar.gz";)
-md5sums=('890b494a12951f1d6228c416a5789554')
+source=("https://pypi.python.org/packages/f8/2e/5898046f8089205981447c23ebb8fe02cd9d66939cd74338aa4872853d8e/Cython-$pkgver.tar.gz";)
+md5sums=('1b61433b8410ac382ac9b248b42466fd')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2016-07-18 Thread Sergej Pupykin
Date: Monday, July 18, 2016 @ 11:25:26
  Author: spupykin
Revision: 183054

upgpkg: cython 0.24.1-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-18 07:17:55 UTC (rev 183053)
+++ PKGBUILD2016-07-18 11:25:26 UTC (rev 183054)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.24
+pkgver=0.24.1
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/b1/51/bd5ef7dff3ae02a2c6047aa18d3d06df2fb8a40b00e938e7ea2f75544cac/Cython-$pkgver.tar.gz";)
-md5sums=('14fbc970f4a856845e633cbc09e61048')
+source=("https://pypi.python.org/packages/c6/fe/97319581905de40f1be7015a0ea1bd336a756f6249914b148a17eefa75dc/Cython-$pkgver.tar.gz";)
+md5sums=('890b494a12951f1d6228c416a5789554')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2016-06-23 Thread Sergej Pupykin
Date: Thursday, June 23, 2016 @ 11:00:26
  Author: spupykin
Revision: 180802

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 08:22:31 UTC (rev 180801)
+++ PKGBUILD2016-06-23 11:00:26 UTC (rev 180802)
@@ -8,10 +8,10 @@
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
-url="http://www.cython.org";
+url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
+source=("https://pypi.python.org/packages/b1/51/bd5ef7dff3ae02a2c6047aa18d3d06df2fb8a40b00e938e7ea2f75544cac/Cython-$pkgver.tar.gz";)
 md5sums=('14fbc970f4a856845e633cbc09e61048')
 
 package_cython() {


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

2016-04-05 Thread Sergej Pupykin
Date: Tuesday, April 5, 2016 @ 16:54:07
  Author: spupykin
Revision: 169536

upgpkg: cython 0.24-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-05 10:53:03 UTC (rev 169535)
+++ PKGBUILD2016-04-05 14:54:07 UTC (rev 169536)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.5
+pkgver=0.24
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -11,16 +11,9 @@
 url="http://www.cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";
-   
"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch";)
-md5sums=('66b62989a67c55af016c916da36e7514'
- 'e8c0d274154e899efbdf2221a732f473')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
+md5sums=('14fbc970f4a856845e633cbc09e61048')
 
-prepare() {
-  cd $srcdir/Cython-$pkgver
-  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
-}
-
 package_cython() {
   depends=('python' 'python-setuptools')
 


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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:03:51
  Author: spupykin
Revision: 168582

upgpkg: cython 0.23.5-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 21:03:47 UTC (rev 168581)
+++ PKGBUILD2016-03-27 21:03:51 UTC (rev 168582)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.4
+pkgver=0.23.5
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";

"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch";)
-md5sums=('157df1f69bcec6b56fd97e0f2e057f6e'
+md5sums=('66b62989a67c55af016c916da36e7514'
  'e8c0d274154e899efbdf2221a732f473')
 
 prepare() {


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

2015-10-13 Thread Sergej Pupykin
Date: Tuesday, October 13, 2015 @ 13:22:31
  Author: spupykin
Revision: 143902

upgpkg: cython 0.23.4-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 10:24:12 UTC (rev 143901)
+++ PKGBUILD2015-10-13 11:22:31 UTC (rev 143902)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.3
+pkgver=0.23.4
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";

"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch";)
-md5sums=('813df20f7ce5f00e60568e0371fbd07c'
+md5sums=('157df1f69bcec6b56fd97e0f2e057f6e'
  'e8c0d274154e899efbdf2221a732f473')
 
 prepare() {


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

2015-10-02 Thread Sergej Pupykin
Date: Friday, October 2, 2015 @ 13:03:07
  Author: spupykin
Revision: 142746

upgpkg: cython 0.23.3-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-02 10:45:10 UTC (rev 142745)
+++ PKGBUILD2015-10-02 11:03:07 UTC (rev 142746)
@@ -4,8 +4,8 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.2
-pkgrel=3
+pkgver=0.23.3
+pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";

"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch";)
-md5sums=('188e18c826dae4514ee0628144df6c3e'
+md5sums=('813df20f7ce5f00e60568e0371fbd07c'
  'e8c0d274154e899efbdf2221a732f473')
 
 prepare() {


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

2015-10-01 Thread Sergej Pupykin
Date: Thursday, October 1, 2015 @ 21:15:24
  Author: spupykin
Revision: 142718

upgpkg: cython 0.23.2-3

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-01 17:35:06 UTC (rev 142717)
+++ PKGBUILD2015-10-01 19:15:24 UTC (rev 142718)
@@ -5,15 +5,22 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.23.2
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('188e18c826dae4514ee0628144df6c3e')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz";
+   
"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch";)
+md5sums=('188e18c826dae4514ee0628144df6c3e'
+ 'e8c0d274154e899efbdf2221a732f473')
 
+prepare() {
+  cd $srcdir/Cython-$pkgver
+  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
+}
+
 package_cython() {
   depends=('python' 'python-setuptools')
 


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 12:11:13
  Author: fyan
Revision: 140724

upgpkg: cython 0.23.2-2

rebuild for python 3.5

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 10:03:09 UTC (rev 140723)
+++ PKGBUILD2015-09-19 10:11:13 UTC (rev 140724)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.23.2
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";


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

2015-09-14 Thread Sergej Pupykin
Date: Monday, September 14, 2015 @ 15:16:45
  Author: spupykin
Revision: 140085

upgpkg: cython 0.23.2-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-14 12:11:53 UTC (rev 140084)
+++ PKGBUILD2015-09-14 13:16:45 UTC (rev 140085)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.1
+pkgver=0.23.2
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('db3c5b365e1c3f71c7cd90e96473a3ab')
+md5sums=('188e18c826dae4514ee0628144df6c3e')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2015-08-24 Thread Sergej Pupykin
Date: Monday, August 24, 2015 @ 15:09:35
  Author: spupykin
Revision: 138723

upgpkg: cython 0.23.1-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 10:19:26 UTC (rev 138722)
+++ PKGBUILD2015-08-24 13:09:35 UTC (rev 138723)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23
+pkgver=0.23.1
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5')
+md5sums=('db3c5b365e1c3f71c7cd90e96473a3ab')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2015-08-11 Thread Sergej Pupykin
Date: Tuesday, August 11, 2015 @ 13:58:07
  Author: spupykin
Revision: 138215

upgpkg: cython 0.23-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-11 11:58:03 UTC (rev 138214)
+++ PKGBUILD2015-08-11 11:58:07 UTC (rev 138215)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.22.1
+pkgver=0.23
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -11,16 +11,9 @@
 url="http://www.cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";
-   
https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch)
-md5sums=('b920f3c81ae767477a342807bf5e68e8'
- '299926d6650d2d8bea960ca0d0cb9c25')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
+md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5')
 
-prepare() {
-  cd $srcdir/Cython-$pkgver
-  patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch
-}
-
 package_cython() {
   depends=('python' 'python-setuptools')
 


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

2015-07-01 Thread Sergej Pupykin
Date: Wednesday, July 1, 2015 @ 14:12:52
  Author: spupykin
Revision: 136196

upgpkg: cython 0.22.1-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 10:47:27 UTC (rev 136195)
+++ PKGBUILD2015-07-01 12:12:52 UTC (rev 136196)
@@ -4,8 +4,8 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.22
-pkgrel=3
+pkgver=0.22.1
+pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";

https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch)
-md5sums=('1ae25add4ef7b63ee9b4af697300d6b6'
+md5sums=('b920f3c81ae767477a342807bf5e68e8'
  '299926d6650d2d8bea960ca0d0cb9c25')
 
 prepare() {


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

2015-04-18 Thread Sergej Pupykin
Date: Saturday, April 18, 2015 @ 23:04:31
  Author: spupykin
Revision: 131650

Modified:
  cython/trunk/PKGBUILD
  directfb/trunk/PKGBUILD

-+
 cython/trunk/PKGBUILD   |   13 ++---
 directfb/trunk/PKGBUILD |3 ++-
 2 files changed, 12 insertions(+), 4 deletions(-)

Modified: cython/trunk/PKGBUILD
===
--- cython/trunk/PKGBUILD   2015-04-18 20:09:49 UTC (rev 131649)
+++ cython/trunk/PKGBUILD   2015-04-18 21:04:31 UTC (rev 131650)
@@ -5,15 +5,22 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.22
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('1ae25add4ef7b63ee9b4af697300d6b6')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz";
+   
https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch)
+md5sums=('1ae25add4ef7b63ee9b4af697300d6b6'
+ '299926d6650d2d8bea960ca0d0cb9c25')
 
+prepare() {
+  cd $srcdir/Cython-$pkgver
+  patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch
+}
+
 package_cython() {
   depends=('python' 'python-setuptools')
 

Modified: directfb/trunk/PKGBUILD
===
--- directfb/trunk/PKGBUILD 2015-04-18 20:09:49 UTC (rev 131649)
+++ directfb/trunk/PKGBUILD 2015-04-18 21:04:31 UTC (rev 131650)
@@ -3,7 +3,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=directfb
-pkgver=1.7.5
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device"
 arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@
 sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
 sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
 sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
+sha1sums=('205d824906906303db9b096cc2d3bea0662e8860')
 
 build() {
   cd DirectFB-${pkgver}


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

2015-03-26 Thread Felix Yan
Date: Thursday, March 26, 2015 @ 11:49:31
  Author: fyan
Revision: 129947

upgpkg: cython 0.22-2

rebuild against python 3.4.3-2 (fix missing symbols)

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-26 10:38:48 UTC (rev 129946)
+++ PKGBUILD2015-03-26 10:49:31 UTC (rev 129947)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";


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

2015-02-13 Thread Sergej Pupykin
Date: Friday, February 13, 2015 @ 13:16:01
  Author: spupykin
Revision: 127658

upgpkg: cython 0.22-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-13 12:00:52 UTC (rev 127657)
+++ PKGBUILD2015-02-13 12:16:01 UTC (rev 127658)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.21.2
+pkgver=0.22
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('d21adb870c75680dc857cd05d41046a4')
+md5sums=('1ae25add4ef7b63ee9b4af697300d6b6')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2014-12-28 Thread Sergej Pupykin
Date: Sunday, December 28, 2014 @ 23:23:40
  Author: spupykin
Revision: 124781

upgpkg: cython 0.21.2-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 21:39:42 UTC (rev 124780)
+++ PKGBUILD2014-12-28 22:23:40 UTC (rev 124781)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.21.1
+pkgver=0.21.2
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('c59163d7c72c0a0ee5eb84edd17935ed')
+md5sums=('d21adb870c75680dc857cd05d41046a4')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2014-10-20 Thread Sergej Pupykin
Date: Monday, October 20, 2014 @ 12:04:11
  Author: spupykin
Revision: 121041

upgpkg: cython 0.21.1-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 10:04:11 UTC (rev 121040)
+++ PKGBUILD2014-10-20 10:04:11 UTC (rev 121041)
@@ -4,8 +4,8 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.21
-pkgrel=2
+pkgver=0.21.1
+pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
+md5sums=('c59163d7c72c0a0ee5eb84edd17935ed')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 14:36:41
  Author: spupykin
Revision: 118826

upgpkg: cython 0.21-2

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 11:09:00 UTC (rev 118825)
+++ PKGBUILD2014-09-11 12:36:41 UTC (rev 118826)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -31,4 +31,5 @@
 
   mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
   mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
 }



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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 13:08:14
  Author: spupykin
Revision: 118822

upgpkg: cython 0.21-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 10:32:16 UTC (rev 118821)
+++ PKGBUILD2014-09-11 11:08:14 UTC (rev 118822)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.20.2
+pkgver=0.21
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('7fc13e1c665bdf7cea19ad08906af91f')
+md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
 
 package_cython() {
   depends=('python' 'python-setuptools')



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

2014-06-26 Thread Sergej Pupykin
Date: Thursday, June 26, 2014 @ 13:10:50
  Author: spupykin
Revision: 113604

upgpkg: cython 0.20.2-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 10:58:17 UTC (rev 113603)
+++ PKGBUILD2014-06-26 11:10:50 UTC (rev 113604)
@@ -4,8 +4,8 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.20.1
-pkgrel=2
+pkgver=0.20.2
+pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('52431696c64e618036537c4d9aa79d99')
+md5sums=('7fc13e1c665bdf7cea19ad08906af91f')
 
 package_cython() {
   depends=('python' 'python-setuptools')



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:59:57
  Author: spupykin
Revision: 107393

upgpkg: cython 0.20.1-2

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:58:51 UTC (rev 107392)
+++ PKGBUILD2014-03-17 09:59:57 UTC (rev 107393)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";



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

2014-02-12 Thread Sergej Pupykin
Date: Wednesday, February 12, 2014 @ 13:40:43
  Author: spupykin
Revision: 105632

upgpkg: cython 0.20.1-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-12 10:33:30 UTC (rev 105631)
+++ PKGBUILD2014-02-12 12:40:43 UTC (rev 105632)
@@ -4,8 +4,8 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.20
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('6563dad21e2b5e31f9f7262a60dd0550')
+md5sums=('52431696c64e618036537c4d9aa79d99')
 
 package_cython() {
   depends=('python' 'python-setuptools')



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

2014-02-03 Thread Sergej Pupykin
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
===
--- PKGBUILD2014-02-03 09:08:38 UTC (rev 105226)
+++ PKGBUILD2014-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



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

2014-01-21 Thread Sergej Pupykin
Date: Wednesday, January 22, 2014 @ 07:54:33
  Author: spupykin
Revision: 104511

upgpkg: cython 0.20-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-22 06:49:46 UTC (rev 104510)
+++ PKGBUILD2014-01-22 06:54:33 UTC (rev 104511)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.19.2
+pkgver=0.20
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('4af1218346510b464c0a6bf15500d0e2')
+md5sums=('6563dad21e2b5e31f9f7262a60dd0550')
 
 build() {
   true



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

2013-10-17 Thread Sergej Pupykin
Date: Thursday, October 17, 2013 @ 14:42:39
  Author: spupykin
Revision: 98720

upgpkg: cython 0.19.2-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-17 12:42:30 UTC (rev 98719)
+++ PKGBUILD2013-10-17 12:42:39 UTC (rev 98720)
@@ -4,8 +4,8 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.19.1
-pkgrel=2
+pkgver=0.19.2
+pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
+md5sums=('4af1218346510b464c0a6bf15500d0e2')
 
 build() {
   true



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 10:17:57
  Author: angvp
Revision: 95976

upgpkg: cython 0.19.1-2

Rebuild against setuptools

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 08:04:47 UTC (rev 95975)
+++ PKGBUILD2013-08-19 08:17:57 UTC (rev 95976)
@@ -5,12 +5,12 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org";
 license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
 md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
 



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:41:10
  Author: spupykin
Revision: 91946

upgpkg: cython 0.19.1-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 08:38:33 UTC (rev 91945)
+++ PKGBUILD2013-05-30 09:41:10 UTC (rev 91946)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.19
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('76989337dee4cf7afdcb5cde514423f8')
+md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
 
 build() {
   true



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

2013-04-22 Thread Sergej Pupykin
Date: Monday, April 22, 2013 @ 12:13:41
  Author: spupykin
Revision: 88775

upgpkg: cython 0.19-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-22 10:05:20 UTC (rev 88774)
+++ PKGBUILD2013-04-22 10:13:41 UTC (rev 88775)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('6a72d14e72f3df597b34ac326152f8d2')
+md5sums=('76989337dee4cf7afdcb5cde514423f8')
 
 build() {
   true



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:39:26
  Author: spupykin
Revision: 83886

upgpkg: cython 0.18-1

upd

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 11:36:28 UTC (rev 83885)
+++ PKGBUILD2013-02-06 11:39:26 UTC (rev 83886)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.17.4
+pkgver=0.18
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('cb11463e3a0c8d063e578db64ff61dde')
+md5sums=('6a72d14e72f3df597b34ac326152f8d2')
 
 build() {
   true