pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-langkit
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 7 23:29:57 UTC 2026
Modified Files:
pkgsrc/devel/py-langkit: Makefile
Log Message:
py-langkit: not for Python 3.11 any longer, due to sphinx
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-langkit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-langkit/Makefile
diff -u pkgsrc/devel/py-langkit/Makefile:1.4 pkgsrc/devel/py-langkit/Makefile:1.5
--- pkgsrc/devel/py-langkit/Makefile:1.4 Thu Oct 9 15:18:55 2025
+++ pkgsrc/devel/py-langkit/Makefile Wed Jan 7 23:29:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/10/09 15:18:55 dkazankov Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/07 23:29:57 wiz Exp $
DISTNAME= ${GITHUB_PROJECT}-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}.0
@@ -12,6 +12,8 @@ HOMEPAGE= https://github.com/AdaCore/lan
COMMENT= Tool to create syntactic and semantic analysis engines
LICENSE= apache-2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-sphinx via py-stevedore
+
.include "../../mk/bsd.prefs.mk"
SUBST_CLASSES+= version
Home |
Main Index |
Thread Index |
Old Index