[107017] trunk/dports/python/py-envoy/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 14 08:20:29 PDT 2013


Revision: 107017
          https://trac.macports.org/changeset/107017
Author:   jmr at macports.org
Date:     2013-06-14 08:20:28 -0700 (Fri, 14 Jun 2013)
Log Message:
-----------
py-envoy: mark noarch, fix setuptools dep type

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

Modified: trunk/dports/python/py-envoy/Portfile
===================================================================
--- trunk/dports/python/py-envoy/Portfile	2013-06-14 15:06:55 UTC (rev 107016)
+++ trunk/dports/python/py-envoy/Portfile	2013-06-14 15:20:28 UTC (rev 107017)
@@ -11,11 +11,11 @@
 maintainers         nomaintainer
 license             MIT
 python.versions     24 25 26 27
-python.default_version  24
 
 description         Python Subprocesses for Humans
 long_description    This is a convenience wrapper around the subprocess module.
 platforms           darwin
+supported_archs     noarch
 
 master_sites        http://pypi.python.org/packages/source/e/envoy/
 distname            ${real_name}-${version}
@@ -23,6 +23,5 @@
                     sha256  e10aeed89078bb214ff817a189aaf85ab5024025b2e555286872307c9e79b799
 
 if {$name != $subport} {
-    depends_lib-append  port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130614/f1a955c7/attachment.html>


More information about the macports-changes mailing list