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

larryv at macports.org larryv at macports.org
Thu Nov 27 00:53:01 PST 2014


Revision: 128740
          https://trac.macports.org/changeset/128740
Author:   larryv at macports.org
Date:     2014-11-27 00:53:00 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-envoy: Rearrange and reformat

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

Modified: trunk/dports/python/py-envoy/Portfile
===================================================================
--- trunk/dports/python/py-envoy/Portfile	2014-11-27 08:52:57 UTC (rev 128739)
+++ trunk/dports/python/py-envoy/Portfile	2014-11-27 08:53:00 UTC (rev 128740)
@@ -7,21 +7,22 @@
 
 github.setup        kennethreitz envoy 0.0.2 v
 name                py-envoy
-set real_name       envoy
+platforms           darwin
+license             MIT
 maintainers         nomaintainer
-license             MIT
-python.versions     24 25 26 27
 
 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}
+distname            envoy-${version}
 checksums           rmd160  4c9eabcecf9caa14403ee3f995ec5cf7b4030677 \
                     sha256  e10aeed89078bb214ff817a189aaf85ab5024025b2e555286872307c9e79b799
 
+python.versions     24 25 26 27
+
 if {${name} ne ${subport}} {
     depends_build   port:py${python.version}-setuptools
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/2c46b3b7/attachment.html>


More information about the macports-changes mailing list