[77054] trunk/dports/python/py25-logilab-astng/Portfile

stromnov at macports.org stromnov at macports.org
Fri Mar 18 12:02:21 PDT 2011


Revision: 77054
          http://trac.macports.org/changeset/77054
Author:   stromnov at macports.org
Date:     2011-03-18 12:02:20 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
py25-logilab-astng: sync with py26-logilab-astng

Modified Paths:
--------------
    trunk/dports/python/py25-logilab-astng/Portfile

Modified: trunk/dports/python/py25-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-astng/Portfile	2011-03-18 19:01:53 UTC (rev 77053)
+++ trunk/dports/python/py25-logilab-astng/Portfile	2011-03-18 19:02:20 UTC (rev 77054)
@@ -5,28 +5,26 @@
 PortGroup           python25 1.0
 
 name                py25-logilab-astng
-version             0.20.1
+version             0.21.1
+platforms           darwin
+
 maintainers         stechert openmaintainer
+
 description         Python Abstract Syntax Tree New Generation
 long_description    The aim of this module is to provide a common base representation of python source code for \
                     projects such as pychecker, pyreverse, pylint... Well, actually the development of this library \
                     is essentially governed by pylint's needs.
 
-platforms           darwin
-
 homepage            http://www.logilab.org/project/logilab-astng
 master_sites        http://ftp.logilab.org/pub/astng \
                     ftp://ftp.logilab.fr/pub/astng
+
 distname            logilab-astng-${version}
 
-livecheck.type      regex
-livecheck.url       http://ftp.logilab.org/pub/astng/
-livecheck.regex     {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz}
+checksums           md5     064a1cb970c283cf18e05a990db48576 \
+                    sha1    b5c8324e46ab4634f046012a1052c4ad73b1c137 \
+                    rmd160  63bb8d7f956d046661fe926415ae48e0f61b45b3
 
-checksums           md5     bd9612c3d6225346050347ac13b0e4c6 \
-                    sha1    ac4a7fc9c098393fd207eb2165b470b25ecb6f55 \
-                    rmd160  add5f8d561617313762f79ddca9728ab8a11eed6
-
 depends_lib-append  port:py25-logilab-common
 
 post-destroot {
@@ -35,3 +33,7 @@
         ${destroot}${prefix}/share/doc/${name}
     file delete ${destroot}${prefix}/lib/python2.5/site-packages/logilab/__init__.py
 }
+
+livecheck.url       http://ftp.logilab.org/pub/astng/
+livecheck.type      regex
+livecheck.regex     {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110318/39ebcc3c/attachment.html>


More information about the macports-changes mailing list