Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29E2584D4D for ; Thu, 8 Jun 2023 10:31:24 +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 YtmiqtLpPBRX for ; Thu, 8 Jun 2023 10:31:23 +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 7FA7784D25 for ; Thu, 8 Jun 2023 10:31:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B2B7FA89; Thu, 8 Jun 2023 10:31:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686220283207880" MIME-Version: 1.0 Date: Thu, 8 Jun 2023 10:31:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-keys To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230608103123.7B2B7FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686220283207880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 8 10:31:23 UTC 2023 Modified Files: pkgsrc/finance/py-eth-keys: Makefile Log Message: py-eth-keys: allow Python 3.11 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-keys/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686220283207880 Content-Disposition: inline Content-Length: 708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-keys/Makefile diff -u pkgsrc/finance/py-eth-keys/Makefile:1.4 pkgsrc/finance/py-eth-keys/Makefile:1.5 --- pkgsrc/finance/py-eth-keys/Makefile:1.4 Mon Nov 14 14:34:49 2022 +++ pkgsrc/finance/py-eth-keys/Makefile Thu Jun 8 10:31:23 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2023/06/08 10:31:23 adam Exp $ DISTNAME= eth-keys-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0. USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 311 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1686220283207880--