Received: by mail.netbsd.org (Postfix, from userid 605) id 9A04D84F1A; Fri, 8 Jul 2022 14:41:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4C7184F19 for ; Fri, 8 Jul 2022 14:41:52 +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 sJvs0ZeL4JCz for ; Fri, 8 Jul 2022 14:41:52 +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 2F5DE84CEA for ; Fri, 8 Jul 2022 14:41:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28AC9FB1A; Fri, 8 Jul 2022 14:41:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657291312280990" MIME-Version: 1.0 Date: Fri, 8 Jul 2022 14:41:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-requestbuilder To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220708144152.28AC9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657291312280990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jul 8 14:41:52 UTC 2022 Modified Files: pkgsrc/net/py-requestbuilder: Makefile Log Message: py-requestbuilder: mark as not for python 2.x To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-requestbuilder/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657291312280990 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-requestbuilder/Makefile diff -u pkgsrc/net/py-requestbuilder/Makefile:1.2 pkgsrc/net/py-requestbuilder/Makefile:1.3 --- pkgsrc/net/py-requestbuilder/Makefile:1.2 Tue Jan 4 20:54:31 2022 +++ pkgsrc/net/py-requestbuilder/Makefile Fri Jul 8 14:41:51 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/08 14:41:51 wiz Exp $ DISTNAME= requestbuilder-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,8 @@ LICENSE= isc DEPENDS+= ${PYPKGPREFIX}-requests>=2.4:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" --_----------=_1657291312280990--