[107170] trunk/dports/python/py-eventlet/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 20 13:42:55 PDT 2013


Revision: 107170
          https://trac.macports.org/changeset/107170
Author:   jmr at macports.org
Date:     2013-06-20 13:42:55 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-eventlet: fix setuptools dep type, mark noarch

Modified Paths:
--------------
    trunk/dports/python/py-eventlet/Portfile

Modified: trunk/dports/python/py-eventlet/Portfile
===================================================================
--- trunk/dports/python/py-eventlet/Portfile	2013-06-20 20:27:41 UTC (rev 107169)
+++ trunk/dports/python/py-eventlet/Portfile	2013-06-20 20:42:55 UTC (rev 107170)
@@ -9,6 +9,7 @@
 categories-append   devel
 license             MIT BSD Apache-2
 platforms           darwin
+supported_archs     noarch
 maintainers         akitada openmaintainer
 
 description         Coroutine-based networking library
@@ -30,8 +31,8 @@
 python.versions     26 27
 
 if {$subport != $name} {
-    depends_lib         port:py${python.version}-setuptools \
-                        port:py${python.version}-greenlet
+    depends_build       port:py${python.version}-setuptools
+    depends_lib         port:py${python.version}-greenlet
     
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/9d519ef7/attachment.html>


More information about the macports-changes mailing list