pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: dkazankov
Date: Sat Sep 13 09:16:25 UTC 2025
Modified Files:
pkgsrc/devel/py-langkit: Makefile
pkgsrc/devel/py-liblktlang: Makefile
Log Message:
py-[langkit,liblktlang]: add python 3.13 to incompatible versions
Langkit uses deprecated pipes module
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-langkit/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-liblktlang/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.1 pkgsrc/devel/py-langkit/Makefile:1.2
--- pkgsrc/devel/py-langkit/Makefile:1.1 Thu Sep 4 11:07:43 2025
+++ pkgsrc/devel/py-langkit/Makefile Sat Sep 13 09:16:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/04 11:07:43 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/13 09:16:25 dkazankov Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-25.0.0
@@ -55,5 +55,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-e3-testsui
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/create-project.py ${DESTDIR}${PREFIX}/bin/create-project${PYVERSSUFFIX}.py
+# langkit uses deprecated pipes module
+PYTHON_VERSIONS_INCOMPATIBLE+= 313
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-liblktlang/Makefile
diff -u pkgsrc/devel/py-liblktlang/Makefile:1.2 pkgsrc/devel/py-liblktlang/Makefile:1.3
--- pkgsrc/devel/py-liblktlang/Makefile:1.2 Sat Sep 6 16:47:31 2025
+++ pkgsrc/devel/py-liblktlang/Makefile Sat Sep 13 09:16:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/06 16:47:31 dkazankov Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/13 09:16:25 dkazankov Exp $
DISTNAME= ${GITHUB_PROJECT}-25.0.0
PKGNAME= ${PYPKGPREFIX}-liblktlang-25.0
@@ -79,6 +79,9 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
DEPENDS+= ${PYPKGPREFIX}-langkit-25.*:../../devel/py-langkit
+# langkit uses deprecated pipes module
+PYTHON_VERSIONS_INCOMPATIBLE+= 313
+
.include "../../lang/python/wheel.mk"
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index