pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance Add PYTHON_VERSIONS_INCOMPATIBLE to packages t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d08c7ff12593
branches:  trunk
changeset: 442506:d08c7ff12593
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 25 11:09:06 2020 +0000

description:
Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6.

diffstat:

 finance/py-eth-hash/Makefile   |  4 +++-
 finance/py-eth-typing/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 01a318d0c79f -r d08c7ff12593 finance/py-eth-hash/Makefile
--- a/finance/py-eth-hash/Makefile      Wed Nov 25 11:05:07 2020 +0000
+++ b/finance/py-eth-hash/Makefile      Wed Nov 25 11:09:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/10/09 03:28:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/25 11:09:06 nia Exp $
 
 DISTNAME=      eth-hash-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,6 +28,8 @@
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-bump2version
+# 'ascii' codec can't decode byte 0xe2
+PYTHON_VERSIONS_INCOMPATIBLE+= 36
 
 # TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
 .include "../../lang/python/egg.mk"
diff -r 01a318d0c79f -r d08c7ff12593 finance/py-eth-typing/Makefile
--- a/finance/py-eth-typing/Makefile    Wed Nov 25 11:05:07 2020 +0000
+++ b/finance/py-eth-typing/Makefile    Wed Nov 25 11:09:06 2020 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index