[73009] trunk/dports/python/py26-sqlalchemy-migrate/Portfile

dh at macports.org dh at macports.org
Sun Oct 31 19:01:02 PDT 2010


Revision: 73009
          http://trac.macports.org/changeset/73009
Author:   dh at macports.org
Date:     2010-10-31 19:00:59 -0700 (Sun, 31 Oct 2010)
Log Message:
-----------
Whitespace changes

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

Modified: trunk/dports/python/py26-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy-migrate/Portfile	2010-11-01 02:00:13 UTC (rev 73008)
+++ trunk/dports/python/py26-sqlalchemy-migrate/Portfile	2010-11-01 02:00:59 UTC (rev 73009)
@@ -1,26 +1,30 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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-migrate
-version           0.6
-categories        python
-platforms         darwin
-maintainers       akitada openmaintainer
-description       Database schema migration for SQLAlchemy
-long_description  Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate \
-                  provides a way to deal with database schema changes in \
-                  SQLAlchemy projects. \
-                  SQLAlchemy Migrate extends SQLAlchemy to have database \
-                  changeset handling. It provides a database change \
-                  repository mechanism which can be used from the \
-                  command line as well as from inside python code.
-homepage          http://sqlalchemy-migrate.googlecode.com/
-master_sites      http://pypi.python.org/packages/source/s/sqlalchemy-migrate/
+name                py26-sqlalchemy-migrate
+version             0.6
+categories          python
+platforms           darwin
+maintainers         akitada openmaintainer
+
+description         Database schema migration for SQLAlchemy
+long_description    Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate \
+                    provides a way to deal with database schema changes in \
+                    SQLAlchemy projects. \
+                    SQLAlchemy Migrate extends SQLAlchemy to have database \
+                    changeset handling. It provides a database change \
+                    repository mechanism which can be used from the \
+                    command line as well as from inside python code.
+
+homepage            http://sqlalchemy-migrate.googlecode.com/
+master_sites        http://pypi.python.org/packages/source/s/sqlalchemy-migrate/
+
 checksums           md5     84a983d9cf15cf9bf5dd1b44785f065a \
                     sha1    fda7c575c652a6833ab783bf25a522df56a1e6d1 \
                     rmd160  a0defbf99b95d5b0d326e0f111cf725aefd965d9
-depends_lib       port:py26-distribute
-distname          sqlalchemy-migrate-${version}
+
+depends_lib         port:py26-distribute
+distname            sqlalchemy-migrate-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101031/7a4e3905/attachment.html>


More information about the macports-changes mailing list