pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun May 26 01:59:19 UTC 2024

Modified Files:
        pkgsrc/devel/py-cython: Makefile

Log Message:
py-cython: requires py-setuptools >= 69 to match generated PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/py-cython/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.92 pkgsrc/devel/py-cython/Makefile:1.93
--- pkgsrc/devel/py-cython/Makefile:1.92        Tue Apr  2 05:58:38 2024
+++ pkgsrc/devel/py-cython/Makefile     Sun May 26 01:59:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2024/04/02 05:58:38 adam Exp $
+# $NetBSD: Makefile,v 1.93 2024/05/26 01:59:19 gutteridge Exp $
 
 DISTNAME=      Cython-3.0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://cython.org/
 COMMENT=       C-Extensions for Python
 LICENSE=       apache-1.1
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 



Home | Main Index | Thread Index | Old Index