summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-17 00:21:34 +0000
committerwiz <wiz@pkgsrc.org>2021-12-17 00:21:34 +0000
commitc1506160abbb20cdf2aaa4376342b9d3509fc8ef (patch)
treeebed2be6c5566fd6a74e522cb3592aecb5c7086e /finance
parent848f6b4c12062add2d958314c09927eb9942dfe6 (diff)
downloadpkgsrc-c1506160abbb20cdf2aaa4376342b9d3509fc8ef.tar.gz
py-eth-abi: does not support python 3.6
Also mark its user that way
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-abi/Makefile4
-rw-r--r--finance/py-eth-account/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/finance/py-eth-abi/Makefile b/finance/py-eth-abi/Makefile
index 63f387e703f..02dbc8e4760 100644
--- a/finance/py-eth-abi/Makefile
+++ b/finance/py-eth-abi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/07 20:13:09 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/17 00:21:34 wiz Exp $
DISTNAME= eth_abi-2.1.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 36
.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 0828b23d506..0298fece1bb 100644
--- a/finance/py-eth-account/Makefile
+++ b/finance/py-eth-account/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/10/04 09:01:19 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/17 00:21:34 wiz Exp $
DISTNAME= eth-account-0.5.6
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 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"