pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov 25 11:09:06 UTC 2020

Modified Files:
        pkgsrc/finance/py-eth-hash: Makefile
        pkgsrc/finance/py-eth-typing: Makefile

Log Message:
Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-typing/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.3 pkgsrc/finance/py-eth-hash/Makefile:1.4
--- pkgsrc/finance/py-eth-hash/Makefile:1.3     Fri Oct  9 03:28:26 2020
+++ pkgsrc/finance/py-eth-hash/Makefile Wed Nov 25 11:09:06 2020
@@ -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 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-sphinx-rt
 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"

Index: pkgsrc/finance/py-eth-typing/Makefile
diff -u pkgsrc/finance/py-eth-typing/Makefile:1.3 pkgsrc/finance/py-eth-typing/Makefile:1.4
--- pkgsrc/finance/py-eth-typing/Makefile:1.3   Thu Oct  8 19:09:05 2020
+++ pkgsrc/finance/py-eth-typing/Makefile       Wed Nov 25 11:09:06 2020
@@ -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-rt
 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