pkgsrc-WIP-changes archive

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

py-eth-{hash,typing,utils}: register the build-time dependency on py-bumpversion



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Sep 18 05:12:55 2020 +0200
Changeset:	e66fecefeb7ef79e760ba67fbe7afad4ce230843

Modified Files:
	py-eth-hash/Makefile
	py-eth-typing/Makefile
	py-eth-utils/Makefile

Log Message:
py-eth-{hash,typing,utils}: register the build-time dependency on py-bumpversion

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e66fecefeb7ef79e760ba67fbe7afad4ce230843

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

diffstat:
 py-eth-hash/Makefile   | 2 +-
 py-eth-typing/Makefile | 2 +-
 py-eth-utils/Makefile  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-eth-hash/Makefile b/py-eth-hash/Makefile
index 1b05dbafdb..1890361e9d 100644
--- a/py-eth-hash/Makefile
+++ b/py-eth-hash/Makefile
@@ -13,7 +13,7 @@ HOMEPAGE=	https://github.com/ethereum/eth-hash
 COMMENT=	eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3
 LICENSE=	mit
 
-BUILD_DEPENDS+=	# TODO: bumpversion>=0.5.3,<1
+BUILD_DEPENDS+=	${PYPKGPREFIX}-bumpversion-[0-9]*:../../wip/py-bumpversion
 BUILD_DEPENDS+=	# TODO: pytest-xdist>=0
 BUILD_DEPENDS+=	# TODO: pytest-watch>=4.1.0,<5
 BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
diff --git a/py-eth-typing/Makefile b/py-eth-typing/Makefile
index 8010e02731..22d5394d71 100644
--- a/py-eth-typing/Makefile
+++ b/py-eth-typing/Makefile
@@ -13,7 +13,7 @@ HOMEPAGE=	https://github.com/ethereum/eth-typing
 COMMENT=	eth-typing: Common type annotations for ethereum python packages
 LICENSE=	mit
 
-BUILD_DEPENDS+=	# TODO: bumpversion>=0.5.3,<1
+BUILD_DEPENDS+=	${PYPKGPREFIX}-bumpversion-[0-9]*:../../wip/py-bumpversion
 BUILD_DEPENDS+=	# TODO: pytest-watch>=4.1.0,<5
 BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 BUILD_DEPENDS+=	${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
diff --git a/py-eth-utils/Makefile b/py-eth-utils/Makefile
index acbbf47d86..cf8c7b56b8 100644
--- a/py-eth-utils/Makefile
+++ b/py-eth-utils/Makefile
@@ -25,7 +25,7 @@ BUILD_DEPENDS+=	# TODO: pytest>=3.4.1,<4.0.0
 BUILD_DEPENDS+=	${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 BUILD_DEPENDS+=	# TODO: pytest>=3.4.1,<4.0.0
 BUILD_DEPENDS+=	# TODO: pytest-pythonpath>=0.3,<1.0
-BUILD_DEPENDS+=	# TODO: bumpversion>=0.5.3,<1.0.0
+BUILD_DEPENDS+=	${PYPKGPREFIX}-bumpversion-[0-9]*:../../wip/py-bumpversion
 BUILD_DEPENDS+=	${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-eth-hash-[0-9]*:../../wip/py-eth-hash


Home | Main Index | Thread Index | Old Index