From owner-freebsd-python@FreeBSD.ORG Mon Jan 6 12:00:25 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 3B58C873; Mon, 6 Jan 2014 12:00:25 +0000 (UTC) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9F7D1972; Mon, 6 Jan 2014 12:00:24 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id n16so18670389oag.37 for ; Mon, 06 Jan 2014 04:00:24 -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=YoctG8EGTHTnStJ94FptZQT4gs1/4N8x2UdiW2L+bps=; b=ul2s9Tz3Vvzgu5UBr3vZA8QRMpfJDK2G9iZiDxd7KmvjcVBptoms1xag6lya2pJ2Hp nsVONOH6UFnZ5zXT5eEbpu84pRWUzXtmefKQNwU00jF+NFLIWgGnz2qwWIhxR0ufbqPg V36AieZ9VjeUh9rJx9cc5xFIucFDdBEIhXubh8n+YLJcwmxVh/x+dm2qInXXv0bg5ktR UVIXBwBhD3iKheZG1S/rElU/Qp2LJBz2euZ+gXrcQ9RJh8DsbYCryeEt2IhzbUHqU9J6 awttam07yOAbOkzCkkdtjf1kCa6AzLjDhZ1x14+TpF5KuFLKAn9D8rHG05Sz28RzjH/N 0Rhw== MIME-Version: 1.0 X-Received: by 10.60.99.8 with SMTP id em8mr46344622oeb.8.1389009624261; Mon, 06 Jan 2014 04:00:24 -0800 (PST) Sender: r.c.ladan@gmail.com Received: by 10.182.155.2 with HTTP; Mon, 6 Jan 2014 04:00:24 -0800 (PST) In-Reply-To: <52CA9855.1060002@yandex.ru> References: <52C948C2.4080506@freebsd.org> <52CA91A3.8040309@yandex.ru> <52CA9855.1060002@yandex.ru> Date: Mon, 6 Jan 2014 13:00:24 +0100 X-Google-Sender-Auth: HlFQ1FEPpmLpOgKAWioBO_0U5m8 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: Mon, 06 Jan 2014 12:00:25 -0000 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 ports >>>> referring to Python < 2.7. You must remove lang/python26 manually to n= ot >>>> 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 wou= ld >>> 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*=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 late= r > 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