[143031] trunk/dports/python/py-astroid/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 08:15:57 PST 2015


Revision: 143031
          https://trac.macports.org/changeset/143031
Author:   stromnov at macports.org
Date:     2015-12-02 03:23:28 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
py-astroid: update to version 1.4.1

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

Modified: trunk/dports/python/py-astroid/Portfile
===================================================================
--- trunk/dports/python/py-astroid/Portfile	2015-12-02 06:03:42 UTC (rev 143030)
+++ trunk/dports/python/py-astroid/Portfile	2015-12-02 11:23:28 UTC (rev 143031)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-astroid
-version             1.3.8
+version             1.4.1
 revision            0
 categories-append   devel
 platforms           darwin
 license             LGPL-2.1+
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -25,12 +25,12 @@
                     essentially governed by pylint's needs.
 
 homepage            http://bitbucket.org/logilab/astroid/
-master_sites        https://pypi.python.org/packages/source/a/astroid/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            astroid-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  63bba513e70eb30cab8e3b0147d9d73b290f2346 \
-                    sha256  3971c35c675dc7acfceb636eb1758b7df9fc3ad75b5f81ca89f57ccf51719442
+checksums           rmd160  5ef528da1802aea0430b34a102edafba41263680 \
+                    sha256  2417a2c62f07bb77485efb6dd94567ac165808a4248ecb09754116662ffa9fc2
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -46,7 +46,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/astroid/json
-    livecheck.regex     {astroid-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/c56725af/attachment.html>


More information about the macports-changes mailing list