diff options
author | recht <recht@pkgsrc.org> | 2004-01-23 15:36:13 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-23 15:36:13 +0000 |
commit | 2b3c97bffa517de4f3d129f4e6b5a2e4dfabb6ae (patch) | |
tree | 6526d5a934475dfe7b91e88dc2fa2b8e15c8897d /textproc | |
parent | 45a80ef602094a071c3633df26c6ef6bf25e41c5 (diff) | |
download | pkgsrc-2b3c97bffa517de4f3d129f4e6b5a2e4dfabb6ae.tar.gz |
Catch up with pyxml -> py-xml name change in the Makefile and finally
remove pyxml.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 4 | ||||
-rw-r--r-- | textproc/pyxml/DESCR | 15 | ||||
-rw-r--r-- | textproc/pyxml/Makefile | 39 | ||||
-rw-r--r-- | textproc/pyxml/PLIST | 606 | ||||
-rw-r--r-- | textproc/pyxml/buildlink2.mk | 7 | ||||
-rw-r--r-- | textproc/pyxml/distinfo | 5 | ||||
-rw-r--r-- | textproc/pyxml/patches/patch-aa | 12 |
7 files changed, 2 insertions, 686 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 32cdb49d4c9..89afa213c70 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2004/01/23 15:00:41 agc Exp $ +# $NetBSD: Makefile,v 1.225 2004/01/23 15:36:13 recht Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -190,7 +190,7 @@ SUBDIR+= py-libxml2 SUBDIR+= py-libxslt SUBDIR+= py-xmltools SUBDIR+= pyDict -SUBDIR+= pyxml +SUBDIR+= py-xml SUBDIR+= qsubst SUBDIR+= raptor SUBDIR+= regexx diff --git a/textproc/pyxml/DESCR b/textproc/pyxml/DESCR deleted file mode 100644 index 145d8277bd2..00000000000 --- a/textproc/pyxml/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -The PyXML package is a collection of libraries to process XML with Python. It -contains, among other things - - xmlproc: a validating XML parser. - sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a - factor of 5. - PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers. - 4DOM: A fully compliant DOM Level 2 implementation - javadom: An adapter from Java DOM implementations to the standard Python - DOM binding. - pulldom: a DOM implementation that supports lazy instantiation of nodes. - marshal: a module with several options for serializing Python objects to - XML, including WDDX and XML-RPC. - unicode: a helper module for Python 1.5 users who need conversions between - UTF-8 and ISO-8859-?. diff --git a/textproc/pyxml/Makefile b/textproc/pyxml/Makefile deleted file mode 100644 index 9dda3eec3b8..00000000000 --- a/textproc/pyxml/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2003/10/11 13:40:19 grant Exp $ -# - -DISTNAME= PyXML-0.8.3 -PKGNAME= ${PYPKGPREFIX}-xml-0.8.3 -PKGREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/} - -MAINTAINER= drochner@NetBSD.org -HOMEPAGE= http://pyxml.sourceforge.net/ -COMMENT= Collection of libraries to process XML with Python - -CONFLICTS+= PyXML-* -USE_BUILDLINK2= yes - -PYDISTUTILSPKG= yes -PYBINMODULE= yes -BUILDLINK_DEPENDS.expat= expat>=1.95.6 -PYSETUPBUILDARGS+= --with-libexpat=${BUILDLINK_DIR} -PYSETUPBUILDARGS+= --ldflags="${EXPAT_LDFLAGS}" -EXPAT_LDFLAGS= -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.expat}/lib -FIX_RPATH+= EXPAT_LDFLAGS - -PYXML_SCRIPTS= scripts/xmlproc_parse \ - scripts/xmlproc_val - -post-extract: -.for s in ${PYXML_SCRIPTS} - ${MV} ${WRKSRC}/$s ${WRKSRC}/$s${PYVERSSUFFIX} -.endfor - -PYTHON_PATCH_SCRIPTS= ${PYXML_SCRIPTS:S/$/${PYVERSSUFFIX}/g} -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} - -.include "../../textproc/expat/buildlink2.mk" -.include "../../lang/python/extension.mk" -.include "../../lang/python/application.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/pyxml/PLIST b/textproc/pyxml/PLIST deleted file mode 100644 index b383c265109..00000000000 --- a/textproc/pyxml/PLIST +++ /dev/null @@ -1,606 +0,0 @@ -@comment $NetBSD: PLIST,v 1.8 2003/09/14 16:43:57 recht Exp $ -bin/xmlproc_parse${PYVERSSUFFIX} -bin/xmlproc_val${PYVERSSUFFIX} -${PYSITELIB}/_xmlplus/FtCore.py -${PYSITELIB}/_xmlplus/FtCore.pyc -${PYSITELIB}/_xmlplus/FtCore.pyo -${PYSITELIB}/_xmlplus/__init__.py -${PYSITELIB}/_xmlplus/__init__.pyc -${PYSITELIB}/_xmlplus/__init__.pyo -${PYSITELIB}/_xmlplus/dom/Attr.py -${PYSITELIB}/_xmlplus/dom/Attr.pyc -${PYSITELIB}/_xmlplus/dom/Attr.pyo -${PYSITELIB}/_xmlplus/dom/CDATASection.py -${PYSITELIB}/_xmlplus/dom/CDATASection.pyc -${PYSITELIB}/_xmlplus/dom/CDATASection.pyo -${PYSITELIB}/_xmlplus/dom/CharacterData.py -${PYSITELIB}/_xmlplus/dom/CharacterData.pyc -${PYSITELIB}/_xmlplus/dom/CharacterData.pyo -${PYSITELIB}/_xmlplus/dom/Comment.py -${PYSITELIB}/_xmlplus/dom/Comment.pyc -${PYSITELIB}/_xmlplus/dom/Comment.pyo -${PYSITELIB}/_xmlplus/dom/DOMImplementation.py -${PYSITELIB}/_xmlplus/dom/DOMImplementation.pyc -${PYSITELIB}/_xmlplus/dom/DOMImplementation.pyo -${PYSITELIB}/_xmlplus/dom/Document.py -${PYSITELIB}/_xmlplus/dom/Document.pyc -${PYSITELIB}/_xmlplus/dom/Document.pyo -${PYSITELIB}/_xmlplus/dom/DocumentFragment.py -${PYSITELIB}/_xmlplus/dom/DocumentFragment.pyc -${PYSITELIB}/_xmlplus/dom/DocumentFragment.pyo -${PYSITELIB}/_xmlplus/dom/DocumentType.py -${PYSITELIB}/_xmlplus/dom/DocumentType.pyc -${PYSITELIB}/_xmlplus/dom/DocumentType.pyo -${PYSITELIB}/_xmlplus/dom/Element.py -${PYSITELIB}/_xmlplus/dom/Element.pyc -${PYSITELIB}/_xmlplus/dom/Element.pyo -${PYSITELIB}/_xmlplus/dom/Entity.py -${PYSITELIB}/_xmlplus/dom/Entity.pyc -${PYSITELIB}/_xmlplus/dom/Entity.pyo -${PYSITELIB}/_xmlplus/dom/EntityReference.py -${PYSITELIB}/_xmlplus/dom/EntityReference.pyc -${PYSITELIB}/_xmlplus/dom/EntityReference.pyo -${PYSITELIB}/_xmlplus/dom/Event.py -${PYSITELIB}/_xmlplus/dom/Event.pyc -${PYSITELIB}/_xmlplus/dom/Event.pyo -${PYSITELIB}/_xmlplus/dom/FtNode.py -${PYSITELIB}/_xmlplus/dom/FtNode.pyc -${PYSITELIB}/_xmlplus/dom/FtNode.pyo -${PYSITELIB}/_xmlplus/dom/MessageSource.py -${PYSITELIB}/_xmlplus/dom/MessageSource.pyc -${PYSITELIB}/_xmlplus/dom/MessageSource.pyo -${PYSITELIB}/_xmlplus/dom/NamedNodeMap.py -${PYSITELIB}/_xmlplus/dom/NamedNodeMap.pyc -${PYSITELIB}/_xmlplus/dom/NamedNodeMap.pyo -${PYSITELIB}/_xmlplus/dom/NodeFilter.py -${PYSITELIB}/_xmlplus/dom/NodeFilter.pyc -${PYSITELIB}/_xmlplus/dom/NodeFilter.pyo -${PYSITELIB}/_xmlplus/dom/NodeIterator.py -${PYSITELIB}/_xmlplus/dom/NodeIterator.pyc -${PYSITELIB}/_xmlplus/dom/NodeIterator.pyo -${PYSITELIB}/_xmlplus/dom/NodeList.py -${PYSITELIB}/_xmlplus/dom/NodeList.pyc -${PYSITELIB}/_xmlplus/dom/NodeList.pyo -${PYSITELIB}/_xmlplus/dom/Notation.py -${PYSITELIB}/_xmlplus/dom/Notation.pyc -${PYSITELIB}/_xmlplus/dom/Notation.pyo -${PYSITELIB}/_xmlplus/dom/ProcessingInstruction.py -${PYSITELIB}/_xmlplus/dom/ProcessingInstruction.pyc -${PYSITELIB}/_xmlplus/dom/ProcessingInstruction.pyo -${PYSITELIB}/_xmlplus/dom/Range.py -${PYSITELIB}/_xmlplus/dom/Range.pyc -${PYSITELIB}/_xmlplus/dom/Range.pyo -${PYSITELIB}/_xmlplus/dom/Text.py -${PYSITELIB}/_xmlplus/dom/Text.pyc -${PYSITELIB}/_xmlplus/dom/Text.pyo -${PYSITELIB}/_xmlplus/dom/TreeWalker.py -${PYSITELIB}/_xmlplus/dom/TreeWalker.pyc -${PYSITELIB}/_xmlplus/dom/TreeWalker.pyo -${PYSITELIB}/_xmlplus/dom/__init__.py -${PYSITELIB}/_xmlplus/dom/__init__.pyc -${PYSITELIB}/_xmlplus/dom/__init__.pyo -${PYSITELIB}/_xmlplus/dom/de/LC_MESSAGES/4Suite.mo -${PYSITELIB}/_xmlplus/dom/domreg.py -${PYSITELIB}/_xmlplus/dom/domreg.pyc -${PYSITELIB}/_xmlplus/dom/domreg.pyo -${PYSITELIB}/_xmlplus/dom/en_US/LC_MESSAGES/4Suite.mo -${PYSITELIB}/_xmlplus/dom/expatbuilder.py -${PYSITELIB}/_xmlplus/dom/expatbuilder.pyc -${PYSITELIB}/_xmlplus/dom/expatbuilder.pyo -${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.py -${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.pyc -${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.pyo -${PYSITELIB}/_xmlplus/dom/ext/Printer.py -${PYSITELIB}/_xmlplus/dom/ext/Printer.pyc -${PYSITELIB}/_xmlplus/dom/ext/Printer.pyo -${PYSITELIB}/_xmlplus/dom/ext/Visitor.py -${PYSITELIB}/_xmlplus/dom/ext/Visitor.pyc -${PYSITELIB}/_xmlplus/dom/ext/Visitor.pyo -${PYSITELIB}/_xmlplus/dom/ext/XHtml2HtmlPrinter.py -${PYSITELIB}/_xmlplus/dom/ext/XHtml2HtmlPrinter.pyc -${PYSITELIB}/_xmlplus/dom/ext/XHtml2HtmlPrinter.pyo -${PYSITELIB}/_xmlplus/dom/ext/XHtmlPrinter.py -${PYSITELIB}/_xmlplus/dom/ext/XHtmlPrinter.pyc -${PYSITELIB}/_xmlplus/dom/ext/XHtmlPrinter.pyo -${PYSITELIB}/_xmlplus/dom/ext/__init__.py -${PYSITELIB}/_xmlplus/dom/ext/__init__.pyc -${PYSITELIB}/_xmlplus/dom/ext/__init__.pyo -${PYSITELIB}/_xmlplus/dom/ext/c14n.py -${PYSITELIB}/_xmlplus/dom/ext/c14n.pyc -${PYSITELIB}/_xmlplus/dom/ext/c14n.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlLib.py -${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlLib.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlLib.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlSax.py -${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlSax.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlSax.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/PyExpat.py -${PYSITELIB}/_xmlplus/dom/ext/reader/PyExpat.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/PyExpat.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax.py -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2.py -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2Lib.py -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2Lib.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2Lib.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.py -${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.pyo -${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.py -${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyc -${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyo -${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES/4Suite.mo -${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.py -${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyc -${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLAnchorElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLAnchorElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLAnchorElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLAppletElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLAppletElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLAppletElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLAreaElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLAreaElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLAreaElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLBRElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLBRElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLBRElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLBaseElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLBaseElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLBaseElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLBaseFontElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLBaseFontElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLBaseFontElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLBodyElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLBodyElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLBodyElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLButtonElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLButtonElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLButtonElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLCollection.py -${PYSITELIB}/_xmlplus/dom/html/HTMLCollection.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLCollection.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLDListElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLDListElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLDListElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLDOMImplementation.py -${PYSITELIB}/_xmlplus/dom/html/HTMLDOMImplementation.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLDOMImplementation.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLDirectoryElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLDirectoryElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLDirectoryElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLDivElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLDivElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLDivElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLDocument.py -${PYSITELIB}/_xmlplus/dom/html/HTMLDocument.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLDocument.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLFieldSetElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLFieldSetElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLFieldSetElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLFontElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLFontElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLFontElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLFormElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLFormElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLFormElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLFrameElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLFrameElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLFrameElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLFrameSetElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLFrameSetElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLFrameSetElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLHRElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLHRElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLHRElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLHeadElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLHeadElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLHeadElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLHeadingElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLHeadingElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLHeadingElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLHtmlElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLHtmlElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLHtmlElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLIFrameElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLIFrameElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLIFrameElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLImageElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLImageElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLImageElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLInputElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLInputElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLInputElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLIsIndexElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLIsIndexElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLIsIndexElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLLIElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLLIElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLLIElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLLabelElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLLabelElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLLabelElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLLegendElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLLegendElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLLegendElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLLinkElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLLinkElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLLinkElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLMapElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLMapElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLMapElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLMenuElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLMenuElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLMenuElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLMetaElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLMetaElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLMetaElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLModElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLModElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLModElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLOListElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLOListElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLOListElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLObjectElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLObjectElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLObjectElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLOptGroupElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLOptGroupElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLOptGroupElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLOptionElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLOptionElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLOptionElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLParagraphElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLParagraphElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLParagraphElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLParamElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLParamElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLParamElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLPreElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLPreElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLPreElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLQuoteElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLQuoteElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLQuoteElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLScriptElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLScriptElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLScriptElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLSelectElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLSelectElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLSelectElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLStyleElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLStyleElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLStyleElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTableCaptionElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTableCaptionElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTableCaptionElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTableCellElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTableCellElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTableCellElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTableColElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTableColElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTableColElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTableElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTableElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTableElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTableRowElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTableRowElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTableRowElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTableSectionElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTableSectionElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTableSectionElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTextAreaElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTextAreaElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTextAreaElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLTitleElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLTitleElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLTitleElement.pyo -${PYSITELIB}/_xmlplus/dom/html/HTMLUListElement.py -${PYSITELIB}/_xmlplus/dom/html/HTMLUListElement.pyc -${PYSITELIB}/_xmlplus/dom/html/HTMLUListElement.pyo -${PYSITELIB}/_xmlplus/dom/html/__init__.py -${PYSITELIB}/_xmlplus/dom/html/__init__.pyc -${PYSITELIB}/_xmlplus/dom/html/__init__.pyo -${PYSITELIB}/_xmlplus/dom/javadom.py -${PYSITELIB}/_xmlplus/dom/javadom.pyc -${PYSITELIB}/_xmlplus/dom/javadom.pyo -${PYSITELIB}/_xmlplus/dom/minicompat.py -${PYSITELIB}/_xmlplus/dom/minicompat.pyc -${PYSITELIB}/_xmlplus/dom/minicompat.pyo -${PYSITELIB}/_xmlplus/dom/minidom.py -${PYSITELIB}/_xmlplus/dom/minidom.pyc -${PYSITELIB}/_xmlplus/dom/minidom.pyo -${PYSITELIB}/_xmlplus/dom/minitraversal.py -${PYSITELIB}/_xmlplus/dom/minitraversal.pyc -${PYSITELIB}/_xmlplus/dom/minitraversal.pyo -${PYSITELIB}/_xmlplus/dom/pulldom.py -${PYSITELIB}/_xmlplus/dom/pulldom.pyc -${PYSITELIB}/_xmlplus/dom/pulldom.pyo -${PYSITELIB}/_xmlplus/dom/xmlbuilder.py -${PYSITELIB}/_xmlplus/dom/xmlbuilder.pyc -${PYSITELIB}/_xmlplus/dom/xmlbuilder.pyo -${PYSITELIB}/_xmlplus/marshal/__init__.py -${PYSITELIB}/_xmlplus/marshal/__init__.pyc -${PYSITELIB}/_xmlplus/marshal/__init__.pyo -${PYSITELIB}/_xmlplus/marshal/generic.py -${PYSITELIB}/_xmlplus/marshal/generic.pyc -${PYSITELIB}/_xmlplus/marshal/generic.pyo -${PYSITELIB}/_xmlplus/marshal/wddx.py -${PYSITELIB}/_xmlplus/marshal/wddx.pyc -${PYSITELIB}/_xmlplus/marshal/wddx.pyo -${PYSITELIB}/_xmlplus/ns.py -${PYSITELIB}/_xmlplus/ns.pyc -${PYSITELIB}/_xmlplus/ns.pyo -${PYSITELIB}/_xmlplus/parsers/__init__.py -${PYSITELIB}/_xmlplus/parsers/__init__.pyc -${PYSITELIB}/_xmlplus/parsers/__init__.pyo -${PYSITELIB}/_xmlplus/parsers/expat.py -${PYSITELIB}/_xmlplus/parsers/expat.pyc -${PYSITELIB}/_xmlplus/parsers/expat.pyo -${PYSITELIB}/_xmlplus/parsers/pyexpat.so -${PYSITELIB}/_xmlplus/parsers/sgmllib.py -${PYSITELIB}/_xmlplus/parsers/sgmllib.pyc -${PYSITELIB}/_xmlplus/parsers/sgmllib.pyo -${PYSITELIB}/_xmlplus/parsers/sgmlop.so -${PYSITELIB}/_xmlplus/parsers/xmlproc/__init__.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/__init__.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/__init__.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/_outputters.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/_outputters.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/_outputters.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/catalog.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/catalog.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/catalog.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/charconv.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/charconv.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/charconv.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/dtdparser.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/dtdparser.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/dtdparser.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/errors.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/errors.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/errors.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/namespace.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/namespace.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/namespace.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/utils.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/utils.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/utils.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/xcatalog.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/xcatalog.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/xcatalog.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlapp.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlapp.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlapp.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmldtd.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmldtd.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmldtd.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlproc.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlproc.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlproc.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlutils.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlutils.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlutils.pyo -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlval.py -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlval.pyc -${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlval.pyo -${PYSITELIB}/_xmlplus/sax/__init__.py -${PYSITELIB}/_xmlplus/sax/__init__.pyc -${PYSITELIB}/_xmlplus/sax/__init__.pyo -${PYSITELIB}/_xmlplus/sax/_exceptions.py -${PYSITELIB}/_xmlplus/sax/_exceptions.pyc -${PYSITELIB}/_xmlplus/sax/_exceptions.pyo -${PYSITELIB}/_xmlplus/sax/drivers/__init__.py -${PYSITELIB}/_xmlplus/sax/drivers/__init__.pyc -${PYSITELIB}/_xmlplus/sax/drivers/__init__.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_htmllib.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_htmllib.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_htmllib.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver_val.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver_val.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver_val.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_pyexpat.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_pyexpat.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_pyexpat.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmllib.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmllib.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmllib.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmlop.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmlop.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmlop.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmldc.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmldc.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmldc.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmllib.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmllib.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmllib.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc_val.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc_val.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc_val.pyo -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmltoolkit.py -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmltoolkit.pyc -${PYSITELIB}/_xmlplus/sax/drivers/drv_xmltoolkit.pyo -${PYSITELIB}/_xmlplus/sax/drivers/pylibs.py -${PYSITELIB}/_xmlplus/sax/drivers/pylibs.pyc -${PYSITELIB}/_xmlplus/sax/drivers/pylibs.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/__init__.py -${PYSITELIB}/_xmlplus/sax/drivers2/__init__.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/__init__.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.pyo -${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.py -${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.pyc -${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.pyo -${PYSITELIB}/_xmlplus/sax/expatreader.py -${PYSITELIB}/_xmlplus/sax/expatreader.pyc -${PYSITELIB}/_xmlplus/sax/expatreader.pyo -${PYSITELIB}/_xmlplus/sax/handler.py -${PYSITELIB}/_xmlplus/sax/handler.pyc -${PYSITELIB}/_xmlplus/sax/handler.pyo -${PYSITELIB}/_xmlplus/sax/sax2exts.py -${PYSITELIB}/_xmlplus/sax/sax2exts.pyc -${PYSITELIB}/_xmlplus/sax/sax2exts.pyo -${PYSITELIB}/_xmlplus/sax/saxexts.py -${PYSITELIB}/_xmlplus/sax/saxexts.pyc -${PYSITELIB}/_xmlplus/sax/saxexts.pyo -${PYSITELIB}/_xmlplus/sax/saxlib.py -${PYSITELIB}/_xmlplus/sax/saxlib.pyc -${PYSITELIB}/_xmlplus/sax/saxlib.pyo -${PYSITELIB}/_xmlplus/sax/saxutils.py -${PYSITELIB}/_xmlplus/sax/saxutils.pyc -${PYSITELIB}/_xmlplus/sax/saxutils.pyo -${PYSITELIB}/_xmlplus/sax/writer.py -${PYSITELIB}/_xmlplus/sax/writer.pyc -${PYSITELIB}/_xmlplus/sax/writer.pyo -${PYSITELIB}/_xmlplus/sax/xmlreader.py -${PYSITELIB}/_xmlplus/sax/xmlreader.pyc -${PYSITELIB}/_xmlplus/sax/xmlreader.pyo -${PYSITELIB}/_xmlplus/schema/__init__.py -${PYSITELIB}/_xmlplus/schema/__init__.pyc -${PYSITELIB}/_xmlplus/schema/__init__.pyo -${PYSITELIB}/_xmlplus/schema/trex.py -${PYSITELIB}/_xmlplus/schema/trex.pyc -${PYSITELIB}/_xmlplus/schema/trex.pyo -${PYSITELIB}/_xmlplus/unicode/__init__.py -${PYSITELIB}/_xmlplus/unicode/__init__.pyc -${PYSITELIB}/_xmlplus/unicode/__init__.pyo -${PYSITELIB}/_xmlplus/unicode/iso8859.py -${PYSITELIB}/_xmlplus/unicode/iso8859.pyc -${PYSITELIB}/_xmlplus/unicode/iso8859.pyo -${PYSITELIB}/_xmlplus/unicode/utf8_iso.py -${PYSITELIB}/_xmlplus/unicode/utf8_iso.pyc -${PYSITELIB}/_xmlplus/unicode/utf8_iso.pyo -${PYSITELIB}/_xmlplus/utils/__init__.py -${PYSITELIB}/_xmlplus/utils/__init__.pyc -${PYSITELIB}/_xmlplus/utils/__init__.pyo -${PYSITELIB}/_xmlplus/utils/boolean.so -${PYSITELIB}/_xmlplus/utils/characters.py -${PYSITELIB}/_xmlplus/utils/characters.pyc -${PYSITELIB}/_xmlplus/utils/characters.pyo -${PYSITELIB}/_xmlplus/utils/iso8601.py -${PYSITELIB}/_xmlplus/utils/iso8601.pyc -${PYSITELIB}/_xmlplus/utils/iso8601.pyo -${PYSITELIB}/_xmlplus/utils/qp_xml.py -${PYSITELIB}/_xmlplus/utils/qp_xml.pyc -${PYSITELIB}/_xmlplus/utils/qp_xml.pyo -${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.py -${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.pyc -${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.pyo -${PYSITELIB}/_xmlplus/xpath/Context.py -${PYSITELIB}/_xmlplus/xpath/Context.pyc -${PYSITELIB}/_xmlplus/xpath/Context.pyo -${PYSITELIB}/_xmlplus/xpath/Conversions.py -${PYSITELIB}/_xmlplus/xpath/Conversions.pyc -${PYSITELIB}/_xmlplus/xpath/Conversions.pyo -${PYSITELIB}/_xmlplus/xpath/CoreFunctions.py -${PYSITELIB}/_xmlplus/xpath/CoreFunctions.pyc -${PYSITELIB}/_xmlplus/xpath/CoreFunctions.pyo -${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.py -${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.pyc -${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.pyo -${PYSITELIB}/_xmlplus/xpath/MessageSource.py -${PYSITELIB}/_xmlplus/xpath/MessageSource.pyc -${PYSITELIB}/_xmlplus/xpath/MessageSource.pyo -${PYSITELIB}/_xmlplus/xpath/NamespaceNode.py -${PYSITELIB}/_xmlplus/xpath/NamespaceNode.pyc -${PYSITELIB}/_xmlplus/xpath/NamespaceNode.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py -${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py -${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.py -${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.py -${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedExpr.py -${PYSITELIB}/_xmlplus/xpath/ParsedExpr.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedExpr.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.py -${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.py -${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.py -${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.pyo -${PYSITELIB}/_xmlplus/xpath/ParsedStep.py -${PYSITELIB}/_xmlplus/xpath/ParsedStep.pyc -${PYSITELIB}/_xmlplus/xpath/ParsedStep.pyo -${PYSITELIB}/_xmlplus/xpath/Set.py -${PYSITELIB}/_xmlplus/xpath/Set.pyc -${PYSITELIB}/_xmlplus/xpath/Set.pyo -${PYSITELIB}/_xmlplus/xpath/Util.py -${PYSITELIB}/_xmlplus/xpath/Util.pyc -${PYSITELIB}/_xmlplus/xpath/Util.pyo -${PYSITELIB}/_xmlplus/xpath/XPathGrammar.py -${PYSITELIB}/_xmlplus/xpath/XPathGrammar.pyc -${PYSITELIB}/_xmlplus/xpath/XPathGrammar.pyo -${PYSITELIB}/_xmlplus/xpath/XPathParser.py -${PYSITELIB}/_xmlplus/xpath/XPathParser.pyc -${PYSITELIB}/_xmlplus/xpath/XPathParser.pyo -${PYSITELIB}/_xmlplus/xpath/XPathParserBase.py -${PYSITELIB}/_xmlplus/xpath/XPathParserBase.pyc -${PYSITELIB}/_xmlplus/xpath/XPathParserBase.pyo -${PYSITELIB}/_xmlplus/xpath/__init__.py -${PYSITELIB}/_xmlplus/xpath/__init__.pyc -${PYSITELIB}/_xmlplus/xpath/__init__.pyo -${PYSITELIB}/_xmlplus/xpath/pyxpath.py -${PYSITELIB}/_xmlplus/xpath/pyxpath.pyc -${PYSITELIB}/_xmlplus/xpath/pyxpath.pyo -${PYSITELIB}/_xmlplus/xpath/yappsrt.py -${PYSITELIB}/_xmlplus/xpath/yappsrt.pyc -${PYSITELIB}/_xmlplus/xpath/yappsrt.pyo -@dirrm ${PYSITELIB}/_xmlplus/xpath -@dirrm ${PYSITELIB}/_xmlplus/utils -@dirrm ${PYSITELIB}/_xmlplus/unicode -@dirrm ${PYSITELIB}/_xmlplus/schema -@dirrm ${PYSITELIB}/_xmlplus/sax/drivers2 -@dirrm ${PYSITELIB}/_xmlplus/sax/drivers -@dirrm ${PYSITELIB}/_xmlplus/sax -@dirrm ${PYSITELIB}/_xmlplus/parsers/xmlproc -@dirrm ${PYSITELIB}/_xmlplus/parsers -@dirrm ${PYSITELIB}/_xmlplus/marshal -@dirrm ${PYSITELIB}/_xmlplus/dom/html -@dirrm ${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES -@dirrm ${PYSITELIB}/_xmlplus/dom/fr_FR -@dirrm ${PYSITELIB}/_xmlplus/dom/ext/reader -@dirrm ${PYSITELIB}/_xmlplus/dom/ext -@dirrm ${PYSITELIB}/_xmlplus/dom/en_US/LC_MESSAGES -@dirrm ${PYSITELIB}/_xmlplus/dom/en_US -@dirrm ${PYSITELIB}/_xmlplus/dom/de/LC_MESSAGES -@dirrm ${PYSITELIB}/_xmlplus/dom/de -@dirrm ${PYSITELIB}/_xmlplus/dom -@dirrm ${PYSITELIB}/_xmlplus diff --git a/textproc/pyxml/buildlink2.mk b/textproc/pyxml/buildlink2.mk deleted file mode 100644 index fddc05f44dc..00000000000 --- a/textproc/pyxml/buildlink2.mk +++ /dev/null @@ -1,7 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.1 2002/10/24 22:24:24 drochner Exp $ - -.include "../../lang/python/pyversion.mk" - -BUILDLINK_PACKAGES+= pyxml -BUILDLINK_DEPENDS.pyxml?= ${PYPKGPREFIX}-xml-* -BUILDLINK_PKGSRCDIR.pyxml?= ../../textproc/pyxml diff --git a/textproc/pyxml/distinfo b/textproc/pyxml/distinfo deleted file mode 100644 index 709191affa9..00000000000 --- a/textproc/pyxml/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.11 2003/08/01 14:24:21 drochner Exp $ - -SHA1 (PyXML-0.8.3.tar.gz) = 249e91c487d8c4d3792d532769e22cb06eb973f7 -Size (PyXML-0.8.3.tar.gz) = 729172 bytes -SHA1 (patch-aa) = 51af9ee51699a9a17ebaf000aba3aba5cb07fd94 diff --git a/textproc/pyxml/patches/patch-aa b/textproc/pyxml/patches/patch-aa deleted file mode 100644 index 590e07a4736..00000000000 --- a/textproc/pyxml/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2002/01/17 11:22:44 drochner Exp $ - ---- setup.py.orig Thu Jan 17 11:21:41 2002 -+++ setup.py Thu Jan 17 11:42:15 2002 -@@ -199,5 +199,6 @@ - - ext_modules = ext_modules, - -- scripts = ['scripts/xmlproc_parse', 'scripts/xmlproc_val'] -+ scripts = ['scripts/xmlproc_parse' + sys.version[0:3], -+ 'scripts/xmlproc_val' + sys.version[0:3]] - ) |