Import py-ElementTree 1.2.4
The ElementTree type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary. looks good & ok xsa@, mbalmer@
This commit is contained in:
parent
0dc1938a2a
commit
bfdcc1a8e5
32
textproc/py-ElementTree/Makefile
Normal file
32
textproc/py-ElementTree/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/22 02:33:43 alek Exp $
|
||||
|
||||
COMMENT= "pure-Python implementation of the ElementTree API"
|
||||
|
||||
DISTNAME= elementtree-1.2.4-20041228
|
||||
PKGNAME= py-ElementTree-1.2.4
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
HOMEPAGE= http://effbot.org/zone/element-index.htm
|
||||
|
||||
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://effbot.org/downloads/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS}
|
||||
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
||||
do-regress: fake
|
||||
@cd ${WRKSRC} && ${SETENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
|
||||
${MODPY_BIN} ./selftest.py
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/py-ElementTree/distinfo
Normal file
4
textproc/py-ElementTree/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (elementtree-1.2.4-20041228.zip) = 4bfd6e4f0e1b14b3eb08a2b99c6002ce
|
||||
RMD160 (elementtree-1.2.4-20041228.zip) = d2700523fadc38fdbed99fa784014165888f63e6
|
||||
SHA1 (elementtree-1.2.4-20041228.zip) = 6705348b1d7dc41f9d62a7c9adc0c4511e4d5e29
|
||||
SIZE (elementtree-1.2.4-20041228.zip) = 61661
|
4
textproc/py-ElementTree/pkg/DESCR
Normal file
4
textproc/py-ElementTree/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The ElementTree type is a simple but flexible container object, designed
|
||||
to store hierarchical data structures, such as simplified XML infosets,
|
||||
in memory. The element type can be described as a cross between a Python
|
||||
list and a Python dictionary.
|
24
textproc/py-ElementTree/pkg/PLIST
Normal file
24
textproc/py-ElementTree/pkg/PLIST
Normal file
@ -0,0 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/22 02:33:43 alek Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/ElementInclude.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/ElementInclude.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/ElementPath.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/ElementPath.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/ElementTree.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/ElementTree.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/HTMLTreeBuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/HTMLTreeBuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/SgmlopXMLTreeBuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/SgmlopXMLTreeBuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/SimpleXMLTreeBuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/SimpleXMLTreeBuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/SimpleXMLWriter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/SimpleXMLWriter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/TidyHTMLTreeBuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/TidyHTMLTreeBuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/TidyTools.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/TidyTools.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/XMLTreeBuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/XMLTreeBuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/elementtree/__init__.pyc
|
Loading…
x
Reference in New Issue
Block a user