pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-diffoscope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 20 16:03:03 UTC 2024

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

Log Message:
py-diffoscope: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/py-diffoscope/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-diffoscope/Makefile
diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.21 pkgsrc/sysutils/py-diffoscope/Makefile:1.22
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.21 Mon Jan 15 20:03:39 2024
+++ pkgsrc/sysutils/py-diffoscope/Makefile      Sat Jan 20 16:03:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/01/15 20:03:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.22 2024/01/20 16:03:03 wiz Exp $
 
 DISTNAME=      diffoscope-253
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://diffoscope.org/
 COMMENT=       In-depth comparison of files, archives, and directories
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c
 DEPENDS+=      ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
 DEPENDS+=      ${PYPKGPREFIX}-tlsh-[0-9]*:../../devel/py-tlsh



Home | Main Index | Thread Index | Old Index