[143085] trunk/dports/python/py-logilab-constraint/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 08:29:40 PST 2015


Revision: 143085
          https://trac.macports.org/changeset/143085
Author:   stromnov at macports.org
Date:     2015-12-03 02:46:43 -0800 (Thu, 03 Dec 2015)
Log Message:
-----------
py-logilab-constraint: update to version 0.6.0

Modified Paths:
--------------
    trunk/dports/python/py-logilab-constraint/Portfile

Modified: trunk/dports/python/py-logilab-constraint/Portfile
===================================================================
--- trunk/dports/python/py-logilab-constraint/Portfile	2015-12-03 10:43:37 UTC (rev 143084)
+++ trunk/dports/python/py-logilab-constraint/Portfile	2015-12-03 10:46:43 UTC (rev 143085)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-logilab-constraint
-version             0.5.0
+version             0.6.0
 revision            0
 categories-append   devel
 platforms           darwin
 license             GPL-2+
 supported_archs     noarch
 
-python.versions     27
+python.versions     27 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,12 +24,12 @@
                     are provided to work with finite domains only.
 
 homepage            http://www.logilab.org/projects/constraint/
-master_sites        http://ftp.logilab.org/pub/constraint
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            logilab-constraint-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  5b01c775449b32ea9d3b54813dc5a7cf3a48095f \
-                    sha256  ba291c988dcc5d4457cd3414994bddfe1f19b7e20b735e179ba0095294d8f511
+checksums           rmd160  837ae8246892162f5886b2ee477ea0f9f7899bba \
+                    sha256  8f494b26ab584c24c156a569fabe16424b482907cc6f8cfdf6c40619498d1dd8
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-logilab-common
@@ -50,7 +50,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       http://ftp.logilab.org/pub/constraint/
-    livecheck.regex     {logilab-constraint-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6fa8c5a4/attachment.html>


More information about the macports-changes mailing list