From owner-svn-ports-head@freebsd.org Mon Jan 6 21:45:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAF031F2DC0; Mon, 6 Jan 2020 21:45:16 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s8F848XCz4Gr7; Mon, 6 Jan 2020 21:45:16 +0000 (UTC) (envelope-from rene@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1185) id 85C771B8C1; Mon, 6 Jan 2020 21:45:16 +0000 (UTC) Date: Mon, 6 Jan 2020 21:45:16 +0000 From: Rene Ladan To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r521726 - in head/lang: python2 python27 Message-ID: <20200106214516.GA19383@freefall.freebsd.org> References: <202001011621.001GLHQj014136@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202001011621.001GLHQj014136@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 21:45:16 -0000 On Wed, Jan 01, 2020 at 04:21:17PM +0000, Antoine Brodin wrote: > Author: antoine > Date: Wed Jan 1 16:21:17 2020 > New Revision: 521726 > URL: https://svnweb.freebsd.org/changeset/ports/521726 > > Log: > Deprecate python2 > > With hat: portmgr > > Modified: > head/lang/python2/Makefile > head/lang/python27/Makefile > > Modified: head/lang/python2/Makefile > ============================================================================== > --- head/lang/python2/Makefile Wed Jan 1 16:16:34 2020 (r521725) > +++ head/lang/python2/Makefile Wed Jan 1 16:21:17 2020 (r521726) > @@ -11,6 +11,9 @@ EXTRACT_ONLY= # empty > MAINTAINER= python@FreeBSD.org > COMMENT= The "meta-port" for version 2 of the Python interpreter > > +DEPRECATED= EOLed upstream > +EXPIRATION_DATE= 2020-12-31 > + I know I'm late, but how about expiring it on 2020-10-31 so that we have two months to remove Python 2.7 from ports and not have to drag it into 2021Q1 ? René