[24884] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sun May 6 23:46:46 PDT 2007


Revision: 24884
          http://trac.macosforge.org/projects/macports/changeset/24884
Author:   stechert at macports.org
Date:     2007-05-06 23:46:45 -0700 (Sun, 06 May 2007)

Log Message:
-----------
adding python 2.5 version of setuptools

Added Paths:
-----------
    trunk/dports/python/py25-setuptools/
    trunk/dports/python/py25-setuptools/Portfile

Added: trunk/dports/python/py25-setuptools/Portfile
===================================================================
--- trunk/dports/python/py25-setuptools/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-setuptools/Portfile	2007-05-07 06:46:45 UTC (rev 24884)
@@ -0,0 +1,32 @@
+# $Id: Portfile 23573 2007-04-04 20:46:37Z stechert at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-setuptools
+version				0.6c5
+categories-append	devel
+maintainers			stechert at 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}
+
+checksums			md5 c43562970b700ab779d5328ec170f659 \
+				sha1 cb9623d0eedca8fbbd5aa0732d5385067b4f1a5d \
+				rmd160 07a8d1998750edacf3e0dd0a6f2eb4575b93286b
+
+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*]
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070506/883e3d7f/attachment.html


More information about the macports-changes mailing list