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:   wiz
Date:           Fri Dec 17 00:21:34 UTC 2021

Modified Files:
        pkgsrc/finance/py-eth-abi: Makefile
        pkgsrc/finance/py-eth-account: Makefile

Log Message:
py-eth-abi: does not support python 3.6

Also mark its user that way


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-eth-abi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-account/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-abi/Makefile
diff -u pkgsrc/finance/py-eth-abi/Makefile:1.1 pkgsrc/finance/py-eth-abi/Makefile:1.2
--- pkgsrc/finance/py-eth-abi/Makefile:1.1      Sun Feb  7 20:13:09 2021
+++ pkgsrc/finance/py-eth-abi/Makefile  Fri Dec 17 00:21:34 2021
@@ -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
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-account/Makefile
diff -u pkgsrc/finance/py-eth-account/Makefile:1.3 pkgsrc/finance/py-eth-account/Makefile:1.4
--- pkgsrc/finance/py-eth-account/Makefile:1.3  Mon Oct  4 09:01:19 2021
+++ pkgsrc/finance/py-eth-account/Makefile      Fri Dec 17 00:21:34 2021
@@ -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:../.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index