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

This commit is contained in:
Pierre Pronchery 2020-09-18 05:12:55 +02:00
parent 7fd11e3273
commit e66fecefeb
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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