pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 11 20:51:28 UTC 2023

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

Log Message:
py-hypothesis: add TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/devel/py-hypothesis/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-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.130 pkgsrc/devel/py-hypothesis/Makefile:1.131
--- pkgsrc/devel/py-hypothesis/Makefile:1.130   Mon Dec 11 20:46:39 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Dec 11 20:51:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2023/12/11 20:46:39 adam Exp $
+# $NetBSD: Makefile,v 1.131 2023/12/11 20:51:28 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/HypothesisW
 COMMENT=       Python library for property based testing
 LICENSE=       mpl-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
 



Home | Main Index | Thread Index | Old Index