[77042] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Mar 18 04:37:12 PDT 2011


Revision: 77042
          http://trac.macports.org/changeset/77042
Author:   stromnov at macports.org
Date:     2011-03-18 04:37:11 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
py-logilab-astng, py27-logilab-astng: sync with py26-logilab-astng

Modified Paths:
--------------
    trunk/dports/python/py-logilab-astng/Portfile
    trunk/dports/python/py27-logilab-astng/Portfile

Modified: trunk/dports/python/py-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py-logilab-astng/Portfile	2011-03-18 11:30:25 UTC (rev 77041)
+++ trunk/dports/python/py-logilab-astng/Portfile	2011-03-18 11:37:11 UTC (rev 77042)
@@ -5,42 +5,35 @@
 PortGroup           python24 1.0
 
 name                py-logilab-astng
-version             0.20.1
-categories-append   devel
+version             0.21.1
+platforms           darwin
+
 maintainers         dh 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 essentialy governed by pylint's needs. \
-    \
-    It extends class defined in the compiler.ast module with some additional methods and \
-    attributes. Instance attributes are added by a builder object, which can either generate \
-    extended ast (let's call them astng) by visiting an existant ast tree or by inspecting \
-    living object. Methods are added by monkey patching ast classes.
+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.url       ${homepage}
-livecheck.type      regex
-livecheck.regex     "latest published version:.*<a.*?>(\\d+(?:\\.\\d+)*)</a>"
+checksums           md5     064a1cb970c283cf18e05a990db48576 \
+                    sha1    b5c8324e46ab4634f046012a1052c4ad73b1c137 \
+                    rmd160  63bb8d7f956d046661fe926415ae48e0f61b45b3
 
-checksums           md5     bd9612c3d6225346050347ac13b0e4c6 \
-                    sha1    ac4a7fc9c098393fd207eb2165b470b25ecb6f55 \
-                    rmd160  add5f8d561617313762f79ddca9728ab8a11eed6
-
 depends_lib-append  port:py-logilab-common
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
-
-    # this file is also installed by py-logilab-common
     file delete ${destroot}${python.pkgd}/logilab/__init__.py
 }
+
+livecheck.url       http://ftp.logilab.org/pub/astng/
+livecheck.type      regex
+livecheck.regex     {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/python/py27-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py27-logilab-astng/Portfile	2011-03-18 11:30:25 UTC (rev 77041)
+++ trunk/dports/python/py27-logilab-astng/Portfile	2011-03-18 11:37:11 UTC (rev 77042)
@@ -5,33 +5,35 @@
 PortGroup           python27 1.0
 
 name                py27-logilab-astng
-version             0.21.0
-maintainers         nomaintainer
+version             0.21.1
+platforms           darwin
+
+maintainers         stromnov 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.url       http://ftp.logilab.org/pub/astng/
-livecheck.type      regex
-livecheck.regex     {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz}
+checksums           md5     064a1cb970c283cf18e05a990db48576 \
+                    sha1    b5c8324e46ab4634f046012a1052c4ad73b1c137 \
+                    rmd160  63bb8d7f956d046661fe926415ae48e0f61b45b3
 
-checksums           md5     582751f0abbd8a530b610f7f1bdd290a \
-                    sha1    fbb8cc9a5f65de35122f3c2f9f61ed909e27ca83 \
-                    rmd160  a8bb10423267ba402b613c44822b48932f364564
+depends_lib-append  port:py27-logilab-common
 
-depends_lib-append  port:py27-logilab-common
-   
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
     file delete ${destroot}/${python.prefix}/lib/python2.7/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/5953f4b0/attachment.html>


More information about the macports-changes mailing list