[31080] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 15 09:45:08 PST 2007


Revision: 31080
          http://trac.macosforge.org/projects/macports/changeset/31080
Author:   ram at macports.org
Date:     2007-11-15 09:45:07 -0800 (Thu, 15 Nov 2007)

Log Message:
-----------
whitespace changes

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

Modified: trunk/dports/python/py-gnupg/Portfile
===================================================================
--- trunk/dports/python/py-gnupg/Portfile	2007-11-15 17:26:07 UTC (rev 31079)
+++ trunk/dports/python/py-gnupg/Portfile	2007-11-15 17:45:07 UTC (rev 31080)
@@ -1,37 +1,39 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem        1.0
+PortGroup         python24 1.0
 
-name			py-gnupg
-version			0.3.2
-revision		1
-categories		python
-platforms		darwin
-maintainers		ram openmaintainer
-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.
+name              py-gnupg
+version           0.3.2
+revision          1
+categories        python
+platforms         darwin
+maintainers       ram openmaintainer
 
-homepage		http://py-gnupg.sourceforge.net/
-master_sites	sourceforge
-distname		GnuPGInterface-${version}
-checksums		md5 d4627d83446f96bd8c22f8d15db3f7c2
-patchfiles		patch-setup.py.diff
+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.
 
-depends_lib-append	lib:gnupg:gnupg
+homepage          http://py-gnupg.sourceforge.net/
+master_sites      sourceforge
+distname          GnuPGInterface-${version}
 
-post-patch	{
-	reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
+checksums         md5 d4627d83446f96bd8c22f8d15db3f7c2
+
+patchfiles        patch-setup.py.diff
+
+depends_lib-append  lib:gnupg:gnupg
+
+post-patch {
+  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/${name}
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
+    THANKS ${destroot}${prefix}/share/doc/${name}
 }

Modified: trunk/dports/python/py25-gnupg/Portfile
===================================================================
--- trunk/dports/python/py25-gnupg/Portfile	2007-11-15 17:26:07 UTC (rev 31079)
+++ trunk/dports/python/py25-gnupg/Portfile	2007-11-15 17:45:07 UTC (rev 31080)
@@ -1,36 +1,38 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem        1.0
+PortGroup         python25 1.0
 
-name			py25-gnupg
-version			0.3.2
-categories		python
-platforms		darwin
-maintainers		ram openmaintainer
-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.
+name              py25-gnupg
+version           0.3.2
+categories        python
+platforms         darwin
+maintainers       ram openmaintainer
 
-homepage		http://py-gnupg.sourceforge.net/
-master_sites	sourceforge:py-gnupg
-distname		GnuPGInterface-${version}
-checksums		md5 d4627d83446f96bd8c22f8d15db3f7c2
-patchfiles		patch-setup.py.diff
+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.
 
-depends_lib-append	lib:gnupg:gnupg
+homepage          http://py-gnupg.sourceforge.net/
+master_sites      sourceforge:py-gnupg
+distname          GnuPGInterface-${version}
 
-post-patch	{
-	reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
+checksums         md5 d4627d83446f96bd8c22f8d15db3f7c2
+
+patchfiles        patch-setup.py.diff
+
+depends_lib-append  lib:gnupg:gnupg
+
+post-patch {
+  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/${name}
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
+    THANKS ${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071115/525e3221/attachment.html


More information about the macports-changes mailing list