[77585] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Apr 5 08:27:28 PDT 2011


Revision: 77585
          http://trac.macports.org/changeset/77585
Author:   singingwolfboy at macports.org
Date:     2011-04-05 08:27:28 -0700 (Tue, 05 Apr 2011)
Log Message:
-----------
New port: py32-distribute

Added Paths:
-----------
    trunk/dports/python/py32-distribute/
    trunk/dports/python/py32-distribute/Portfile

Added: trunk/dports/python/py32-distribute/Portfile
===================================================================
--- trunk/dports/python/py32-distribute/Portfile	                        (rev 0)
+++ trunk/dports/python/py32-distribute/Portfile	2011-04-05 15:27:28 UTC (rev 77585)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python32 1.0
+
+name                py32-distribute
+version             0.6.15
+categories-append   devel
+license             PSF/ZPL
+maintainers         singingwolfboy openmaintainer
+description         Replacement for setuptools
+long_description \
+   Distribute is a fork of the Setuptools project. It is intended to replace \
+   Setuptools as the standard method for working with Python module \
+   distributions.
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/distribute/
+master_sites        http://pypi.python.org/packages/source/d/distribute/
+distname            distribute-${version}
+
+checksums           md5     ea52e1412e7ff560c290266ed400e216 \
+                    sha1    af088df456ea6b25c0e23647648fd317ed6e0d1b \
+                    rmd160  6148fec3096d201ca1ca1fec895aa529e92b70fe
+
+python.link_binaries no
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \
+      DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name}
+   ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/"
+}
+
+livecheck.url       ${master_sites}
+livecheck.regex     distribute-(\\d+(\\.\\d+)+)


Property changes on: trunk/dports/python/py32-distribute/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110405/892f48d5/attachment.html>


More information about the macports-changes mailing list