[125563] trunk/dports/python/py-openssl/Portfile

petr at macports.org petr at macports.org
Sun Sep 21 04:58:02 PDT 2014


Revision: 125563
          https://trac.macports.org/changeset/125563
Author:   petr at macports.org
Date:     2014-09-21 04:58:01 -0700 (Sun, 21 Sep 2014)
Log Message:
-----------
py-openssl: modeline and whitespace changes

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

Modified: trunk/dports/python/py-openssl/Portfile
===================================================================
--- trunk/dports/python/py-openssl/Portfile	2014-09-21 05:27:45 UTC (rev 125562)
+++ trunk/dports/python/py-openssl/Portfile	2014-09-21 11:58:01 UTC (rev 125563)
@@ -1,42 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python 1.0
+PortSystem          1.0
+PortGroup python    1.0
 
-name                    py-openssl
-version                 0.13
-categories-append       devel security
-license                 Apache-2
-maintainers             mcalhoun openmaintainer
-platforms               darwin freebsd
-description             python wrapper around the OpenSSL library
-long_description        This python module is a rather thin wrapper around (a \
-                                subset of) the OpenSSL library. With thin wrapper a lot of the \
-                                object methods do nothing more than calling a corresponding \
-                                function in the OpenSSL library.
+name                py-openssl
+version             0.13
+categories-append   devel security
+license             Apache-2
+maintainers         mcalhoun openmaintainer
+platforms           darwin freebsd
+description         python wrapper around the OpenSSL library
+long_description    \
+    This python module is a rather thin wrapper around (a subset of) the \
+    OpenSSL library. With thin wrapper a lot of the object methods do \
+    nothing more than calling a corresponding function in the OpenSSL library.
 
-homepage                https://github.com/pyca/pyopenssl
-master_sites            http://pypi.python.org/packages/source/p/pyOpenSSL/
-distname                pyOpenSSL-${version}
+homepage            https://github.com/pyca/pyopenssl
+master_sites        http://pypi.python.org/packages/source/p/pyOpenSSL/
+distname            pyOpenSSL-${version}
 
-checksums               md5    767bca18a71178ca353dff9e10941929 \
-                        sha1   b4de25c5e4e9d9bc375c419071efc45fa96d5597 \
-                        rmd160 85d6a8a5ca43ee12c4054f8f483db20e13dd6551
+checksums           md5    767bca18a71178ca353dff9e10941929 \
+                    sha1   b4de25c5e4e9d9bc375c419071efc45fa96d5597 \
+                    rmd160 85d6a8a5ca43ee12c4054f8f483db20e13dd6551
 
-python.versions         24 25 26 27 33
+python.versions     24 25 26 27 33
 
 if {${name} ne ${subport}} {
     depends_lib-append      port:openssl
 
-    post-patch   {
-            reinplace "s|#!/usr/bin/env python|#!${python.bin}|" ${worksrcpath}/examples/proxy.py
+    post-patch {
+        reinplace "s|#!/usr/bin/env python|#!${python.bin}|" ${worksrcpath}/examples/proxy.py
     }
 
-    post-destroot   {
-            xinstall -m 644 -W ${worksrcpath} ChangeLog INSTALL LICENSE README \
-                    TODO ${destroot}${prefix}/share/doc/${subport}
-            file delete ${destroot}${prefix}/share/doc/${subport}/examples
-            file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}
+    post-destroot {
+        xinstall -m 644 -W ${worksrcpath} \
+            ChangeLog \
+            INSTALL \
+            LICENSE \
+            README \
+            TODO \
+                ${destroot}${prefix}/share/doc/${subport}
+
+        file delete ${destroot}${prefix}/share/doc/${subport}/examples
+        file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}
     }
 
     variant doc description {build html documentation} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140921/6bc2794f/attachment.html>


More information about the macports-changes mailing list