pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-deepdiff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 12 07:30:29 UTC 2025

Modified Files:
        pkgsrc/textproc/py-deepdiff: Makefile

Log Message:
py-deepdiff: fix tools


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-deepdiff/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-deepdiff/Makefile
diff -u pkgsrc/textproc/py-deepdiff/Makefile:1.23 pkgsrc/textproc/py-deepdiff/Makefile:1.24
--- pkgsrc/textproc/py-deepdiff/Makefile:1.23   Tue May 20 05:44:15 2025
+++ pkgsrc/textproc/py-deepdiff/Makefile        Thu Jun 12 07:30:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/05/20 05:44:15 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/06/12 07:30:29 wiz Exp $
 
 DISTNAME=      deepdiff-8.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/seperman/de
 COMMENT=       Deep Difference and Search of any Python object/data
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-orderly-set>=5.4.1:../../devel/py-orderly-set
 # cli
 DEPENDS+=      ${PYPKGPREFIX}-click>=8.1.0:../../devel/py-click



Home | Main Index | Thread Index | Old Index