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:   ryoon
Date:           Wed Jan 31 16:26:16 UTC 2024

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

Log Message:
py-link-grammar: Enable for Python 3.12 too


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/textproc/py-link-grammar/Makefile:1.6
--- pkgsrc/textproc/py-link-grammar/Makefile:1.5        Tue Dec 26 09:11:58 2023
+++ pkgsrc/textproc/py-link-grammar/Makefile    Wed Jan 31 16:26:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/12/26 09:11:58 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/31 16:26:16 ryoon 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 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 BUILDLINK_DEPMETHOD.python=    full
 



Home | Main Index | Thread Index | Old Index