Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 65B3E1A923C for ; Mon, 14 Dec 2020 09:26:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A184284D6F; Mon, 14 Dec 2020 09:26:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE65A84CFC for ; Mon, 14 Dec 2020 09:26:37 +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 TFu8lC6NJ1aY for ; Mon, 14 Dec 2020 09:26:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3046284C71 for ; Mon, 14 Dec 2020 09:26:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29D74FA9D; Mon, 14 Dec 2020 09:26:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160793799726830" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 09:26:37 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/security/py-solo To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20201214092637.29D74FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160793799726830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Dec 14 09:26:37 UTC 2020 Modified Files: pkgsrc/security/py-solo: Makefile Log Message: py-solo: Unbreak bulk builds. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-solo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160793799726830 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-solo/Makefile diff -u pkgsrc/security/py-solo/Makefile:1.1 pkgsrc/security/py-solo/Makefile:1.2 --- pkgsrc/security/py-solo/Makefile:1.1 Sun Dec 13 07:21:29 2020 +++ pkgsrc/security/py-solo/Makefile Mon Dec 14 09:26:36 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/12/13 07:21:29 riastradh Exp $ +# $NetBSD: Makefile,v 1.2 2020/12/14 09:26:36 jperkin Exp $ GITHUB_PROJECT= solo-python GITHUB_TAG= 0.0.26 @@ -16,6 +16,8 @@ LICENSE= apache-2.0 OR mit WRKSRC= ${WRKDIR}/solo-python-0.0.26 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-flit + TOOL_DEPENDS+= ${PYPKGPREFIX}-flit>=0:../../devel/py-flit TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=0:../../devel/py-pip --_----------=_160793799726830--