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: wiz
Date: Tue Nov 14 00:12:34 UTC 2023
Modified Files:
pkgsrc/devel/py-cython: Makefile
Log Message:
py-cython: not for Python 2
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 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.86 pkgsrc/devel/py-cython/Makefile:1.87
--- pkgsrc/devel/py-cython/Makefile:1.86 Mon Nov 13 10:27:15 2023
+++ pkgsrc/devel/py-cython/Makefile Tue Nov 14 00:12:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2023/11/13 10:27:15 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2023/11/14 00:12:34 wiz Exp $
DISTNAME= Cython-3.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -21,6 +21,8 @@ REPLACE_PYTHON+= cython.py
USE_CC_FEATURES= c99
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} cython cython-${PYVERSSUFFIX} && \
Home |
Main Index |
Thread Index |
Old Index