From owner-freebsd-python@FreeBSD.ORG Wed Jan 8 17:56:20 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 676D3FB; Wed, 8 Jan 2014 17:56:20 +0000 (UTC) Received: from forward4h.mail.yandex.net (forward4h.mail.yandex.net [IPv6:2a02:6b8:0:f05::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D58931142; Wed, 8 Jan 2014 17:56:19 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward4h.mail.yandex.net (Yandex) with ESMTP id C22161B20F3E; Wed, 8 Jan 2014 21:56:15 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 36BF72C2457; Wed, 8 Jan 2014 21:56:15 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id lyb1xcI8d5-uEMS71jk; Wed, 8 Jan 2014 21:56:14 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 3f9f1860-df31-44f6-a43e-dcd1a90123d1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1389203774; bh=FMKe9p1hNWxvvSKdPNI3vqjiKbRdSRuAOEiY+LkwoWA=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CV5EkCL+39tpYvZMGZY0tcxmBhkWFdEJz9qLMgeGavvvJnHjdAEEy0prTfPEsdF/T NxCgwuiO70NNuXQJ/DCVxo5zmjZx3EKEsBgjUA7zfZ9RV8chsIgIYeSkuRWO5HNNX3 8VT3q1rENE5+FY/aDSpteExspilrJ2kRsPlLAtzU= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52CD912F.8010502@yandex.ru> Date: Wed, 08 Jan 2014 21:55:59 +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?= Subject: Re: [CFR] lang/python26 removal References: <52C948C2.4080506@freebsd.org> <52CA91A3.8040309@yandex.ru> <52CA9855.1060002@yandex.ru> <52CA9CE6.1020608@yandex.ru> <52CB0ED2.7030805@freebsd.org> In-Reply-To: <52CB0ED2.7030805@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Mathieu Arnold , python@freebsd.org 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: Wed, 08 Jan 2014 17:56:20 -0000 René Ladan wrote on 07.01.2014 00:15: > On 01/06/2014 13:09, Ruslan Makhmatkhanov wrote: >> René Ladan wrote on 06.01.2014 16:00: >>> 2014/1/6 Ruslan Makhmatkhanov : >>>> René Ladan wrote on 06.01.2014 15:34: >>>> >>>>> 2014/1/6 Ruslan Makhmatkhanov : >>>>>> >>>>>> 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 >>>>> >>>>> This is because I converted -2.7 to 2.7 etc. Are you saying that all >>>>> USE_PYTHON*=2.7 should be converted to USE_PYTHON*=2 and that >>>>> other USE_PYTHON* values are OK ? >>>> >>>> >>>> I just looked at it again: >>>> >>>> -2.7 and 2.7 should be converted to just `2' >>>> 2.x+ should be converted to just `yes' to keep it's current meaning >>>> >>>> Will this `yes'-ports actually build with 3.x - that will be checked >>>> later >>>> for all the tree. I have plans for this. >>>> >>> I'll redo the patch with the above two conversion rules and blame any >>> breakage on you :-p >>> >>> Regards, >>> René >> >> Ok). But please send it here for review). >> > Sure: http://people.freebsd.org/~rene/patches/python-cleanup.diff > > This patch looks (much) bigger than the previous patch but that is > because it includes the removal of lang/python26. > > René Sorry, I see no changes we discussed earlier. Wrong patch-file? -- Regards, Ruslan T.O.S. Of Reality