the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: distribute-py%type_pkg[python]
Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Version: 0.6.24
Revision: 1
Source: http://pypi.python.org/packages/source/d/distribute/distribute-%v.tar.gz
Source-MD5: 17722b22141aba8235787f79800cc452
Depends: python%type_pkg[python]
Provides: setuptools-py%type_pkg[python]
Conflicts: setuptools-py%type_pkg[python]
Replaces: setuptools-py%type_pkg[python]
Description: EasyInstall and python eggs
Maintainer: Kurt Schwehr
DocFiles: CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
CompileScript: <<
echo Skipping compile stage
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d --single-version-externally-managed
rm %i/bin/easy_install
# setuptools has this as a directory, distribute has it as a file. This confuses dpkg
# Hopefully just removing this file will allow dpkg to switch back to setuptools when necessary.
rm %i/lib/python%type_raw[python]/site-packages/setuptools-0.6c11-py%type_raw[python].egg-info
<<
LICENSE: OSI-Approved
HomePage: http://pypi.python.org/pypi/distribute/
DescDetail: <<
Python 3 replacement for setuptools:
Easily download, build, install, upgrade, and uninstall Python
packages.
This package should be used instead of setuptools.
<<
# Does not pass on macosx with /tmp really being /private/tmp
# http://bugs.python.org/setuptools/issue125
#InfoTest: <<
# TestScript: <<
# %p/bin/python%type_raw[python] setup.py test || exit 2
# <<
#<<
# Info2
<<