[141126] trunk/dports/python/py-zopeinterface/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Oct 11 07:34:04 PDT 2015


Revision: 141126
          https://trac.macports.org/changeset/141126
Author:   mcalhoun at macports.org
Date:     2015-10-11 07:34:04 -0700 (Sun, 11 Oct 2015)
Log Message:
-----------
py-zopeinterface: whitespace changes

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

Modified: trunk/dports/python/py-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py-zopeinterface/Portfile	2015-10-11 14:28:56 UTC (rev 141125)
+++ trunk/dports/python/py-zopeinterface/Portfile	2015-10-11 14:34:04 UTC (rev 141126)
@@ -1,39 +1,39 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup  python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-zopeinterface
-version         4.1.1
-python.versions 27 34
-categories-append     zope
-license         ZPL-2.1
-platforms       darwin
-maintainers     mcalhoun openmaintainer
-description     Python interfaces for Zope
+name                py-zopeinterface
+version             4.1.1
+python.versions     27 34
+categories-append   zope
+license             ZPL-2.1
+platforms           darwin
+maintainers         mcalhoun openmaintainer
+description         Python interfaces for Zope
 long_description    ${description}
 
-homepage        http://docs.zope.org/zopetoolkit/
-master_sites    http://pypi.python.org/packages/source/z/zope.interface
-distname        zope.interface-${version}
+homepage            http://docs.zope.org/zopetoolkit/
+master_sites        http://pypi.python.org/packages/source/z/zope.interface
+distname            zope.interface-${version}
 
 checksums           rmd160  2c631e392714fb24d6713c7d527d353967e3f690 \
                     sha256  91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da
 
 if {${name} ne ${subport}} {
 
-depends_build   port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
 
-post-destroot {
-    xinstall -d ${destroot}${prefix}/share/doc/${subport}
-    xinstall -m 644 -W ${worksrcpath} \
-        CHANGES.rst  README.rst \
-        ${destroot}${prefix}/share/doc/${subport}
-}
+    post-destroot {
+        xinstall -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} \
+            CHANGES.rst  README.rst \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 
-test.run  yes
-test.cmd  ${python.bin} setup.py
+    test.run  yes
+    test.cmd  ${python.bin} setup.py
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151011/0ed26287/attachment.html>


More information about the macports-changes mailing list