Revision
132635
Author
stromnov@macports.org
Date
2015-02-06 02:24:04 -0800 (Fri, 06 Feb 2015)

Log Message

py-logilab-common: update to version 0.63.2

Modified Paths

Diff

Modified: trunk/dports/python/py-logilab-common/Portfile (132634 => 132635)


--- trunk/dports/python/py-logilab-common/Portfile	2015-02-06 10:23:09 UTC (rev 132634)
+++ trunk/dports/python/py-logilab-common/Portfile	2015-02-06 10:24:04 UTC (rev 132635)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-logilab-common
-version             0.63.0
+version             0.63.2
 revision            0
 categories-append   devel
 platforms           darwin
@@ -20,13 +20,12 @@
 long_description    ${description}
 
 homepage            http://www.logilab.org/project/logilab-common
-master_sites        http://download.logilab.org/pub/common/ \
-                    ftp://ftp.logilab.fr/pub/common
+master_sites        https://pypi.python.org/packages/source/l/logilab-common/
 
 distname            logilab-common-${version}
 
-checksums           rmd160  d37863dd3171333478db92836a578ab7a759d3d0 \
-                    sha256  c7e5081272226e7adba547c41caf969c0ba1d86ce2e0e47d3c529fbee0d75779
+checksums           rmd160  43f3e51ee7aac55ee6e973080cebe59d8fea05b4 \
+                    sha256  603ba00c9bb09219a3bd2906c214d9455481110dacc472f450b53d5ae90f28e7
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -53,6 +52,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       http://ftp.logilab.org/pub/common/
+    livecheck.url       https://pypi.python.org/pypi/logilab-common/json
     livecheck.regex     {logilab-common-(\d+(?:\.\d+)*)\.[tz]}
 }