[59655] trunk/dports/python

blair at macports.org blair at macports.org
Sun Oct 18 18:24:47 PDT 2009


Revision: 59655
          http://trac.macports.org/changeset/59655
Author:   blair at macports.org
Date:     2009-10-18 18:24:44 -0700 (Sun, 18 Oct 2009)
Log Message:
-----------
Document why the py2?-setuptools port is a library dependency and not
a build dependency.

Modified Paths:
--------------
    trunk/dports/python/py25-couchdb/Portfile
    trunk/dports/python/py26-couchdb/Portfile

Modified: trunk/dports/python/py25-couchdb/Portfile
===================================================================
--- trunk/dports/python/py25-couchdb/Portfile	2009-10-18 23:42:11 UTC (rev 59654)
+++ trunk/dports/python/py25-couchdb/Portfile	2009-10-19 01:24:44 UTC (rev 59655)
@@ -25,6 +25,9 @@
                     sha1 b045613043f58745b9fbeb0f73988c12a8393117 \
                     rmd160 488f5d22cc5c134a6a08580e77444e48776dcb05
 
+# Use py26-setuptools as a library dependency instead of a build
+# dependency because couchdb/__init__.py uses setuptools'
+# pkg_resources module.
 depends_lib-append  port:py25-cjson \
                     port:py25-httplib2 \
                     port:py25-setuptools

Modified: trunk/dports/python/py26-couchdb/Portfile
===================================================================
--- trunk/dports/python/py26-couchdb/Portfile	2009-10-18 23:42:11 UTC (rev 59654)
+++ trunk/dports/python/py26-couchdb/Portfile	2009-10-19 01:24:44 UTC (rev 59655)
@@ -25,6 +25,9 @@
                     sha1 b045613043f58745b9fbeb0f73988c12a8393117 \
                     rmd160 488f5d22cc5c134a6a08580e77444e48776dcb05
 
+# Use py26-setuptools as a library dependency instead of a build
+# dependency because couchdb/__init__.py uses setuptools'
+# pkg_resources module.
 depends_lib-append  port:py26-cjson \
                     port:py26-httplib2 \
                     port:py26-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091018/a95f400d/attachment.html>


More information about the macports-changes mailing list