[85162] trunk/dports/python/py-gnupg/Portfile

snc at macports.org snc at macports.org
Mon Oct 10 11:21:53 PDT 2011


Revision: 85162
          http://trac.macports.org/changeset/85162
Author:   snc at macports.org
Date:     2011-10-10 11:21:53 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
py-gnupg: whitespace

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

Modified: trunk/dports/python/py-gnupg/Portfile
===================================================================
--- trunk/dports/python/py-gnupg/Portfile	2011-10-10 18:17:13 UTC (rev 85161)
+++ trunk/dports/python/py-gnupg/Portfile	2011-10-10 18:21:53 UTC (rev 85162)
@@ -1,29 +1,29 @@
 # -*- 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
+PortSystem          1.0
 PortGroup           python 1.0
 
-name              py-gnupg
-version           0.3.2
+name                py-gnupg
+version             0.3.2
 if {$subport == "py24-gnupg"} {
-    revision          1
+    revision            1
 }
 python.versions     24 25 26 27
 # must default to python2.4
-categories        python
-platforms         darwin
+categories          python
+platforms           darwin
 maintainers         snc openmaintainer
 license             LGPL
 
-description       GnuPGInterface is a Python module to interface with GnuPG
-long_description  GnuPGInterface is a Python module to interface with \
-  GnuPG. It concentrates on interacting with GnuPG via filehandles, \
-  providing access to control GnuPG via versatile and extensible means.
+description         GnuPGInterface is a Python module to interface with GnuPG
+long_description    GnuPGInterface is a Python module to interface with \
+                    GnuPG. It concentrates on interacting with GnuPG via filehandles, \
+                    providing access to control GnuPG via versatile and extensible means.
 
-homepage          http://py-gnupg.sourceforge.net/
-master_sites      sourceforge:py-gnupg
-distname          GnuPGInterface-${version}
+homepage            http://py-gnupg.sourceforge.net/
+master_sites        sourceforge:py-gnupg
+distname            GnuPGInterface-${version}
 
 checksums           rmd160  7bc5ae75bf17203442cfda8bbdb430b2f02fdd75 \
                     sha256  0ea672251e2e3f71b62fef0c01539519d500f6b338f803af6b57e67a73cca8e6
@@ -31,7 +31,7 @@
 universal_variant   no
 
 if {$subport != $name} {
-    patchfiles        patch-setup.py.diff
+    patchfiles          patch-setup.py.diff
 
     depends_lib-append  port:gnupg
 
@@ -46,16 +46,16 @@
     }
 
     post-patch {
-      reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
+        reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
     }
 
-    test.run          yes
-    test.cmd          ${python.bin} unittests.py
+    test.run            yes
+    test.cmd            ${python.bin} unittests.py
     test.target
 
     post-destroot {
-      xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
-        THANKS ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
+            THANKS ${destroot}${prefix}/share/doc/${subport}
     }
 
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111010/321dae0a/attachment.html>


More information about the macports-changes mailing list