pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ninja



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 30 20:13:18 UTC 2024

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

Log Message:
py-ninja: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ninja/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-ninja/Makefile
diff -u pkgsrc/devel/py-ninja/Makefile:1.3 pkgsrc/devel/py-ninja/Makefile:1.4
--- pkgsrc/devel/py-ninja/Makefile:1.3  Sun Nov 24 07:21:16 2024
+++ pkgsrc/devel/py-ninja/Makefile      Sat Nov 30 20:13:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/11/24 07:21:16 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/11/30 20:13:18 wiz Exp $
 
 DISTNAME=      ninja-1.11.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
 TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build-core-[0-9]*:../../devel/py-scikit-build-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ninja-build-[0-9]*:../../devel/ninja-build
 TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=2.0:../../devel/py-importlib-metadata
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov



Home | Main Index | Thread Index | Old Index