Path to this page:
./
textproc/py-elementtree,
Read XML and HTML files into trees of Element objects
Branch: CURRENT,
Version: 1.2.6nb4,
Package name: py27-elementtree-1.2.6nb4,
Maintainer: pkgsrc-usersThe Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.
The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
Required to run:[
textproc/py-expat] [
lang/python27]
Master sites:
SHA1: 7d1f6fb534f177623a0482ef192a6170fd21fb1c
RMD160: 887cb1c4a3b62874b76841ae5109d0153d61a548
Filesize: 40.773 KB
Version history: (Expand)
- (2012-04-10) Updated to version: py27-elementtree-1.2.6nb4
- (2012-02-04) Updated to version: py26-elementtree-1.2.6nb4
- (2011-02-28) Updated to version: py26-elementtree-1.2.6nb3
- (2009-02-10) Updated to version: py25-elementtree-1.2.6nb3
- (2007-01-10) Updated to version: py24-elementtree-1.2.6nb3
- (2006-02-06) Updated to version: py23-elementtree-1.2.6nb3
CVS history: (Expand)
| 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.
|
| 2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148) |
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
|
2012-02-04 13:24:53 by OBATA Akio | Files touched by this commit (2) |  |
Log message:
* No need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, using python/distutils.mk and register egg-info.
Bump PKGREVISION.
|
| 2011-02-28 15:53:10 by Thomas Klausner | Files touched by this commit (169) |
Log message:
Reset maintainer for retired developers.
|
| 2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
|
| 2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71) |
Log message:
Remove Python 2.1 support.
|