Received: by mail.netbsd.org (Postfix, from userid 605) id 1CAFA84D36; Thu, 1 Jul 2021 14:54:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 78D73851E7 for ; Thu, 1 Jul 2021 14:54:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 08yh9VKrNs8O for ; Thu, 1 Jul 2021 14:54:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 125AE851D9 for ; Thu, 1 Jul 2021 14:54:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B5C9FA95; Thu, 1 Jul 2021 14:54:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625151242113800" MIME-Version: 1.0 Date: Thu, 1 Jul 2021 14:54:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/py-ipython5 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210701145402.0B5C9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625151242113800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 1 14:54:01 UTC 2021 Modified Files: pkgsrc/devel/py-ipython5: Makefile Log Message: Remove 36 from accepted pythons To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-ipython5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625151242113800 Content-Disposition: inline Content-Length: 669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ipython5/Makefile diff -u pkgsrc/devel/py-ipython5/Makefile:1.11 pkgsrc/devel/py-ipython5/Makefile:1.12 --- pkgsrc/devel/py-ipython5/Makefile:1.11 Tue Jun 29 08:34:19 2021 +++ pkgsrc/devel/py-ipython5/Makefile Thu Jul 1 14:54:01 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/06/29 08:34:19 nia Exp $ +# $NetBSD: Makefile,v 1.12 2021/07/01 14:54:01 nia Exp $ DISTNAME= ipython-5.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -31,7 +31,7 @@ DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*: USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 27 36 +PYTHON_VERSIONS_ACCEPTED= 27 post-install: cd ${DESTDIR}${PREFIX} && \ --_----------=_1625151242113800--