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:           Sun Nov  5 20:40:29 UTC 2023

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

Log Message:
py-link-grammar: does not build with Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/py-link-grammar/Makefile:1.3
--- pkgsrc/textproc/py-link-grammar/Makefile:1.2        Mon Oct 23 00:33:30 2023
+++ pkgsrc/textproc/py-link-grammar/Makefile    Sun Nov  5 20:40:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/10/23 00:33:30 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2023/11/05 20:40:29 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
@@ -10,11 +10,12 @@ 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
 
 CONFIGURE_ARGS+=       --enable-python-bindings
+CONFIGURE_ARGS+=       PYTHON_VERSION=${PYVERSSUFFIX}
 
 PY_PATCHPLIST= yes
 INSTALL_DIRS+= bindings/python



Home | Main Index | Thread Index | Old Index