Path to this page:
./
textproc/py-cElementTree,
C implementation of Python ElementTree API
Branch: CURRENT,
Version: 2.7.4,
Package name: py27-cElementTree-2.7.4,
Maintainer: obacheThe cElementTree module is a C implementation of the ElementTree API, optimized
for fast parsing and low memory use. On typical documents, cElementTree is 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.
Required to run:[
lang/python27]
Master sites:
SHA1: 08e78ebeb6d9c799644f6d787ca424291c0fe03e
RMD160: 9d1a6db9a5373599afd509e1abb675a3dc5bdf58
Filesize: 10010.395 KB
Version history: (Expand)
- (2013-04-20) Updated to version: py27-cElementTree-2.7.4
- (2012-04-10) Updated to version: py27-cElementTree-0nb1
- (2011-05-04) Updated to version: py26-cElementTree-0nb1
- (2010-04-11) Package added to pkgsrc.se, version py26-cElementTree-0 (created)
CVS history: (Expand)
2013-04-20 11:38:05 by OBATA Akio | Files touched by this commit (7) |  |
Log message:
Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.
no objection in tech-pkg@ for a week.
|
| 2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2011-12-03 01:02:18 by Joerg Sonnenberger | Files touched by this commit (28) |
Log message:
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
|
| 2011-07-14 17:53:38 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Builds fine with Python 3.1 and is needed as dependency elsewhere.
|
2011-05-04 13:38:06 by OBATA Akio | Files touched by this commit (16) |  |
Log message:
Install standard python modules into usual location instead of site-packages.
PR#44826.
Bump PKGREVISION.
|
| 2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
|
2010-04-11 14:41:45 by OBATA Akio | Files touched by this commit (4) |  |
Log message:
Import py-cElementTree-0 as textproc/py-cElementTree.
The cElementTree module is a C implementation of the ElementTree API, optimized
for fast parsing and low memory use. On typical documents, cElementTree is 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.
|