From owner-freebsd-python@FreeBSD.ORG Sat Nov 12 06:00:22 2011 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF07A1065674; Sat, 12 Nov 2011 06:00:21 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward18.mail.yandex.net (forward18.mail.yandex.net [IPv6:2a02:6b8:0:1402::3]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8D78FC0A; Sat, 12 Nov 2011 06:00:21 +0000 (UTC) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward18.mail.yandex.net (Yandex) with ESMTP id 174871780AE1; Sat, 12 Nov 2011 10:00:10 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1321077610; bh=SK4MfVwqpG/3q52Fp5zv9dAT1GXclaQFDozIMcqM5Gs=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Ywj+xxPYmus8K5P+3jREaWgTsE9/HdrvGN2L4U/k+2PLoxAAvTVYK8oXCijlIhHp5 Kzr26sG9cvAOoYMcaFAmpKHW7cJKwWJkQnYluA+VXssgl4O0X45b2HCw8VzO/z4vJs 7mvEABUy4R5oj5502eIpp8/S9149aH0xNVg2ytyA= Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id CC1271900237; Sat, 12 Nov 2011 10:00:09 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1321077609; bh=SK4MfVwqpG/3q52Fp5zv9dAT1GXclaQFDozIMcqM5Gs=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ph0LuJf10cvbjCrQscYYaKjOIIR9XFy8O/fqx77Gmaoud7t5RsIMXeMFUdzbQwmQw fj10JYrqqQXp0zfn5XcKGDe41im9Up6/8PO4dZChWXy6sF7ChuOVhE/IrtX9XJqtC0 hICQzDOtq7xHEmKtaY54tMI027Mx5BeMh9mCzHAk= Received: from unknown (unknown [213.138.88.133]) by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 089ekVNq-099qcquP; Sat, 12 Nov 2011 10:00:09 +0400 X-Yandex-Spam: 1 Message-ID: <4EBE0B59.30708@yandex.ru> Date: Sat, 12 Nov 2011 09:59:53 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111109 Thunderbird/8.0 MIME-Version: 1.0 To: glarkin@FreeBSD.org References: <4EBD1578.7030906@yandex.ru> <4EBD9320.5030508@FreeBSD.org> In-Reply-To: <4EBD9320.5030508@FreeBSD.org> X-Enigmail-Version: undefined Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: python@FreeBSD.org, Roman Bogorodskiy , Martin Wilke Subject: Re: Expiration of devel/py-[c]elementtree X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2011 06:00:22 -0000 Greg Larkin wrote on 12.11.2011 01:26: > On 11/11/11 7:30 AM, Ruslan Mahmatkhanov wrote: >> Good day! > >> We have two pr's here: >> http://bugs.freebsd.org/155524 >> http://bugs.freebsd.org/155526 > >> And the last consumer of them in the tree was fixed today. >> Since python 2.5 we have xml.etree.ElementTree and >> xml.etree.cElementTree in the standard library. This package are drop-in >> replacement for aforementioned ports, except of HTMLTreeBuilder class >> that is missing. But we don't have ports that use it anyway. > >> All the modern software uses or bundled xml.etree or lxml >> (devel/py-lxml) or html5lib (www/py-html5lib) instead. So i want to ask >> is there any objections if I mark them deprecated and remove in one month? > > > > My sense is these ports should be set to expire at the same time as > python 2.4. When is that change going to be made to its Makefile? > > Regards, > Greg Fair enough. I assumed that nobody actually using python 2.4, while asking that. I believe Martin knows better when 2.4 will be set to expire :) -- Regards, Ruslan Tinderboxing kills... the drives.