pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-bump2version: use in place of py-bumpversion
details: https://anonhg.NetBSD.org/pkgsrc/rev/62048a2e8aee
branches: trunk
changeset: 440435:62048a2e8aee
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu Oct 08 19:09:05 2020 +0000
description:
py-bump2version: use in place of py-bumpversion
Bumps PKGREVISION in affected packages.
diffstat:
devel/py-rlp/Makefile | 7 ++++---
finance/py-eth-hash/Makefile | 5 +++--
finance/py-eth-typing/Makefile | 7 ++++---
finance/py-eth-utils/Makefile | 7 ++++---
4 files changed, 15 insertions(+), 11 deletions(-)
diffs (115 lines):
diff -r f86503b17972 -r 62048a2e8aee devel/py-rlp/Makefile
--- a/devel/py-rlp/Makefile Thu Oct 08 18:32:16 2020 +0000
+++ b/devel/py-rlp/Makefile Thu Oct 08 19:09:05 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/10/06 10:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/10/08 19:09:05 khorben Exp $
DISTNAME= pyrlp-1.2.0
PKGNAME= ${PYPKGPREFIX}-rlp-1.2.0
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/}
GITHUB_PROJECT= pyrlp
@@ -14,7 +15,7 @@
EGG_NAME= rlp-1.2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-bumpversion-[0-9]*:../../devel/py-bumpversion
+BUILD_DEPENDS+= ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
#BUILD_DEPENDS+= # TODO: pytest-xdist>=0
#BUILD_DEPENDS+= # TODO: pytest-watch>=4.1.0,<5
@@ -31,7 +32,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-twine
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version py-twine
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
.include "../../lang/python/egg.mk"
diff -r f86503b17972 -r 62048a2e8aee finance/py-eth-hash/Makefile
--- a/finance/py-eth-hash/Makefile Thu Oct 08 18:32:16 2020 +0000
+++ b/finance/py-eth-hash/Makefile Thu Oct 08 19:09:05 2020 +0000
@@ -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 @@
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 -r f86503b17972 -r 62048a2e8aee finance/py-eth-typing/Makefile
--- a/finance/py-eth-typing/Makefile Thu Oct 08 18:32:16 2020 +0000
+++ b/finance/py-eth-typing/Makefile Thu Oct 08 19:09:05 2020 +0000
@@ -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 @@
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 @@
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 -r f86503b17972 -r 62048a2e8aee finance/py-eth-utils/Makefile
--- a/finance/py-eth-utils/Makefile Thu Oct 08 18:32:16 2020 +0000
+++ b/finance/py-eth-utils/Makefile Thu Oct 08 19:09:05 2020 +0000
@@ -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}-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 @@
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"
Home |
Main Index |
Thread Index |
Old Index