Commit graph

14 commits

Author SHA1 Message Date
William Grzybowski
d0a94b7971 databases/py-south: update to 0.8.3
- Update to 0.8.3
- Use python auto plist
2013-11-14 11:27:29 +00:00
William Grzybowski
4f046358f1 databases/py-south: use distutils instead of setuptools
- Use distutils instead of setuptools
- Allow staging
- Use PYTHON_PY3K_PLIST_HACK
2013-09-26 22:05:44 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
William Grzybowski
6e5fd3fb78 databases/py-south: update to 0.8.2
- Update to 0.8.2

Changes: http://south.readthedocs.org/en/latest/releasenotes/0.8.2.html
2013-08-10 11:45:03 +00:00
William Grzybowski
e29fd54c01 - Update to 0.8.1
- Trim Makefile header
- Shortened COMMENT

Changes:
https://bitbucket.org/andrewgodwin/south/src/4c1c0e8a80eb/docs/releasenotes/0.8.1.rst?at=default
https://bitbucket.org/andrewgodwin/south/src/4c1c0e8a80eb/docs/releasenotes/0.8.rst?at=default

Approved by:	culot (mentor)
2013-05-24 10:07:22 +00:00
William Grzybowski
ac3b2bec7c - Change MAINTAINER address of all my ports
Approved by:	culot (mentor)
2013-05-15 19:33:14 +00:00
Wen Heping
e04ef3e300 - Update to 0.7.6
PR:		170349
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	William Grzybowski <william88@gmail.com> (maintainer)
2012-08-12 13:29:20 +00:00
Xin LI
a72654a0fc - Update to 0.7.5.
- Pass maintainership to submitter.

PR:		ports/167712
Submitted by:	William Grzybowski <william88 gmail com>
2012-05-22 17:57:19 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Sylvio Cesar Teixeira
173c3958a9 - Update to 0.7.3
PR:		ports/155274
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
Approved by:	maintainer (timeout) > 30 days
2011-05-11 20:03:44 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Sunpoet Po-Chuan Hsieh
de1ec74f10 - Update to 0.7.2
Changes:	http://south.aeracode.org/docs/releasenotes/0.7.2.html
PR:		ports/151646
Submitted by:	Denis Shaposhnikov <dsh@bamus.cz>
Approved by:	Stanislav A Svirid <count@211.ru> (maintainer), pgollucci (mentor, implicit)
2010-10-25 16:05:12 +00:00
Martin Wilke
eac417069c - Update to 0.7.1
PR:		147552
Submitted by:	Stanislav A Svirid <count@211.ru> (maintainer)
2010-06-06 07:56:58 +00:00
Martin Wilke
e48e1a9ea0 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>
2009-07-29 13:20:20 +00:00