[57420] trunk/dports/python

alakazam at macports.org alakazam at macports.org
Thu Sep 10 19:26:41 PDT 2009


Revision: 57420
          http://trac.macports.org/changeset/57420
Author:   alakazam at macports.org
Date:     2009-09-10 19:26:40 -0700 (Thu, 10 Sep 2009)
Log Message:
-----------
Add portfile for South, a python-based database migration solution for django applications

Added Paths:
-----------
    trunk/dports/python/py26-south/
    trunk/dports/python/py26-south/Portfile

Added: trunk/dports/python/py26-south/Portfile
===================================================================
--- trunk/dports/python/py26-south/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-south/Portfile	2009-09-11 02:26:40 UTC (rev 57420)
@@ -0,0 +1,31 @@
+# $Id: Portfile 54533 2009-07-29 10:25:43Z arthurk at macports.org $
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-south
+version             0.6.1
+categories-append   www
+platforms           darwin
+maintainers         alakazam
+homepage            http://south.aeracode.org/
+description         South provides intelligent schema migrations for Django apps
+long_description    South provides intelligent, database-independant, \
+                    semi-automatic, schema migrations for Django apps.
+
+master_sites        http://www.aeracode.org/releases/south/
+distname            south-${version}
+worksrcdir          south
+checksums           md5     490a0a341b34b4f19c506d2b84d884c4 \
+                    sha1    9d513f413bf351b06e2fd950eb9bddd47455b38a \
+                    rmd160  afcb69a0357a67d393648c1037379a7cd1ba5497
+
+depends_lib-append  port:py26-setuptools
+
+post-destroot   {
+    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs
+}
+
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     "/wiki/ReleaseNotes/(0\.\[0-9\]+\.\[0-9\]+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090910/27dde6ac/attachment.html>


More information about the macports-changes mailing list