pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hexbytes



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 10 19:06:15 UTC 2023

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

Log Message:
py-hexbytes: needs TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-hexbytes/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-hexbytes/Makefile
diff -u pkgsrc/devel/py-hexbytes/Makefile:1.7 pkgsrc/devel/py-hexbytes/Makefile:1.8
--- pkgsrc/devel/py-hexbytes/Makefile:1.7       Fri Nov 10 18:57:27 2023
+++ pkgsrc/devel/py-hexbytes/Makefile   Fri Nov 10 19:06:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/11/10 18:57:27 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/10 19:06:15 adam Exp $
 
 DISTNAME=      hexbytes-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/ethereum/he
 COMMENT=       Python bytes subclass that decodes hex
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.44.24:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist



Home | Main Index | Thread Index | Old Index