Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 14:06:07 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318317 - in head: . devel devel/py-celementtree
Message-ID:  <201305161406.r4GE67IM062096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu May 16 14:06:07 2013
New Revision: 318317
URL: http://svnweb.freebsd.org/changeset/ports/318317

Log:
  Remove devel/py-celementtree becuase it's a part of Python standard library
  since version 2.5 (included as xml.etree.cElementTree). Upstream development
  going on python.org, there is no ports depending on this one.
  
  PR:		155524
  Submitted by:	rm (myself)
  Approved by:	nivit (maintainer, by mail)

Deleted:
  head/devel/py-celementtree/
Modified:
  head/MOVED
  head/devel/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu May 16 13:55:51 2013	(r318316)
+++ head/MOVED	Thu May 16 14:06:07 2013	(r318317)
@@ -4252,3 +4252,4 @@ japanese/jisx0213-fonts|japanese/font-ji
 x11-drivers/xf86-video-ati613||2013-05-10|Has expired: Old version, use xf86-video-ati instead
 devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distribution, only mkimage
 misc/py-xdelta3||2013-05-13|No longer actively maintained upstream
+devel/py-celementtree||2013-05-16|Included into all supported python versions as xml.etree.cElementTree

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May 16 13:55:51 2013	(r318316)
+++ head/devel/Makefile	Thu May 16 14:06:07 2013	(r318317)
@@ -3433,7 +3433,6 @@
     SUBDIR += py-boto
     SUBDIR += py-botocore
     SUBDIR += py-cclib
-    SUBDIR += py-celementtree
     SUBDIR += py-celery
     SUBDIR += py-cfgparse
     SUBDIR += py-cheetah



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305161406.r4GE67IM062096>