[122584] trunk/dports/python/py-mitmproxy/Portfile

petr at macports.org petr at macports.org
Thu Jul 24 04:47:10 PDT 2014


Revision: 122584
          https://trac.macports.org/changeset/122584
Author:   petr at macports.org
Date:     2014-07-24 04:47:10 -0700 (Thu, 24 Jul 2014)
Log Message:
-----------
py-mitmproxy @0.10.1: some reformating

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

Modified: trunk/dports/python/py-mitmproxy/Portfile
===================================================================
--- trunk/dports/python/py-mitmproxy/Portfile	2014-07-24 10:45:43 UTC (rev 122583)
+++ trunk/dports/python/py-mitmproxy/Portfile	2014-07-24 11:47:10 UTC (rev 122584)
@@ -4,32 +4,34 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
+set real_name       mitmproxy
 name                py-mitmproxy
-set real_name       mitmproxy
 version             0.10.1
-python.versions     26 27
 categories-append   www
 license             {GPL-3+ OpenSSLException}
+platforms           darwin
+supported_archs     noarch
 maintainers         nomaintainer
+
 description         SSL-capable man-in-the-middle proxy for HTTP
+
 long_description    \
-    mitmproxy is an SSL-capable man-in-the-middle proxy for HTTP. It provides a \
-    console interface that allows traffic flows to be inspected and edited on the \
-    fly. mitmdump is the command-line version of mitmproxy, with the same \
-    functionality but without the user interface. Think tcpdump for HTTP.
+    mitmproxy is an SSL-capable man-in-the-middle proxy for HTTP. It provides \
+    a console interface that allows traffic flows to be inspected and edited \
+    on the fly. mitmdump is the command-line version of mitmproxy, with the \
+    same functionality but without the user interface. Think tcpdump for HTTP.
 
-platforms           darwin
-supported_archs     noarch
-
 homepage            http://mitmproxy.org/
-master_sites        http://pypi.python.org/packages/source/m/${real_name}/
+master_sites        https://pypi.python.org/packages/source/m/${real_name}/
 distname            ${real_name}-${version}
 
 checksums           rmd160  0fb144d4907f9402c475f84d2f8706cfdb81365e \
                     sha256  527cbff76e0d49d7db62561252d399e1c747730676515c4ed89250c223e2fe56
 
+python.versions     26 27
+
 if {${name} ne ${subport}} {
-    depends_lib         port:py${python.version}-openssl \
+    depends_lib-append  port:py${python.version}-openssl \
                         port:py${python.version}-asn1 \
                         port:py${python.version}-urwid \
                         port:py${python.version}-pil \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140724/4637d1e6/attachment.html>


More information about the macports-changes mailing list