Bug 137234 - New port: databases/py-south Intelligent schema migrations for Django apps
Summary: New port: databases/py-south Intelligent schema migrations for Django apps
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 10:20 UTC by Stanislav Svirid
Modified: 2009-07-29 14:30 UTC (History)
0 users

See Also:


Attachments
file.shar (8.93 KB, text/plain)
2009-07-29 10:20 UTC, Stanislav Svirid
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Svirid 2009-07-29 10:20:04 UTC
This is South, intelligent schema migrations for Django apps.

South is:

    * Intelligent; it knows if you've missed out a migration or two
    * Database independent, so there's no hassle if you need to move databases.
    * Easy; it can write migrations for you, and it takes about a minute to 
      convert your app over to use South.
    * Designed for a pluggable Django world; you can declare dependencies
      between apps so they all migrate together correctly, and you can still
      use syncdb for your non-migrated apps without it interfering.
    * Useful for data too; you can write migrations to transform legacy data.
    * Better (we think, anyway) than the alternatives. 

WWW: http://south.aeracode.org/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-29 10:20:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-07-29 10:43:29 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-07-29 14:20:05 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-07-29 14:20:35 UTC
miwi        2009-07-29 13:20:20 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-south   Makefile distinfo pkg-descr pkg-plist 
  Log:
  This is South, intelligent schema migrations for Django apps.
  
  South is:
  
      * Intelligent; it knows if you've missed out a migration or two
      * Database independent, so there's no hassle if you need to move databases.
      * Easy; it can write migrations for you, and it takes about a minute to
        convert your app over to use South.
      * Designed for a pluggable Django world; you can declare dependencies
        between apps so they all migrate together correctly, and you can still
        use syncdb for your non-migrated apps without it interfering.
      * Useful for data too; you can write migrations to transform legacy data.
      * Better (we think, anyway) than the alternatives.
  
  WWW: http://south.aeracode.org/
  
  PR:             ports/137234
  Submitted by:   Stanislav Svirid <count at 211.ru>
  
  Revision  Changes    Path
  1.790     +1 -0      ports/databases/Makefile
  1.1       +22 -0     ports/databases/py-south/Makefile (new)
  1.1       +3 -0      ports/databases/py-south/distinfo (new)
  1.1       +15 -0     ports/databases/py-south/pkg-descr (new)
  1.1       +92 -0     ports/databases/py-south/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"