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: Fri Nov 24 13:39:55 UTC 2023
Modified Files:
pkgsrc/textproc/py-link-grammar: Makefile
Log Message:
py-link-grammar: Python 3.12 is supported
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/textproc/py-link-grammar/Makefile:1.4
--- pkgsrc/textproc/py-link-grammar/Makefile:1.3 Sun Nov 5 20:40:29 2023
+++ pkgsrc/textproc/py-link-grammar/Makefile Fri Nov 24 13:39:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/11/05 20:40:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/11/24 13:39:55 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