pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-loguru



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 13 19:22:45 UTC 2023

Modified Files:
        pkgsrc/sysutils/py-loguru: Makefile

Log Message:
py-loguru: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-loguru/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-loguru/Makefile
diff -u pkgsrc/sysutils/py-loguru/Makefile:1.3 pkgsrc/sysutils/py-loguru/Makefile:1.4
--- pkgsrc/sysutils/py-loguru/Makefile:1.3      Mon Nov 27 15:31:19 2023
+++ pkgsrc/sysutils/py-loguru/Makefile  Wed Dec 13 19:22:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/11/27 15:31:19 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/12/13 19:22:45 wiz Exp $
 
 DISTNAME=      loguru-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/Delgan/logu
 COMMENT=       Python logging made (stupidly) simple
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins>=1.10.1:../../devel/py-test-mypy-plugins



Home | Main Index | Thread Index | Old Index