From fbbc89c706316c7b84f29e8b81c0eef20e47638e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Nov 2022 14:34:48 +0000 Subject: py-pysha3: mark as not for python 3.11 This was only ever intended for python < 3.6, but we do have some users in pkgsrc on newer python versions. --- finance/py-eth-abi/Makefile | 4 ++-- finance/py-eth-account/Makefile | 4 ++-- finance/py-eth-hash/Makefile | 4 ++-- finance/py-eth-keyfile/Makefile | 4 ++-- finance/py-eth-keys/Makefile | 4 ++-- finance/py-eth-rlp/Makefile | 4 ++-- finance/py-eth-utils/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'finance') diff --git a/finance/py-eth-abi/Makefile b/finance/py-eth-abi/Makefile index 5698fa681c3..67a1772c19f 100644 --- a/finance/py-eth-abi/Makefile +++ b/finance/py-eth-abi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/09/12 10:57:49 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth_abi-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-parsimonious>=0.8.0:../../textproc/py-parsimonious USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-account/Makefile b/finance/py-eth-account/Makefile index 772c2d119c7..6a1a8a655d6 100644 --- a/finance/py-eth-account/Makefile +++ b/finance/py-eth-account/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/09/12 11:04:18 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth-account-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-rlp>=1.0.0:../../devel/py-rlp USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-hash/Makefile b/finance/py-eth-hash/Makefile index c731d1eb0cb..9fe90c5addb 100644 --- a/finance/py-eth-hash/Makefile +++ b/finance/py-eth-hash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/09/12 10:51:29 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth-hash-0.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.14.6:../../devel/py-tox USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-keyfile/Makefile b/finance/py-eth-keyfile/Makefile index 4f411a51a2a..31ce7945516 100644 --- a/finance/py-eth-keyfile/Makefile +++ b/finance/py-eth-keyfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/07/12 07:33:02 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth-keyfile-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-keys/Makefile b/finance/py-eth-keys/Makefile index 94a0db6b435..0c61e3aa798 100644 --- a/finance/py-eth-keys/Makefile +++ b/finance/py-eth-keys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/07/12 07:31:17 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth-keys-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-rlp/Makefile b/finance/py-eth-rlp/Makefile index e156f0d6d1f..64de225ecee 100644 --- a/finance/py-eth-rlp/Makefile +++ b/finance/py-eth-rlp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/07/12 07:29:57 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth-rlp-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-rlp>=0.6.0:../../devel/py-rlp USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-utils/Makefile b/finance/py-eth-utils/Makefile index 3c9bde9ad48..75734eec2ac 100644 --- a/finance/py-eth-utils/Makefile +++ b/finance/py-eth-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/07/12 07:27:18 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/11/14 14:34:49 wiz Exp $ DISTNAME= eth-utils-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.14.6:../../devel/py-tox USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 311 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3