pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance py-eth-abi: does not support python 3.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/99afda957a7d
branches: trunk
changeset: 771308:99afda957a7d
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 17 00:21:34 2021 +0000
description:
py-eth-abi: does not support python 3.6
Also mark its user that way
diffstat:
finance/py-eth-abi/Makefile | 4 ++--
finance/py-eth-account/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 2aa9132efe23 -r 99afda957a7d finance/py-eth-abi/Makefile
--- a/finance/py-eth-abi/Makefile Fri Dec 17 00:15:47 2021 +0000
+++ b/finance/py-eth-abi/Makefile Fri Dec 17 00:21:34 2021 +0000
@@ -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 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2aa9132efe23 -r 99afda957a7d finance/py-eth-account/Makefile
--- a/finance/py-eth-account/Makefile Fri Dec 17 00:15:47 2021 +0000
+++ b/finance/py-eth-account/Makefile Fri Dec 17 00:21:34 2021 +0000
@@ -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 @@
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