From owner-freebsd-python@FreeBSD.ORG Mon Jan 6 11:50:10 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 95CDB5A2; Mon, 6 Jan 2014 11:50:10 +0000 (UTC) Received: from forward1h.mail.yandex.net (forward1h.mail.yandex.net [IPv6:2a02:6b8:0:f05::10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E9351849; Mon, 6 Jan 2014 11:50:10 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward1h.mail.yandex.net (Yandex) with ESMTP id 4AFE39E1399; Mon, 6 Jan 2014 15:49:58 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id B70CE1702B49; Mon, 6 Jan 2014 15:49:57 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 1MhpAdffGK-nu2ijT1O; Mon, 6 Jan 2014 15:49:57 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 8d521d94-57b0-4a3f-bb3a-30f9ee7a0ae5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1389008997; bh=i/KIWpyDUrxrdArArQEh618/XBrVoXD6OfIhNTG5qXg=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=qC2Fe1cV2AGB673g76/YHKyDKJ1gT0xfiAVPK1QkU/UIucXKHfcYOhuh5um94zsPk RlGKwj/SpE95fClz9aSIi1Kmi912IKNRKgCPL7dsSFgE3fsGk50DwidgvZH7ouTpvY Kg0ymCt4CHSbCognF4fapFQHx5cJ2aZ1gcEzIss0= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52CA9855.1060002@yandex.ru> Date: Mon, 06 Jan 2014 15:49:41 +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> In-Reply-To: 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: Mon, 06 Jan 2014 11:50:10 -0000 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. >> - there is remnants of 2.6 in lang/python-doc-html/distinfo that isn't >> covered by your patch. > Thanks, distinfo trimmed. >> > René -- Regards, Ruslan T.O.S. Of Reality