pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-liblktlang



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Tue Sep 16 05:45:36 UTC 2025

Modified Files:
        pkgsrc/devel/py-liblktlang: Makefile

Log Message:
py-liblktlang: fix dependency error

PYTHON_VERSIONS_INCOMPATIBLE moved earlier as python/tool included by
some in-placed libraries


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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-liblktlang/Makefile
diff -u pkgsrc/devel/py-liblktlang/Makefile:1.3 pkgsrc/devel/py-liblktlang/Makefile:1.4
--- pkgsrc/devel/py-liblktlang/Makefile:1.3     Sat Sep 13 09:16:25 2025
+++ pkgsrc/devel/py-liblktlang/Makefile Tue Sep 16 05:45:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/09/13 09:16:25 dkazankov Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/16 05:45:36 dkazankov Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-25.0.0
 PKGNAME=       ${PYPKGPREFIX}-liblktlang-25.0
@@ -22,6 +22,9 @@ HAS_CONFIGURE=        yes
 
 GCC_REQD+=     14
 
+# langkit uses deprecated pipes module
+PYTHON_VERSIONS_INCOMPATIBLE+= 313
+
 CREATE_INPLACE_BUILD_TARGETS=  static-pic
 
 .include "../../textproc/ada-xmlada-25/inplace.mk"
@@ -79,9 +82,6 @@ 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