[58757] trunk/dports/python

blb at macports.org blb at macports.org
Sun Oct 4 14:22:47 PDT 2009


Revision: 58757
          http://trac.macports.org/changeset/58757
Author:   blb at macports.org
Date:     2009-10-04 14:22:43 -0700 (Sun, 04 Oct 2009)
Log Message:
-----------
New port - python26/py26-distribute, Replacement for setuptools; for py26-setuptools, note the conflict

Modified Paths:
--------------
    trunk/dports/python/py26-setuptools/Portfile

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

Added: trunk/dports/python/py26-distribute/Portfile
===================================================================
--- trunk/dports/python/py26-distribute/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-distribute/Portfile	2009-10-04 21:22:43 UTC (rev 58757)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-distribute
+version             0.6.3
+categories-append   devel
+maintainers         nomaintainer
+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}
+
+conflicts           py26-setuptools
+
+checksums           md5     3940fd02a763f001014296cfec5e69f2 \
+                    sha1    f259822547f09726d7c96258a6b3bb6ae9bcb75a \
+                    rmd160  100b4b9a54589608ae2c5f71f9172088a99b8223
+
+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}
+}
+


Property changes on: trunk/dports/python/py26-distribute/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: trunk/dports/python/py26-setuptools/Portfile
===================================================================
--- trunk/dports/python/py26-setuptools/Portfile	2009-10-04 21:04:59 UTC (rev 58756)
+++ trunk/dports/python/py26-setuptools/Portfile	2009-10-04 21:22:43 UTC (rev 58757)
@@ -20,6 +20,8 @@
 master_sites		http://pypi.python.org/packages/source/s/setuptools
 distname			setuptools-${version}
 
+conflicts			py26-distribute
+
 checksums           md5     3864c01d9c719c8924c455714492295e \
                     sha1    79086433b341f0c1df45e10d586a7d3cc25089f1 \
                     rmd160  bc0ee3821e76b57fd13425b16c4419dbccf95ed9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091004/d389d676/attachment.html>


More information about the macports-changes mailing list