Port details |
- py-celementtree A fast C implementation of the ElementTree API
- 1.0.5_1 devel
=1 1.0.5_1Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2006-01-14 17:43:23
- Last Update: 2013-05-16 14:06:07
- SVN Revision: 318317
- People watching this port, also watch:: python
- Also Listed In: python
- License: not specified in port
- WWW:
- http://effbot.org/zone/celementtree.html
- Description:
- The cElementTree module is a C implementation of the ElementTree API.
On typical documents, it's 15-20 times faster than the Python version
of ElementTree, and uses 2-5 times less memory. On modern hardware,
that means that documents in the 50-100 megabyte range can be manipulated
in memory, and that documents in the 0-1 megabyte range load in zero
time (0.0 seconds). This allows you to drastically simplify many kinds
of XML applications.
Author: Fredrik Lundh
WWW: http://effbot.org/zone/celementtree.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- py27-cElementTree>0:devel/py-celementtree
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-cElementTree
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- __init__.py : devel/py-elementtree
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5_1 16 May 2013 14:06:07 |
rm |
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) |
1.0.5_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.5_1 09 Jan 2008 17:05:44 |
nivit |
- Fix download site and add a secondary one |
1.0.5_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.0.5_1 10 Dec 2006 01:21:51 |
nivit |
- Updated email address in my ports
Approved by: alexbl (mentor) |
1.0.5_1 20 Feb 2006 02:08:42 |
mnag |
- Add needed dependencie
- Bump PORTREVISION
PR: 93401
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
Approved by: maintainer |
1.0.5 14 Jan 2006 17:42:16 |
pav |
The cElementTree module is a C implementation of the ElementTree API.
On typical documents, it's 15-20 times faster than the Python version
of ElementTree, and uses 2-5 times less memory. On modern hardware,
that means that documents in the 50-100 megabyte range can be manipulated
in memory, and that documents in the 0-1 megabyte range load in zero
time (0.0 seconds). This allows you to drastically simplify many kinds
of XML applications.
PR: ports/91687
Submitted by: Nicola Vitale <nivit@email.it> |
Number of commits found: 7
|