summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-14 14:34:48 +0000
committerwiz <wiz@pkgsrc.org>2022-11-14 14:34:48 +0000
commitfbbc89c706316c7b84f29e8b81c0eef20e47638e (patch)
treee9a15cdb599f0828f82de7d8126325a0431de368 /finance
parent71e9ce2b7af5a1a669057302af29186675e7ce91 (diff)
downloadpkgsrc-fbbc89c706316c7b84f29e8b81c0eef20e47638e.tar.gz
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.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-abi/Makefile4
-rw-r--r--finance/py-eth-account/Makefile4
-rw-r--r--finance/py-eth-hash/Makefile4
-rw-r--r--finance/py-eth-keyfile/Makefile4
-rw-r--r--finance/py-eth-keys/Makefile4
-rw-r--r--finance/py-eth-rlp/Makefile4
-rw-r--r--finance/py-eth-utils/Makefile4
7 files changed, 14 insertions, 14 deletions
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"