Bug 155524 - [PATCH] devel/py-celementtree: ignore if python >= 2.5
Summary: [PATCH] devel/py-celementtree: ignore if python >= 2.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-13 13:10 UTC by R.Mahmatkhanov
Modified: 2013-05-16 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.84 KB, patch)
2011-03-13 13:10 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-03-13 13:10:10 UTC
- 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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-13 13:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-03-13 13:26:36 UTC
State Changed
From-To: open->closed

python24 goes to the end of month, this port is on the todo for removal. 
thx.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2011-06-24 14:32:15 UTC
State Changed
From-To: closed->open

Re-open, python24 failed to disappear
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-16 15:06:14 UTC
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"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-05-16 15:07:30 UTC
State Changed
From-To: open->closed

The port was removed