pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-acora



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 13 23:37:34 UTC 2023

Modified Files:
        pkgsrc/textproc/py-acora: Makefile

Log Message:
py-acora: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-acora/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-acora/Makefile
diff -u pkgsrc/textproc/py-acora/Makefile:1.11 pkgsrc/textproc/py-acora/Makefile:1.12
--- pkgsrc/textproc/py-acora/Makefile:1.11      Mon Nov 14 14:11:43 2022
+++ pkgsrc/textproc/py-acora/Makefile   Mon Nov 13 23:37:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/11/14 14:11:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/13 23:37:34 wiz Exp $
 
 DISTNAME=      acora-2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # 2.3 distfile does not support python 3.11
 post-extract:
        ${RM} ${WRKSRC}/acora/*.c



Home | Main Index | Thread Index | Old Index