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:   gutteridge
Date:           Mon Oct 23 00:33:30 UTC 2023

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

Log Message:
py-link-grammar: mark not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/textproc/py-link-grammar/Makefile:1.2
--- pkgsrc/textproc/py-link-grammar/Makefile:1.1        Sun Oct 15 06:40:28 2023
+++ pkgsrc/textproc/py-link-grammar/Makefile    Mon Oct 23 00:33:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/10/15 06:40:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2023/10/23 00:33:30 gutteridge Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
@@ -10,6 +10,8 @@ COMMENT=      Python binding of syntactic par
 
 DEPENDS+=      link-grammar-[0-9]*:../../textproc/link-grammar
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 BUILDLINK_DEPMETHOD.python=    full
 
 CONFIGURE_ARGS+=       --enable-python-bindings



Home | Main Index | Thread Index | Old Index