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

2022-08-20 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 20, 2022 @ 12:38:07
  Author: jelle
Revision: 1271050

upgpkg: cython 0.29.32-2

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 12:36:31 UTC (rev 1271049)
+++ PKGBUILD2022-08-20 12:38:07 UTC (rev 1271050)
@@ -2,34 +2,23 @@
 # Contributor: Sergej Pupykin 
 # Contributor: Igor Scabini 
 
-pkgname=(cython cython2)
-pkgbase=cython
+pkgname=cython
 pkgver=0.29.32
-pkgrel=1
+pkgrel=2
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'
 license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
+makedepends=(python-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
 sha256sums=('3f53fbe1398666e77fd4ce388f939309a11efd273d16f20f58f0df7b03d6b4cc')
 
-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)
-
+package() {
   cd cython-$pkgver
   python setup.py install --root="$pkgdir" --skip-build
 
@@ -38,14 +27,3 @@
 ln -s ${f}3 "$pkgdir"/usr/bin/$f
   done
 }
-
-package_cython2() {
-  depends=(python2)
-
-  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
-  done
-}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 06:38:32
  Author: arojas
Revision: 1259071

upgpkg: cython 0.29.32-1: Update to 0.29.32

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 05:43:20 UTC (rev 1259070)
+++ PKGBUILD2022-07-29 06:38:32 UTC (rev 1259071)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.31
+pkgver=0.29.32
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('1654177ac0cb0c2cdb579c80f2457589642a2a0573d3ed81f6df44b718347f40')
+sha256sums=('3f53fbe1398666e77fd4ce388f939309a11efd273d16f20f58f0df7b03d6b4cc')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:00:12
  Author: arojas
Revision: 1258917

upgpkg: cython 0.29.31-1: Update to 0.29.31

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 14:57:26 UTC (rev 1258916)
+++ PKGBUILD2022-07-27 16:00:12 UTC (rev 1258917)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.30
+pkgver=0.29.31
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('d02a6ee184004119a01d2fd9dd1f2dd9665bff6fd969991b05bd315823f9e379')
+sha256sums=('1654177ac0cb0c2cdb579c80f2457589642a2a0573d3ed81f6df44b718347f40')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:50:57
  Author: arojas
Revision: 1207688

Update to 0.29.30

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:40:19 UTC (rev 1207687)
+++ PKGBUILD2022-05-17 18:50:57 UTC (rev 1207688)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.29
+pkgver=0.29.30
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('34808acd171dd7de244c9c6e47a97e14cd4b96f67d79f6f71089ad2cc4a65a16')
+sha256sums=('d02a6ee184004119a01d2fd9dd1f2dd9665bff6fd969991b05bd315823f9e379')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 18:39:53
  Author: arojas
Revision: 1207576

Update to 0.29.29

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 17:59:25 UTC (rev 1207575)
+++ PKGBUILD2022-05-16 18:39:53 UTC (rev 1207576)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.28
+pkgver=0.29.29
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('963c8ca4ce22a954d8b5a8ce248bc9fb7ec01e081aead8709cfc4c3f29272711')
+sha256sums=('34808acd171dd7de244c9c6e47a97e14cd4b96f67d79f6f71089ad2cc4a65a16')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-02-16 Thread Antonio Rojas via arch-commits
Date: Thursday, February 17, 2022 @ 07:25:45
  Author: arojas
Revision: 1133649

Update to 0.29.28

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-17 07:03:14 UTC (rev 1133648)
+++ PKGBUILD2022-02-17 07:25:45 UTC (rev 1133649)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.27
+pkgver=0.29.28
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('2b4db9f4570c53254fa7e404b9c92eb83fa41ecf278849e8cebc5a7c8f211bcc')
+sha256sums=('963c8ca4ce22a954d8b5a8ce248bc9fb7ec01e081aead8709cfc4c3f29272711')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-01-28 Thread Antonio Rojas via arch-commits
Date: Friday, January 28, 2022 @ 17:28:40
  Author: arojas
Revision: 1118367

Update to 0.29.27

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-28 17:27:19 UTC (rev 1118366)
+++ PKGBUILD2022-01-28 17:28:40 UTC (rev 1118367)
@@ -4,8 +4,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.26
-pkgrel=2
+pkgver=0.29.27
+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=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('bb72b2f0ef029472759c711f0a4bded6e15e3f9bda3797550cef3c1d87d02283')
+sha256sums=('2b4db9f4570c53254fa7e404b9c92eb83fa41ecf278849e8cebc5a7c8f211bcc')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-01-03 Thread Antonio Rojas via arch-commits
Date: Monday, January 3, 2022 @ 20:40:41
  Author: arojas
Revision: 1092570

New tag (FS#73224)

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-03 20:38:49 UTC (rev 1092569)
+++ PKGBUILD2022-01-03 20:40:41 UTC (rev 1092570)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.26
-pkgrel=1
+pkgrel=2
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('2817f1c8d648f20f58f4fff9ff49115fb8f822421c8553b4ce60b477adb1435e')
+sha256sums=('bb72b2f0ef029472759c711f0a4bded6e15e3f9bda3797550cef3c1d87d02283')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2021-12-15 Thread Antonio Rojas via arch-commits
Date: Thursday, December 16, 2021 @ 07:55:36
  Author: arojas
Revision: 1073998

Update to 0.29.26

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-16 07:55:09 UTC (rev 1073997)
+++ PKGBUILD2021-12-16 07:55:36 UTC (rev 1073998)
@@ -4,8 +4,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.25
-pkgrel=3
+pkgver=0.29.26
+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=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
+sha256sums=('2817f1c8d648f20f58f4fff9ff49115fb8f822421c8553b4ce60b477adb1435e')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:29:23
  Author: arojas
Revision: 1065205

Python 3.10 rebuild

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:26:04 UTC (rev 1065204)
+++ PKGBUILD2021-12-05 21:29:23 UTC (rev 1065205)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.25
-pkgrel=1
+pkgrel=3
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:25:57
  Author: arojas
Revision: 1065203

upgpkg: cython 0.29.25-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:25:19 UTC (rev 1065202)
+++ PKGBUILD2021-12-05 21:25:57 UTC (rev 1065203)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.25
-pkgrel=2
+pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:22:55
  Author: arojas
Revision: 1065199

Python 3.10 rebuild

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:17:07 UTC (rev 1065198)
+++ PKGBUILD2021-12-05 21:22:55 UTC (rev 1065199)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.25
-pkgrel=1
+pkgrel=2
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:17:07
  Author: arojas
Revision: 1065198

Update to 0.29.25

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:09:58 UTC (rev 1065197)
+++ PKGBUILD2021-12-05 21:17:07 UTC (rev 1065198)
@@ -4,24 +4,19 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.24
-pkgrel=3
+pkgver=0.29.25
+pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz
-
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
-sha256sums=('a5efb97612f0f97164e87c54cc295b2e2d06c539487670079963adeab872de80'
-'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
 
 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)

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 20:17:19
  Author: felixonmars
Revision: 1060688

upgpkg: cython 0.29.24-3: Python 3.10 rebuild

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 20:17:16 UTC (rev 1060687)
+++ PKGBUILD2021-12-01 20:17:19 UTC (rev 1060688)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.24
-pkgrel=2
+pkgrel=3
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 14:52:14
  Author: foutrelis
Revision: 1057757

upgpkg: cython 0.29.24-2: Python 3.10 rebuild

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 14:51:57 UTC (rev 1057756)
+++ PKGBUILD2021-11-30 14:52:14 UTC (rev 1057757)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.24
-pkgrel=1
+pkgrel=2
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-07-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 13, 2021 @ 20:54:06
  Author: arojas
Revision: 976907

Update to 0.29.24

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-13 20:53:48 UTC (rev 976906)
+++ PKGBUILD2021-07-13 20:54:06 UTC (rev 976907)
@@ -4,16 +4,16 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.23
+pkgver=0.29.24
 pkgrel=1
-pkgdesc="C-Extensions for Python"
+pkgdesc='C-Extensions for Python'
 arch=(x86_64)
-url="https://cython.org;
+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;
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
-sha256sums=('b10e32255418203c612b22d3647de75eafad20d79c55123ca696c7dda32d7f98'
+sha256sums=('a5efb97612f0f97164e87c54cc295b2e2d06c539487670079963adeab872de80'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {



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

2021-04-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 14, 2021 @ 16:06:44
  Author: arojas
Revision: 918469

Update to 0.29.23

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 15:52:26 UTC (rev 918468)
+++ PKGBUILD2021-04-14 16:06:44 UTC (rev 918469)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.22
+pkgver=0.29.23
 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=('7647e026aa044ca28dca875188bed0f13120a8874047b2d1b4309b9c9c2f900b'
+sha256sums=('b10e32255418203c612b22d3647de75eafad20d79c55123ca696c7dda32d7f98'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2021-02-19 Thread Antonio Rojas via arch-commits
Date: Friday, February 19, 2021 @ 22:06:19
  Author: arojas
Revision: 866360

Update to 0.29.22

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-19 22:05:58 UTC (rev 866359)
+++ PKGBUILD2021-02-19 22:06:19 UTC (rev 866360)
@@ -4,8 +4,8 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.21
-pkgrel=4
+pkgver=0.29.22
+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=('e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079'
+sha256sums=('7647e026aa044ca28dca875188bed0f13120a8874047b2d1b4309b9c9c2f900b'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2021-01-14 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 18:38:00
  Author: arojas
Revision: 820881

Remove runtime dependency on setuptools

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 18:14:21 UTC (rev 820880)
+++ PKGBUILD2021-01-14 18:38:00 UTC (rev 820881)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.21
-pkgrel=3
+pkgrel=4
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org;
@@ -33,7 +33,7 @@
 }
 
 package_cython() {
-  depends=(python-setuptools)
+  depends=(python)
 
   cd cython-$pkgver
   python setup.py install --root="$pkgdir" --skip-build
@@ -45,7 +45,7 @@
 }
 
 package_cython2() {
-  depends=(python2-setuptools)
+  depends=(python2)
 
   cd cython2-$pkgver
   python2 setup.py install --root="$pkgdir" --skip-build