pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ada-langkit-support-25
Module Name: pkgsrc
Committed By: dkazankov
Date: Fri Sep 12 17:49:49 UTC 2025
Modified Files:
pkgsrc/devel/ada-langkit-support-25: Makefile
Log Message:
ada-langkit-support-25: fix missing python dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ada-langkit-support-25/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/ada-langkit-support-25/Makefile
diff -u pkgsrc/devel/ada-langkit-support-25/Makefile:1.1 pkgsrc/devel/ada-langkit-support-25/Makefile:1.2
--- pkgsrc/devel/ada-langkit-support-25/Makefile:1.1 Thu Sep 4 11:17:42 2025
+++ pkgsrc/devel/ada-langkit-support-25/Makefile Fri Sep 12 17:49:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/04 11:17:42 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/12 17:49:49 dkazankov Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= langkit-support-${GNAT_NAME}-25.0.0
@@ -75,5 +75,11 @@ PRINT_PLIST_AWK+= /\.relocatable\/|\.sta
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-mako>=1.1.2:../../devel/py-mako
+TOOL_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+TOOL_DEPENDS+= ${PYPKGPREFIX}-funcy>=1.14:../../devel/py-funcy
+TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.16:../../textproc/py-docutils
+TOOL_DEPENDS+= ${PYPKGPREFIX}-e3-core>=22.6.0:../../devel/py-e3-core
+
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index