[73492] trunk/dports/python/py26-sqlalchemy/Portfile

stromnov at macports.org stromnov at macports.org
Mon Nov 15 02:41:48 PST 2010


Revision: 73492
          http://trac.macports.org/changeset/73492
Author:   stromnov at macports.org
Date:     2010-11-15 02:41:44 -0800 (Mon, 15 Nov 2010)
Log Message:
-----------
py26-sqlalchemy: fix spaces

Modified Paths:
--------------
    trunk/dports/python/py26-sqlalchemy/Portfile

Modified: trunk/dports/python/py26-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy/Portfile	2010-11-15 10:07:23 UTC (rev 73491)
+++ trunk/dports/python/py26-sqlalchemy/Portfile	2010-11-15 10:41:44 UTC (rev 73492)
@@ -1,27 +1,32 @@
 # -*- 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 python26 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
 
-name                    py26-sqlalchemy
-version                 0.5.8
-categories-append       databases
-platforms               darwin
-maintainers             akitada openmaintainer
-description             Python SQL ORM
-long_description        SQLAlchemy is the Python SQL toolkit and Object \
-                        Relational Mapper that gives application developers \
-                        the full power and flexibility of SQL.
+name                py26-sqlalchemy
+version             0.5.8
+revision            0
+categories          python databases
+platforms           darwin
+maintainers         akitada openmaintainer
 
-homepage                http://www.sqlalchemy.org/
-master_sites            sourceforge:sqlalchemy
-distname                SQLAlchemy-${version}
-checksums               md5     716f6666b691d8a0ebafece9a3da31cd \
-                        sha1    810dfbd4aad58723b86047cd5ff72da7110b191f \
-                        rmd160  1118b0d89b13c8866674199302976f17677e0382
-depends_lib             port:py26-distribute
+description         Python SQL ORM
+long_description    SQLAlchemy is the Python SQL toolkit and Object \
+                    Relational Mapper that gives application developers \
+                    the full power and flexibility of SQL.
 
+homepage            http://www.sqlalchemy.org/
+master_sites        sourceforge:sqlalchemy
+
+distname            SQLAlchemy-${version}
+
+checksums           md5     716f6666b691d8a0ebafece9a3da31cd \
+                    sha1    810dfbd4aad58723b86047cd5ff72da7110b191f \
+                    rmd160  1118b0d89b13c8866674199302976f17677e0382
+
+depends_lib         port:py26-distribute
+
 post-destroot {
     # Install example files not installed by the Makefile
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
@@ -33,6 +38,6 @@
     }
 }
 
-livecheck.regex         {<a href="/download\.html"><b>(.+?)</b></a>}
-livecheck.type          regex
-livecheck.url           ${homepage}
+livecheck.regex     {<a href="/download\.html"><b>(.+?)</b></a>}
+livecheck.type      regex
+livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101115/445d980d/attachment-0001.html>


More information about the macports-changes mailing list