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

Antonio Rojas arojas at archlinux.org
Thu Jan 14 18:38:01 UTC 2021


    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
===================================================================
--- PKGBUILD	2021-01-14 18:14:21 UTC (rev 820880)
+++ PKGBUILD	2021-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



More information about the arch-commits mailing list