pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug  1 08:28:42 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-pretty/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-pretty/Makefile
diff -u pkgsrc/devel/py-test-pretty/Makefile:1.1 pkgsrc/devel/py-test-pretty/Makefile:1.2
--- pkgsrc/devel/py-test-pretty/Makefile:1.1    Mon Jul 28 20:53:23 2025
+++ pkgsrc/devel/py-test-pretty/Makefile        Fri Aug  1 08:28:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/07/28 20:53:23 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/01 08:28:42 wiz Exp $
 
 DISTNAME=      pytest-pretty-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/samuelcolvi
 COMMENT=       Pytest plugin providing an alternative, colourful diff output for failing assertions
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich



Home | Main Index | Thread Index | Old Index