pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-codspeed



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 15 08:57:26 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-codspeed: Makefile

Log Message:
py-test-codspeed: fix tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-codspeed/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-test-codspeed/Makefile
diff -u pkgsrc/devel/py-test-codspeed/Makefile:1.2 pkgsrc/devel/py-test-codspeed/Makefile:1.3
--- pkgsrc/devel/py-test-codspeed/Makefile:1.2  Tue Dec 10 06:29:19 2024
+++ pkgsrc/devel/py-test-codspeed/Makefile      Sun Dec 15 08:57:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/12/10 06:29:19 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/15 08:57:26 wiz Exp $
 
 DISTNAME=      pytest_codspeed-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/CodSpeedHQ/
 COMMENT=       Pytest plugin to create CodSpeed benchmarks
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.17.1:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.12.2:../../devel/py-filelock
 DEPENDS+=      ${PYPKGPREFIX}-rich>=13.8.1:../../comms/py-rich



Home | Main Index | Thread Index | Old Index