Info2: << Package: distutils2-py%type_pkg[python] Version: 1.0 Revision: 0.a4.1 Type: python (2.7) Description: Backport of Python 3.3 distutils2 DescDetail: << Distutils2 is the packaging library that supersedes distutils and includes features of both distutils and setuptools. It is included in the standard library starting with 3.3. This module is provided so 2.7 and earlier can start using the New Way. << Maintainer: Daniel Johnson License: BSD Homepage: https://pypi.org/project/Distutils2 Source: https://files.pythonhosted.org/packages/source/D/Distutils2/Distutils2-%{v}a4.tar.gz Source-Checksum: SHA256(4c6a83df0aba89801133ac260d9af073c753e0bf6bb8ac0206b821fd988f2006) Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12) CompileScript: %p/bin/python%type_raw[python] setup.py build InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d mv %i/bin/pysetup %i/bin/pysetup-py%type_pkg[python] << PostInstScript: << update-alternatives --install %p/bin/pysetup pysetup %p/bin/pysetup-py%type_pkg[python] %type_pkg[python] << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --remove pysetup %p/bin/pysetup-py%type_pkg[python] fi << DocFiles: CHANGES.txt CONTRIBUTORS.txt DEVNOTES.txt LICENSE.txt README.txt <<