Info2: << Package: defusedxml-py%type_pkg[python] Version: 0.4.1 Revision: 1 Type: python (2.6 2.7 3.1 3.2 3.3) Description: XML bomb protection for Python stdlib modules DescDetail: << The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. Merely defusedxml.xmlrpc is implemented as monkey patch. << Maintainer: Daniel Johnson License: OSI-Approved Homepage: http://pypi.python.org/pypi/defusedxml Source: https://pypi.python.org/packages/source/d/defusedxml/defusedxml-%v.tar.gz Source-MD5: 230a5eff64f878b392478e30376d673a Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12) CompileScript: %p/bin/python%type_raw[python] setup.py build InfoTest: TestScript: %p/bin/python%type_raw[python] tests.py || exit 2 InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d << DocFiles: CHANGES.txt LICENSE README.* <<