From owner-freebsd-python@FreeBSD.ORG Thu Jan 9 10:21:56 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F078BA7F; Thu, 9 Jan 2014 10:21:55 +0000 (UTC) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A897913BA; Thu, 9 Jan 2014 10:21:55 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id vb8so3032285obc.36 for ; Thu, 09 Jan 2014 02:21:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=DLUWpDG9XyApIk6HDpynAuDuxNlro88JfaIrqUA7xuM=; b=HJic4/4hx4NzBm27+9RyHAsbdbKkVATBZQS9wpInWnh/sZ0x0elTGAQWMGZMffddjq F8Mr/Acpbwkilrm3yTLxMS2qkcS+rD6H3OfJ7qgAGsi6hbO9Kg1SdcWhetPKQtzvcCjq ovuH831QQq11sfoFFExnqLL4PeBKqRvDzc9bTnatNA8DJjDbfu+u9dHow1zAPVV0/8e3 q1G9UD8WhlEDlkBxW+hnLOVERjYRpYMUKey6QPG2J7xJ2zRf3hQXMcFp/lfVdCPwMXZN stM3DXh2dYWAwjcTDFG9wHVAyNAdwXYGvj4kLwW3UsVGuxn3q8QD05g0q2fbhf383hFN /pgA== MIME-Version: 1.0 X-Received: by 10.60.80.137 with SMTP id r9mr1714747oex.30.1389262914967; Thu, 09 Jan 2014 02:21:54 -0800 (PST) Sender: r.c.ladan@gmail.com Received: by 10.182.155.2 with HTTP; Thu, 9 Jan 2014 02:21:54 -0800 (PST) In-Reply-To: <52CD912F.8010502@yandex.ru> References: <52C948C2.4080506@freebsd.org> <52CA91A3.8040309@yandex.ru> <52CA9855.1060002@yandex.ru> <52CA9CE6.1020608@yandex.ru> <52CB0ED2.7030805@freebsd.org> <52CD912F.8010502@yandex.ru> Date: Thu, 9 Jan 2014 11:21:54 +0100 X-Google-Sender-Auth: MeGlKCXL-NK2Ry-BWF3w05yYeVs Message-ID: Subject: Re: [CFR] lang/python26 removal From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Ruslan Makhmatkhanov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Thu, 09 Jan 2014 10:21:56 -0000 2014/1/8 Ruslan Makhmatkhanov : > Ren=E9 Ladan wrote on 07.01.2014 00:15: > >> On 01/06/2014 13:09, Ruslan Makhmatkhanov wrote: >>> >>> Ren=E9 Ladan wrote on 06.01.2014 16:00: >>>> >>>> 2014/1/6 Ruslan Makhmatkhanov : >>>>> >>>>> Ren=E9 Ladan wrote on 06.01.2014 15:34: >>>>> >>>>>> 2014/1/6 Ruslan Makhmatkhanov : >>>>>>> >>>>>>> >>>>>>> Ren=E9 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 por= ts >>>>>>>> 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=E9 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> 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 al= l >>>>>> USE_PYTHON*=3D2.7 should be converted to USE_PYTHON*=3D2 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=E9 >>> >>> >>> 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=E9 > > > Sorry, I see no changes we discussed earlier. Wrong patch-file? > Indeed I managed to upload the wrong file somehow. I re-uploaded the file with the correct contents. Regards, Ren=E9