pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesmith



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 11 20:52:02 UTC 2023

Modified Files:
        pkgsrc/devel/py-hypothesmith: Makefile

Log Message:
py-hypothesmith: add TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hypothesmith/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-hypothesmith/Makefile
diff -u pkgsrc/devel/py-hypothesmith/Makefile:1.3 pkgsrc/devel/py-hypothesmith/Makefile:1.4
--- pkgsrc/devel/py-hypothesmith/Makefile:1.3   Mon Dec 11 20:48:39 2023
+++ pkgsrc/devel/py-hypothesmith/Makefile       Mon Dec 11 20:52:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/12/11 20:48:39 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/12/11 20:52:02 adam Exp $
 
 DISTNAME=      hypothesmith-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/Zac-HD/hypo
 COMMENT=       Hypothesis strategies for generating Python programs, like CSmith
 LICENSE=       mpl-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-hypothesis>=6.84.1:../../devel/py-hypothesis
 DEPENDS+=      ${PYPKGPREFIX}-lark-parser-[0-9]*:../../lang/py-lark-parser
 DEPENDS+=      ${PYPKGPREFIX}-libcst>=1.0.1:../../lang/py-libcst



Home | Main Index | Thread Index | Old Index