summaryrefslogtreecommitdiff
path: root/finance/py-eth-rlp
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/py-eth-rlp
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/py-eth-rlp')
-rw-r--r--finance/py-eth-rlp/Makefile4
1 files changed, 2 insertions, 2 deletions
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"