[44908] trunk/dports/python

akitada at macports.org akitada at macports.org
Sun Jan 4 08:43:27 PST 2009


Revision: 44908
          http://trac.macports.org/changeset/44908
Author:   akitada at macports.org
Date:     2009-01-04 08:43:26 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
Added SQLAlchemy-migrate for Python 2.6

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

Added: trunk/dports/python/py26-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy-migrate/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-sqlalchemy-migrate/Portfile	2009-01-04 16:43:26 UTC (rev 44908)
@@ -0,0 +1,32 @@
+# -*- 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
+
+name              py26-sqlalchemy-migrate
+version           0.4.5
+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 d4f17e2c7fcfbb7bd0df628d974c8e3e \
+                  sha1 047e95dcc82cb0ff00262ccfa572156af6748c11 \
+                  rmd160 18b4f57ac3b3d01e49e7d01142d9f8156f221159
+depends_lib       port:py26-setuptools
+distname          sqlalchemy-migrate-${version}
+
+post-destroot {
+    foreach bin [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+        ln -s ${python.prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin}${python.branch}
+    }
+}


Property changes on: trunk/dports/python/py26-sqlalchemy-migrate/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/f85b3773/attachment.html>


More information about the macports-changes mailing list