Received: by mail.netbsd.org (Postfix, from userid 605) id 1628484DE7; Tue, 29 Sep 2020 19:37:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9253E84DD0 for ; Tue, 29 Sep 2020 19:37:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WRgpnfHGVpF5 for ; Tue, 29 Sep 2020 19:37:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E452A84D25 for ; Tue, 29 Sep 2020 19:37:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAE84FB28; Tue, 29 Sep 2020 19:37:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601408253291320" MIME-Version: 1.0 Date: Tue, 29 Sep 2020 19:37:33 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/finance/py-eth-utils To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200929193733.DAE84FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601408253291320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Sep 29 19:37:33 UTC 2020 Modified Files: pkgsrc/finance/py-eth-utils: Makefile Log Message: py-eth-utils: Try to fix dependencies. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-eth-utils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601408253291320 Content-Disposition: inline Content-Length: 749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-utils/Makefile diff -u pkgsrc/finance/py-eth-utils/Makefile:1.1 pkgsrc/finance/py-eth-utils/Makefile:1.2 --- pkgsrc/finance/py-eth-utils/Makefile:1.1 Tue Sep 29 00:05:36 2020 +++ pkgsrc/finance/py-eth-utils/Makefile Tue Sep 29 19:37:33 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/29 00:05:36 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/29 19:37:33 jperkin Exp $ DISTNAME= eth-utils-1.9.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -34,6 +34,8 @@ DEPENDS+= ${PYPKGPREFIX}-cytoolz-[0-9]*: USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-eth-typing + # TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1601408253291320--