[snowy] Dont bundle South with Snowy



commit 7c42bea67bf4a7f15964f281aea4c06aa44bd9cf
Author: Christoffer Buchholz <christoffer buchholz gmail com>
Date:   Mon Oct 3 18:07:30 2011 +0200

    Dont bundle South with Snowy
    
    Remove old version of South from /lib, and add South to the list of
    dependencies in INSTALL.

 INSTALL                                            |    4 +-
 lib/south/__init__.py                              |    6 -
 lib/south/db/__init__.py                           |   12 -
 lib/south/db/generic.py                            |  705 ---------------
 lib/south/db/mysql.py                              |  137 ---
 lib/south/db/postgresql_psycopg2.py                |   64 --
 lib/south/db/sql_server/pyodbc.py                  |   25 -
 lib/south/db/sqlite3.py                            |   50 --
 lib/south/management/commands/migrate.py           |  110 ---
 lib/south/management/commands/startmigration.py    |  928 --------------------
 lib/south/management/commands/syncdb.py            |   70 --
 lib/south/management/commands/test.py              |   14 -
 lib/south/migration.py                             |  553 ------------
 lib/south/models.py                                |   19 -
 lib/south/modelsparser.py                          |  398 ---------
 lib/south/orm.py                                   |  278 ------
 lib/south/tests/__init__.py                        |   77 --
 lib/south/tests/db.py                              |  318 -------
 lib/south/tests/fakeapp/migrations/0001_spam.py    |   19 -
 lib/south/tests/fakeapp/migrations/0002_eggs.py    |   20 -
 .../tests/fakeapp/migrations/0003_alter_spam.py    |   12 -
 lib/south/tests/fakeapp/models.py                  |   46 -
 lib/south/tests/logic.py                           |  243 -----
 lib/south/tests/modelsparser.py                    |   61 --
 24 files changed, 2 insertions(+), 4167 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index c950f10..d07ee4a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,9 +2,9 @@ Running Snowy From Your Git Checkout
 --
 -1. Verify that your checkout is called "snowy" (all lower-case).
 
-0. Install python-lxml, python-pytz, and python-sqlite,
+0. Install python-lxml, python-pytz, and python-sqlite, South,
    python-dateutil, python-pkg-resources, python-uuid, python-simplejson
-   (or on Python 2.6 possibly python-json), python-openid >= 2.2.4
+   (or on Python 2.6 possibly python-json), python-openid >= 2.2.4,
    (package names somewhat different from distro to distro. you may have luck
     finding more specific info at http://live.gnome.org/Snowy/Install ).
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]