NOTICE: This package has been removed from pkgsrc

./textproc/py-cElementTree, C implementation of Python ElementTree API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.10.12, Package name: py310-cElementTree-3.10.12, Maintainer: pkgsrc-users

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.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 19194.176 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41)
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
   2021-10-09 12:54:06 by Nia Alarie | Files touched by this commit (1)
Log message:
py-cElementTree: needs wrappers to add std=c99...
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2020-01-08 14:44:42 by Joerg Sonnenberger | Files touched by this commit (9)
Log message:
Always extract the full Python distfile for modules.

This retires an old "optimisation" that over time has created more
problems than it solved, including various questions from users about
the ignored patch failures.
   2020-01-03 09:03:59 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-cElementTree: fixed in lang/python
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message:
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-10-21 15:19:29 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Fix building with Python 3.8
   2019-06-04 11:18:28 by Patrick Welche | Files touched by this commit (1)
Log message:
Revert previous: package still necessary to provide the fast implementation
for ElementTree to find. Pointed out by adam@