Info2: << Package: pyjavaproperties-py%type_pkg[python] Version: 0.6 Revision: 1 Type: python (2.7) Description: Implementation of java.util.Properties DescDetail: << This module is designed to be a python equivalent to the java.util.Properties class. Currently, the basic input/output methods are supported, and there are plans to add the XML input/output methods found in J2SE 5.0. Fundamentally, this module is designed so that users can easily parse and manipulate Java Properties files - that's it. There's a fair number of us pythonistas who work in multi-language shops, and constantly writing your own parsing mechanism is just painful. Not to mention Java guys are notoriously unwilling to use anything which is cross-language for configuration, unless it's XML, which is a form of self-punishment. :) << Maintainer: None License: DFSG-Approved Homepage: https://pypi.org/project/pyjavaproperties # Source: https://files.pythonhosted.org/packages/source/p/pyjavaproperties/pyjavaproperties-%v.tar.gz Source-Checksum: SHA256(c7e801c0d93cf65cde3c733a987117771beca23603cd2bcf6eb99ac7ce91f3c7) # Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python] CompileScript: %p/bin/python%type_raw[python] setup.py build InfoTest: << TestScript: %p/bin/python%type_raw[python] %b/pyjavaproperties_test.py || exit 2 << InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: PKG-INFO README TODO <<