[19603] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 16 22:48:01 PDT 2006
Revision: 19603
Author: landonf at macports.org
Date: 2006-09-16 22:47:59 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
SQLAlchemy Migrations.
Added Paths:
-----------
trunk/dports/python/py-migrate/
trunk/dports/python/py-migrate/Portfile
Added: trunk/dports/python/py-migrate/Portfile
===================================================================
--- trunk/dports/python/py-migrate/Portfile (rev 0)
+++ trunk/dports/python/py-migrate/Portfile 2006-09-17 05:47:59 UTC (rev 19603)
@@ -0,0 +1,21 @@
+# $Id: Portfile,v 1.5 2006/07/24 06:28:51 blb Exp $
+
+PortSystem 1.0
+PortGroup python24 1.0
+name py-migrate
+version 0.2.0
+categories-append www
+maintainers darwinports at opendarwin.org
+description Migrate provides a way to deal with database \
+ schema changes in SQLAlchemy projects.
+long_description Inspired by Ruby on Rails' migrations, Migrate \
+ provides a way to deal with database schema \
+ changes in SQLAlchemy projects.
+
+platforms darwin
+
+homepage http://erosson.com/migrate
+master_sites http://cheeseshop.python.org/packages/source/m/migrate/
+distname migrate-${version}
+
+checksums sha1 49c9e99fb170aa1865b05cc2b5c48fa544346374
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060916/fab49c92/attachment.html
More information about the macports-changes
mailing list