mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9fdb2b8a4b
Python module. Programmers feed data to a template module to generate a respective XML document. ez_xml provides concise functions, no complex flow-control instructions. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml PR: ports/110927 Submitted by: Thinker K.F. Li <thinker at branda.to>
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
@comment $FreeBSD$
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/__init__.py
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/compiler.py
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/tools.py
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/__init__.pyc
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/compiler.pyc
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/tools.pyc
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/__init__.pyo
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/compiler.pyo
|
|
%%PYTHON_SITELIBDIR%%/ez_xml/tools.pyo
|
|
@dirrmtry %%PYTHON_SITELIBDIR%%/ez_xml
|