From 3db111009b2e849e2c67a1dba333be6a00fa7522 Mon Sep 17 00:00:00 2001 From: khorben Date: Thu, 8 Oct 2020 19:09:05 +0000 Subject: py-bump2version: use in place of py-bumpversion Bumps PKGREVISION in affected packages. --- finance/py-eth-hash/Makefile | 5 +++-- finance/py-eth-typing/Makefile | 7 ++++--- finance/py-eth-utils/Makefile | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'finance') diff --git a/finance/py-eth-hash/Makefile b/finance/py-eth-hash/Makefile index 736a66e9bf1..5214c507a4a 100644 --- a/finance/py-eth-hash/Makefile +++ b/finance/py-eth-hash/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/09/28 23:40:35 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2020/10/08 19:09:05 khorben Exp $ DISTNAME= eth-hash-0.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/} GITHUB_PROJECT= eth-hash @@ -12,7 +13,7 @@ HOMEPAGE= https://github.com/ethereum/eth-hash COMMENT= Ethereum keccak256 hashing function LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-bumpversion-[0-9]*:../../devel/py-bumpversion +BUILD_DEPENDS+= ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version #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/finance/py-eth-typing/Makefile b/finance/py-eth-typing/Makefile index b640dfd7dca..3788e7a3986 100644 --- a/finance/py-eth-typing/Makefile +++ b/finance/py-eth-typing/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/09/29 19:36:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2020/10/08 19:09:05 khorben Exp $ DISTNAME= eth-typing-2.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/} GITHUB_PROJECT= eth-typing @@ -13,7 +14,7 @@ HOMEPAGE= https://github.com/ethereum/eth-typing COMMENT= Common type annotations for ethereum python packages LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-bumpversion-[0-9]*:../../devel/py-bumpversion +BUILD_DEPENDS+= ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version #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 @@ -30,7 +31,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx- USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mypy py-twine +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version py-mypy py-twine # TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI .include "../../lang/python/egg.mk" diff --git a/finance/py-eth-utils/Makefile b/finance/py-eth-utils/Makefile index 82517fc329d..81c11ff43c2 100644 --- a/finance/py-eth-utils/Makefile +++ b/finance/py-eth-utils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/09/29 19:37:33 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2020/10/08 19:09:05 khorben Exp $ DISTNAME= eth-utils-1.9.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/} GITHUB_PROJECT= eth-utils @@ -24,7 +25,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy 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+= ${PYPKGPREFIX}-bumpversion-[0-9]*:../../devel/py-bumpversion +BUILD_DEPENDS+= ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash @@ -34,7 +35,7 @@ DEPENDS+= ${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-eth-typing +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version py-eth-typing # TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI .include "../../lang/python/egg.mk" -- cgit v1.2.3