summaryrefslogtreecommitdiff
path: root/textproc/py-elementtree
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-21 12:13:29 +0000
committerwiz <wiz>2005-07-21 12:13:29 +0000
commit4b44708fc4fe9e039aa426bff60474c450a9bed3 (patch)
tree17328128726e7d3539817a2381149cdc08665b12 /textproc/py-elementtree
parent5b6c2ca8c96dd4424bcbc534f7167172f9e74122 (diff)
downloadpkgsrc-4b44708fc4fe9e039aa426bff60474c450a9bed3.tar.gz
Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@
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.
Diffstat (limited to 'textproc/py-elementtree')
-rw-r--r--textproc/py-elementtree/DESCR7
-rw-r--r--textproc/py-elementtree/Makefile17
-rw-r--r--textproc/py-elementtree/PLIST35
-rw-r--r--textproc/py-elementtree/distinfo5
4 files changed, 64 insertions, 0 deletions
diff --git a/textproc/py-elementtree/DESCR b/textproc/py-elementtree/DESCR
new file mode 100644
index 00000000000..ff2205f3a2a
--- /dev/null
+++ b/textproc/py-elementtree/DESCR
@@ -0,0 +1,7 @@
+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.
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile
new file mode 100644
index 00000000000..cf38891d095
--- /dev/null
+++ b/textproc/py-elementtree/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/21 12:13:29 wiz Exp $
+#
+
+DISTNAME= elementtree-1.2.6-20050316
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
+CATEGORIES= textproc
+MASTER_SITES= http://effbot.org/downloads/
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://effbot.org/zone/element.htm
+COMMENT= Read XML and HTML files into trees of Element objects
+
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-elementtree/PLIST b/textproc/py-elementtree/PLIST
new file mode 100644
index 00000000000..db478809bc3
--- /dev/null
+++ b/textproc/py-elementtree/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/21 12:13:29 wiz Exp $
+${PYSITELIB}/elementtree/__init__.py
+${PYSITELIB}/elementtree/__init__.pyc
+${PYSITELIB}/elementtree/__init__.pyo
+${PYSITELIB}/elementtree/ElementInclude.py
+${PYSITELIB}/elementtree/ElementInclude.pyc
+${PYSITELIB}/elementtree/ElementInclude.pyo
+${PYSITELIB}/elementtree/ElementPath.py
+${PYSITELIB}/elementtree/ElementPath.pyc
+${PYSITELIB}/elementtree/ElementPath.pyo
+${PYSITELIB}/elementtree/ElementTree.py
+${PYSITELIB}/elementtree/ElementTree.pyc
+${PYSITELIB}/elementtree/ElementTree.pyo
+${PYSITELIB}/elementtree/HTMLTreeBuilder.py
+${PYSITELIB}/elementtree/HTMLTreeBuilder.pyc
+${PYSITELIB}/elementtree/HTMLTreeBuilder.pyo
+${PYSITELIB}/elementtree/SgmlopXMLTreeBuilder.py
+${PYSITELIB}/elementtree/SgmlopXMLTreeBuilder.pyc
+${PYSITELIB}/elementtree/SgmlopXMLTreeBuilder.pyo
+${PYSITELIB}/elementtree/SimpleXMLTreeBuilder.py
+${PYSITELIB}/elementtree/SimpleXMLTreeBuilder.pyc
+${PYSITELIB}/elementtree/SimpleXMLTreeBuilder.pyo
+${PYSITELIB}/elementtree/SimpleXMLWriter.py
+${PYSITELIB}/elementtree/SimpleXMLWriter.pyc
+${PYSITELIB}/elementtree/SimpleXMLWriter.pyo
+${PYSITELIB}/elementtree/TidyHTMLTreeBuilder.py
+${PYSITELIB}/elementtree/TidyHTMLTreeBuilder.pyc
+${PYSITELIB}/elementtree/TidyHTMLTreeBuilder.pyo
+${PYSITELIB}/elementtree/TidyTools.py
+${PYSITELIB}/elementtree/TidyTools.pyc
+${PYSITELIB}/elementtree/TidyTools.pyo
+${PYSITELIB}/elementtree/XMLTreeBuilder.py
+${PYSITELIB}/elementtree/XMLTreeBuilder.pyc
+${PYSITELIB}/elementtree/XMLTreeBuilder.pyo
+@dirrm ${PYSITELIB}/elementtree
diff --git a/textproc/py-elementtree/distinfo b/textproc/py-elementtree/distinfo
new file mode 100644
index 00000000000..c696d3b1ed3
--- /dev/null
+++ b/textproc/py-elementtree/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/21 12:13:29 wiz Exp $
+
+SHA1 (elementtree-1.2.6-20050316.tar.gz) = 7d1f6fb534f177623a0482ef192a6170fd21fb1c
+RMD160 (elementtree-1.2.6-20050316.tar.gz) = 887cb1c4a3b62874b76841ae5109d0153d61a548
+Size (elementtree-1.2.6-20050316.tar.gz) = 41752 bytes