From owner-freebsd-python@FreeBSD.ORG Mon Jan 6 20:15:21 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 58AD9264; Mon, 6 Jan 2014 20:15:21 +0000 (UTC) Received: from mail-ea0-x22e.google.com (mail-ea0-x22e.google.com [IPv6:2a00:1450:4013:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B763B1652; Mon, 6 Jan 2014 20:15:20 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id b10so8072416eae.33 for ; Mon, 06 Jan 2014 12:15:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=VJ2sgKIRPWCDEUgjpsnWihErwUKvMIZcyW38ThcQmdg=; b=xaSKXsm0EE7YGRRosuuSQNUOTMZjFHm/2VQuqUKQoZD9DkfabQUWmO3UH6sMdAYeQt UpfTWCKsQjEH4+RbWcWv5dRYPvCWmyBuSNrRseBs/y0GeIQHuYm1HDeAgTUZIUgPxbkK ipkP1oeQH26R5Qz/5s7a3d0x1V1JcQ8BS1DZLRkpQ//Yg+B4FcuejVPGLWLsCLFTRqHo pP6DX/V7nD+p0E+/ix+4Wx58dXHwEyo14Exwbp32L15VdbS2dcOb9z1rmZJraH6U72WA OXsampyibMTsU9m/VpRXtZugVGXm2LOIOKBeEXKFGNHlu7e3sVL6xXAx8LlUpj0sLCGo +mmw== X-Received: by 10.14.184.66 with SMTP id r42mr17843543eem.86.1389039318576; Mon, 06 Jan 2014 12:15:18 -0800 (PST) Received: from [192.168.178.28] (a82-161-212-209.adsl.xs4all.nl. [82.161.212.209]) by mx.google.com with ESMTPSA id a45sm173852632eem.6.2014.01.06.12.15.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 Jan 2014 12:15:15 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <52CB0ED2.7030805@freebsd.org> Date: Mon, 06 Jan 2014 21:15:14 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Ruslan Makhmatkhanov Subject: Re: [CFR] lang/python26 removal References: <52C948C2.4080506@freebsd.org> <52CA91A3.8040309@yandex.ru> <52CA9855.1060002@yandex.ru> <52CA9CE6.1020608@yandex.ru> In-Reply-To: <52CA9CE6.1020608@yandex.ru> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 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: Mon, 06 Jan 2014 20:15:21 -0000 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é