[Lunar-commits] <moonbase> south: new module for smart DB migration for Django apps (0.6).

Jannis Pohlmann jannis at xfce.org
Fri Aug 14 03:30:06 CEST 2009


commit e2088823e1a07e6ad76d33a2897c2bdec08e7afc
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Aug 14 03:30:06 2009 +0200

    south: new module for smart DB migration for Django apps (0.6).
---
 python/south/BUILD   |    7 +++++++
 python/south/DEPENDS |    1 +
 python/south/DETAILS |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/python/south/BUILD b/python/south/BUILD
new file mode 100644
index 0000000..a4f8f25
--- /dev/null
+++ b/python/south/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/south/DEPENDS b/python/south/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/south/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/south/DETAILS b/python/south/DETAILS
new file mode 100644
index 0000000..b19ce00
--- /dev/null
+++ b/python/south/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=south
+         VERSION=0.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=http://www.aeracode.org/releases/south/
+      SOURCE_VFY=sha1:bd3968d6b892243c1eb04c81a8b5955e850c6f23
+        WEB_SITE=http://south.aeracode.org/
+         ENTERED=20090814
+         UPDATED=20090814
+           SHORT="Intelligent schema migration for Django"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+This is South, intelligent schema migrations for Django apps
+EOF


More information about the Lunar-commits mailing list