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:           Sat Feb 10 10:13:42 UTC 2024

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

Log Message:
py-link-grammar: disable for Python 3.12 again

Tries to use distutils, which is not available for Python 3.12.

See e.g.
http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240204.1238/py312-link-grammar-5.12.3/configure.log


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/textproc/py-link-grammar/Makefile:1.7
--- pkgsrc/textproc/py-link-grammar/Makefile:1.6        Wed Jan 31 16:26:16 2024
+++ pkgsrc/textproc/py-link-grammar/Makefile    Sat Feb 10 10:13:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/31 16:26:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2024/02/10 10:13:42 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
@@ -10,7 +10,8 @@ COMMENT=      Python binding of syntactic par
 
 DEPENDS+=      link-grammar-[0-9]*:../../textproc/link-grammar
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# not for 3.12: tries to use distutils
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 BUILDLINK_DEPMETHOD.python=    full
 



Home | Main Index | Thread Index | Old Index