- set IGNORE if python version is >= 2.5, because cElementTree is a part of standard library since 2.5: http://docs.python.org/library/xml.etree.elementtree.html - remove MD5 - pet portlint (install examples into EXAMPLESDIR, not DOCSDIR) Dunno maybe we should delete this port at all, since we dropping support of 24 in the tree. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->nivit Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed python24 goes to the end of month, this port is on the todo for removal. thx.
State Changed From-To: closed->open Re-open, python24 failed to disappear
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The port was removed