[107826] trunk/dports/python/py-south/Portfile

jmr at macports.org jmr at macports.org
Sat Jul 6 05:03:34 PDT 2013


Revision: 107826
          https://trac.macports.org/changeset/107826
Author:   jmr at macports.org
Date:     2013-07-06 05:03:34 -0700 (Sat, 06 Jul 2013)
Log Message:
-----------
py-south: update to 0.8.1, fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-south/Portfile

Modified: trunk/dports/python/py-south/Portfile
===================================================================
--- trunk/dports/python/py-south/Portfile	2013-07-06 11:07:21 UTC (rev 107825)
+++ trunk/dports/python/py-south/Portfile	2013-07-06 12:03:34 UTC (rev 107826)
@@ -5,23 +5,23 @@
 PortGroup           python 1.0
 
 name                py-south
-version             0.7.6
+version             0.8.1
 categories-append   www
 license             Apache-2
 platforms           darwin
 supported_archs     noarch
 maintainers         nomaintainer
 homepage            http://south.aeracode.org/
-description         South provides intelligent schema migrations for Django apps
+description         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-${version}
+master_sites        https://pypi.python.org/packages/source/S/South/
+distname            South-${version}
 
-checksums           rmd160  0276e4de48ee7089cb8bcb848c17388e695ff97e \
-                    sha256  d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a
+checksums           md5    72deb5c8144a65ac42d1390ff922581d \
+                    rmd160 5a6c8acd1e2c9c021ee41206faf68162e5fb3bc8 \
+                    sha256 b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845
 
 python.versions     26 27
 
@@ -31,6 +31,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       ${homepage}
-    livecheck.regex     "/wiki/ReleaseNotes/(0\.\[0-9\]+\.\[0-9\]+)"
+    livecheck.url       https://pypi.python.org/pypi/South
+    livecheck.regex     {South (0\.[0-9]+(\.[0-9]+)?)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130706/571e05b4/attachment.html>


More information about the macports-changes mailing list