Info2: << Package: six-py%type_pkg[python] Version: 1.2.0 Revision: 1 Type: python (2.6 2.7 3.1 3.2 3.3) Description: Python 2 and 3 compatibility utilities DescDetail: << Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. Online documentation is at http://packages.python.org/six/. << Maintainer: Daniel Johnson License: BSD Homepage: http://pypi.python.org/pypi/six Source: https://pypi.python.org/packages/source/s/six/six-%v.tar.gz Source-MD5: 2a5d1afc79912832ac78fd38e3d75d7e 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 # pytest not yet available on py33 but all tests pass. #InfoTest: << # TestDepends: py-py%type_pkg[python], pytest-py%type_pkg[python] # TestScript: %p/bin/py.test-%type_raw[python] test_six.py || exit 2 #<< InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: LICENSE PKG-INFO README documentation <<