pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-typing



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

Modified Files:
        pkgsrc/finance/py-eth-typing: Makefile

Log Message:
py-eth-typing: needs TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/py-eth-typing/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-typing/Makefile
diff -u pkgsrc/finance/py-eth-typing/Makefile:1.12 pkgsrc/finance/py-eth-typing/Makefile:1.13
--- pkgsrc/finance/py-eth-typing/Makefile:1.12  Fri Nov 10 18:58:18 2023
+++ pkgsrc/finance/py-eth-typing/Makefile       Fri Nov 10 19:06:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/11/10 18:58:18 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/11/10 19:06:37 adam Exp $
 
 DISTNAME=      eth-typing-3.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/ethereum/et
 COMMENT=       Common type annotations for ethereum python packages
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index