summaryrefslogtreecommitdiff
path: root/textproc/py-elementtree
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-05Fix DEPENDS line.wiz1-2/+2
2006-01-04Add missing DEPENDS on py-xml. Bump PKGREVISION. recht@ ok.wiz1-1/+4
2005-07-21Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@wiz4-0/+64
The 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.