# $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-setuptools version 0.6c7 revision 2 categories-append devel maintainers stechert@macports.org description distutils enhancement for build and distribution long_description \ setuptools is a collection of enhancements to the Python distutils that \ allow you to more easily build and distribute Python packages, \ especially ones that have dependencies on other packages. platforms darwin homepage http://peak.telecommunity.com/DevCenter/setuptools master_sites http://cheeseshop.python.org/packages/source/s/setuptools/ distname setuptools-${version} depends_build port:py25-hashlib depends_lib port:py25-zlib checksums md5 dedbf6a4f71cd6deaf13ee885054f16b \ sha1 8baa4d11bd7380ccab5c7fbdf6f8dc12a5dacba9 \ rmd160 edde92ef87b1313de38ebae2a939ef9710776d9d post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \ pkg_resources.txt setuptools.txt \ ${destroot}${prefix}/share/doc/${name} eval file delete [glob ${destroot}${python.pkgd}/site.py*] file delete ${destroot}${prefix}/bin/easy_install }