pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-link-grammar



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 26 09:11:58 UTC 2023

Modified Files:
        pkgsrc/textproc/py-link-grammar: Makefile

Log Message:
py-link-grammar: does not support Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-link-grammar/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-link-grammar/Makefile
diff -u pkgsrc/textproc/py-link-grammar/Makefile:1.4 pkgsrc/textproc/py-link-grammar/Makefile:1.5
--- pkgsrc/textproc/py-link-grammar/Makefile:1.4        Fri Nov 24 13:39:55 2023
+++ pkgsrc/textproc/py-link-grammar/Makefile    Tue Dec 26 09:11:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/24 13:39:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2023/12/26 09:11:58 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
@@ -10,7 +10,7 @@ COMMENT=      Python binding of syntactic par
 
 DEPENDS+=      link-grammar-[0-9]*:../../textproc/link-grammar
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 BUILDLINK_DEPMETHOD.python=    full
 



Home | Main Index | Thread Index | Old Index