summaryrefslogtreecommitdiff
path: root/finance/py-eth-typing
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-25 11:09:06 +0000
committernia <nia@pkgsrc.org>2020-11-25 11:09:06 +0000
commitb02a6700e381a26f6f2fa4c8f33e9d10856c3714 (patch)
tree748e031586d3421be2f950869fca2c6d298f9ae1 /finance/py-eth-typing
parent7057f969e716ba60000fa564879494b7fe7632ac (diff)
downloadpkgsrc-b02a6700e381a26f6f2fa4c8f33e9d10856c3714.tar.gz
Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6.
Diffstat (limited to 'finance/py-eth-typing')
-rw-r--r--finance/py-eth-typing/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-eth-typing/Makefile b/finance/py-eth-typing/Makefile
index 3788e7a3986..36dda0e9f22 100644
--- a/finance/py-eth-typing/Makefile
+++ b/finance/py-eth-typing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/10/08 19:09:05 khorben Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/25 11:09:06 nia Exp $
DISTNAME= eth-typing-2.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -32,6 +32,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version py-mypy py-twine
+# 'ascii' codec can't decode byte 0xe2
+PYTHON_VERSIONS_INCOMPATIBLE+= 36
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
.include "../../lang/python/egg.mk"