pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/breezy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 24 16:43:18 UTC 2024

Modified Files:
        pkgsrc/devel/breezy: Makefile

Log Message:
breezy: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/breezy/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/breezy/Makefile
diff -u pkgsrc/devel/breezy/Makefile:1.19 pkgsrc/devel/breezy/Makefile:1.20
--- pkgsrc/devel/breezy/Makefile:1.19   Sun Jan  7 16:13:43 2024
+++ pkgsrc/devel/breezy/Makefile        Wed Jan 24 16:43:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/01/07 16:13:43 rhialto Exp $
+# $NetBSD: Makefile,v 1.20 2024/01/24 16:43:18 wiz Exp $
 
 DISTNAME=      breezy-3.3.4
 PKGREVISION=   1
@@ -10,6 +10,8 @@ HOMEPAGE=     https://breezy-vcs.org/
 COMMENT=       Friendly distributed version control system
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 # Seems to be used in all cases now:
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-cython>=0.29:../../devel/py-cython
 DEPENDS+=              ${PYPKGPREFIX}-configobj>0:../../devel/py-configobj



Home | Main Index | Thread Index | Old Index