[137769] trunk/dports/python/py-pygresql/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 19 03:08:15 PDT 2015


Revision: 137769
          https://trac.macports.org/changeset/137769
Author:   ryandesign at macports.org
Date:     2015-06-19 03:08:14 -0700 (Fri, 19 Jun 2015)
Log Message:
-----------
py-pygresql: adjust whitespace

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

Modified: trunk/dports/python/py-pygresql/Portfile
===================================================================
--- trunk/dports/python/py-pygresql/Portfile	2015-06-19 07:48:14 UTC (rev 137768)
+++ trunk/dports/python/py-pygresql/Portfile	2015-06-19 10:08:14 UTC (rev 137769)
@@ -1,47 +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-pygresql
-version			4.1
+name                    py-pygresql
+version                 4.1
 license                 Permissive
-categories-append	databases
-platforms		darwin
-maintainers		nomaintainer
-description		Python module that interfaces to a PostgreSQL database
-long_description	PyGreSQL is an open-source Python module that \
-    interfaces to a PostgreSQL database. It embeds the PostgreSQL query \
-    library to allow easy use of the powerful PostgreSQL features from a \
-    Python script.
+categories-append       databases
+platforms               darwin
+maintainers             nomaintainer
 
-homepage		http://www.pygresql.org/
+description             Python module that interfaces to a PostgreSQL database
 
+long_description        PyGreSQL is an open-source Python module that \
+                        interfaces to a PostgreSQL database. It embeds the \
+                        PostgreSQL query library to allow easy use of the \
+                        powerful PostgreSQL features from a Python script.
+
+homepage                http://www.pygresql.org/
+master_sites            http://pygresql.org/files/ freebsd
+distname                PyGreSQL-${version}
+extract.suffix          .tgz
+
+checksums               rmd160  4407964c452925f653f25498b4f94686b6bbcd64 \
+                        sha256  50b3b142b8f616d5fa39bcf044ba623912c22556fe869a546e670307ad19d673
+
 python.versions         26 27
 python.default_version  27
-master_sites		http://pygresql.org/files/ freebsd
-distname		PyGreSQL-${version}
-extract.suffix		.tgz
 
-checksums           rmd160  4407964c452925f653f25498b4f94686b6bbcd64 \
-                    sha256  50b3b142b8f616d5fa39bcf044ba623912c22556fe869a546e670307ad19d673
-
 if {${name} ne ${subport}} {
     depends_lib-append  port:postgresql92
 
     patch {
         reinplace "s|\'pg_config|\'${prefix}/lib/postgresql92/bin/pg_config|g" \
-	${worksrcpath}/setup.py
+            ${worksrcpath}/setup.py
     }
 
-    post-destroot	{
+    post-destroot {
         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
         foreach doc [glob ${worksrcpath}/docs/*] {
-	    xinstall -m 644 ${doc} ${destroot}${prefix}/share/doc/${name}
+            xinstall -m 644 ${doc} ${destroot}${prefix}/share/doc/${name}
         }
         foreach doc [glob ${worksrcpath}/tutorial/*] {
-	    xinstall -m 644 ${doc} ${destroot}${prefix}/share/doc/${name}
+            xinstall -m 644 ${doc} ${destroot}${prefix}/share/doc/${name}
         }
     }
 }
@@ -51,6 +53,5 @@
     livecheck.url       ${homepage}announce.html
     livecheck.regex     PyGreSQL version (4\.\[0-9\.\]+)
 } else {
-    livecheck.type	none
+    livecheck.type      none
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150619/351d9cb6/attachment.html>


More information about the macports-changes mailing list