Info2: << Package: backports-py%type_pkg[python] Version: 1.0 Revision: 1 Type: python (2.5 2.6 2.7 3.1 3.2) Description: Namespace for backported Python features DescPackaging: << All packages in the 'backports' namespace must share the file backports/__init__.py. Naturally, they can't all have the same file so break it out of backports.ssl_match_hostname as its own package. << Maintainer: Daniel Johnson License: BSD Homepage: https://pypi.python.org/pypi/backports Source: https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-3.2a3.tar.gz Source-MD5: 42adbd3c15d78eb6b7b7c654ec5c717c Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12) CompileScript: echo "Nothing to compile." InstallScript: << mkdir -p %i/lib/python%type_raw[python]/site-packages/backports cp src/backports/__init__.py %i/lib/python%type_raw[python]/site-packages/backports cd %i/lib/python%type_raw[python]/site-packages/backports && %p/bin/python%type_raw[python] -m compileall . << <<