pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-patiencediff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  7 16:36:46 UTC 2024

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

Log Message:
py-patiencediff: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-patiencediff/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-patiencediff/Makefile
diff -u pkgsrc/textproc/py-patiencediff/Makefile:1.3 pkgsrc/textproc/py-patiencediff/Makefile:1.4
--- pkgsrc/textproc/py-patiencediff/Makefile:1.3        Sun Jan  7 16:33:50 2024
+++ pkgsrc/textproc/py-patiencediff/Makefile    Sun Jan  7 16:36:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/01/07 16:33:50 rhialto Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/07 16:36:46 wiz Exp $
 
 DISTNAME=      patiencediff-0.2.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE=     https://www.breezy-vcs.org/
 COMMENT=       Python implementation of the patiencediff algorithm
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3 # or later
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES+=        c
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index