From owner-freebsd-python@FreeBSD.ORG Mon Jan 6 11:21:38 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 590E19C3; Mon, 6 Jan 2014 11:21:38 +0000 (UTC) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E27AD1537; Mon, 6 Jan 2014 11:21:37 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward5h.mail.yandex.net (Yandex) with ESMTP id 9FC3AD01A57; Mon, 6 Jan 2014 15:21:24 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 0FE3C2C274F; Mon, 6 Jan 2014 15:21:23 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id RIO5ZgXDot-LNbag94h; Mon, 6 Jan 2014 15:21:23 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: e9b9a7a6-5d68-42ba-bfc1-dc9071659298 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1389007283; bh=EYxmEhsm9X0HGpaFuPnN/nX+OAfu9PLUboPm5m/80o8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=MBgza7v04F3vWFgNGX2MG16gsFZXywe8mV5EzIFuUPh4aI2xlBGCNGk3djzF2cJXh glWxpfcyuN8aRVvVIpnIN9jLL3zTcMsETZTbh2L7oBUjwXcbH2ub72UAJzu58WB7K8 QT7v1MY5Gz0ceg0XbthtfRP00ERu3/cH0M4YUwmI= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52CA91A3.8040309@yandex.ru> Date: Mon, 06 Jan 2014 15:21:07 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ren=E9_Ladan?= , python@freebsd.org Subject: Re: [CFR] lang/python26 removal References: <52C948C2.4080506@freebsd.org> In-Reply-To: <52C948C2.4080506@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Mathieu Arnold X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 11:21:38 -0000 René Ladan wrote on 05.01.2014 15:57: > Hi, > > lang/python26 expired a few days ago, so I patched Mk/bsd.pyton.mk to > exclude lang/python26 and patched the USE_PYTHON* lines of all ports > referring to Python < 2.7. You must remove lang/python26 manually to not > break INDEX. > > The patch is available at > http://people.freebsd.org/~rene/patches/python-to-27.diff > The bsd.python.mk patch itself is also here: > http://people.freebsd.org/~rene/patches/Mk__bsd.python.mk.diff > > mat@ already gave an "OK" for the USE_PYTHON* bumps. > > Does this patch and removing lang/python26 look OK to you? > > I'm not on python@ , so please CC me. > > Regards, > René I'd say please go on with that. But there is two things there, that would be great to be fixed before commiting: - value of 2 need to be used instead of 2.7 in USE_PYTHON in your patch - there is remnants of 2.6 in lang/python-doc-html/distinfo that isn't covered by your patch. -- Regards, Ruslan T.O.S. Of Reality