[35481] trunk/dports/python

akira at macports.org akira at macports.org
Fri Mar 28 21:33:34 PDT 2008


Revision: 35481
          http://trac.macosforge.org/projects/macports/changeset/35481
Author:   akira at macports.org
Date:     2008-03-28 21:33:34 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
Upgraded SQLAlchemy Migrate to 0.4.3

Modified Paths:
--------------
    trunk/dports/python/py-sqlalchemy-migrate/Portfile
    trunk/dports/python/py25-sqlalchemy-migrate/Portfile

Modified: trunk/dports/python/py-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy-migrate/Portfile	2008-03-29 04:18:14 UTC (rev 35480)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile	2008-03-29 04:33:34 UTC (rev 35481)
@@ -1,13 +1,13 @@
+# -*- 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         python24 1.0
 
 name              py-sqlalchemy-migrate
-version           0.4.2
+version           0.4.3
 categories        python
 platforms         darwin
-maintainers       akira
+maintainers       akira 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 \
@@ -18,12 +18,13 @@
                   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 1058cc6e4c180f126d5fb2315976083a \
-                  sha1 7168e7660674ec9f4b005b7b61ded1d328f28bc6 \
-                  rmd160 48760ff2a0504e8b372acf63dafe1b1efb0f6824
+checksums         md5 3700d72017020969e2e229e315e382cf \
+                  sha1 c5a8268205134f222509b436a1feec2e985bbd51 \
+                  rmd160 109ff23fccc162fd1a72b5df99481f00a0cc4f83
+
+depends_lib       port:py-setuptools
 distname          sqlalchemy-migrate-${version}
 
 post-destroot {
     file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.4
 }
-

Modified: trunk/dports/python/py25-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy-migrate/Portfile	2008-03-29 04:18:14 UTC (rev 35480)
+++ trunk/dports/python/py25-sqlalchemy-migrate/Portfile	2008-03-29 04:33:34 UTC (rev 35481)
@@ -1,13 +1,13 @@
+# -*- 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         python25 1.0
 
 name              py25-sqlalchemy-migrate
-version           0.4.2
+version           0.4.3
 categories        python
 platforms         darwin
-maintainers       akira
+maintainers       akira 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 \
@@ -18,9 +18,10 @@
                   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 1058cc6e4c180f126d5fb2315976083a \
-                  sha1 7168e7660674ec9f4b005b7b61ded1d328f28bc6 \
-                  rmd160 48760ff2a0504e8b372acf63dafe1b1efb0f6824
+checksums         md5 3700d72017020969e2e229e315e382cf \
+                  sha1 c5a8268205134f222509b436a1feec2e985bbd51 \
+                  rmd160 109ff23fccc162fd1a72b5df99481f00a0cc4f83
+depends_lib       port:py25-setuptools
 distname          sqlalchemy-migrate-${version}
 
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/b3ce0b27/attachment-0001.html


More information about the macports-changes mailing list