pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-evolve



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 09:30:48 UTC 2023

Modified Files:
        pkgsrc/devel/py-hg-evolve: Makefile

Log Message:
py-hg-evolve: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-hg-evolve/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-hg-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.39 pkgsrc/devel/py-hg-evolve/Makefile:1.40
--- pkgsrc/devel/py-hg-evolve/Makefile:1.39     Mon Nov 13 15:01:19 2023
+++ pkgsrc/devel/py-hg-evolve/Makefile  Wed Nov 15 09:30:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2023/11/13 15:01:19 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2023/11/15 09:30:48 wiz Exp $
 #
 # Release notes:
 # https://lists.mercurial-scm.org/pipermail/mercurial/
@@ -13,6 +13,8 @@ HOMEPAGE=     https://www.mercurial-scm.org/
 COMMENT=       Experimental Mercurial extensions from Facebook
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.4nb1:../../devel/py-mercurial
 TEST_DEPENDS+= curl-[0-9]*:../../www/curl
 



Home | Main Index | Thread Index | Old Index