Ticket #19377: patch-pylint.diff

File patch-pylint.diff, 2.6 KB (added by alakazam@…, 15 years ago)

Patch to update py25-lint to 0.18.0 and py25-logilab-astng to 0.19.0

  • dports/python/py25-lint/Portfile

    diff --git a/dports/python/py25-lint/Portfile b/dports/python/py25-lint/Portfile
    index 6f3225b..d4eb817 100644
    a b PortSystem 1.0 
    55PortGroup           python25 1.0
    66
    77name                py25-lint
    8 version             0.16.0
     8version             0.18.0
    99categories-append   devel
    1010maintainers         dh
    1111description         Error (and style) checking for python
    homepage http://www.logilab.org/projects/pylint/ 
    2323master_sites        ftp://ftp.logilab.org/pub/pylint/
    2424distname            pylint-${version}
    2525
    26 livecheck.url       ${homepage}
    2726livecheck.check     regex
    28 livecheck.regex     "latest published version:.*<a.*?>(\\d+(?:\\.\\d+)*)</a>"
     27livecheck.url       http://ftp.logilab.org/pub/pylint/
     28livecheck.regex     {pylint-(\d+(?:\.\d+)*)\.tar\.gz}
    2929
    30 checksums           md5     28f894b98ee8ec985cf46075aab2bc9e \
    31                     sha1    865bbf4c048200475698e2fde62405d7362efa5e \
    32                     rmd160  076e93cd3e4b063535bcb1819d9a465c46b58ab1
     30checksums           md5     2fb51eb37062aff094b104004ecd25a8 \
     31                    sha1    5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \
     32                    rmd160  271078a11b13291a78acea7fb8164976da3181b9
    3333
    3434depends_lib         port:py25-logilab-common port:py25-logilab-astng
    3535
  • dports/python/py25-logilab-astng/Portfile

    diff --git a/dports/python/py25-logilab-astng/Portfile b/dports/python/py25-logilab-astng/Portfile
    index 39cff7d..45c59c9 100644
    a b PortSystem 1.0 
    55PortGroup           python25 1.0
    66
    77name                py25-logilab-astng
    8 version             0.17.4
     8version             0.19.0
    99maintainers         stechert@macports.org openmaintainer
    1010description         Python Abstract Syntax Tree New Generation
    1111long_description    The aim of this module is to provide a common base representation of python source code for \
    livecheck.check regex 
    2222livecheck.url       http://ftp.logilab.org/pub/astng/
    2323livecheck.regex     {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz}
    2424
    25 checksums           md5     68a3ccca76e17df1ae33a20195dc52ac \
    26                     sha1    101fa76760a095b24e56c2e8d9efd062334e57f3 \
    27                     rmd160  d5aa6eaeecfebec0aa1774ffaf87482dd31844fe
     25checksums           md5     9478141bd45c1a1e72621797c94f18d3 \
     26                    sha1    87fe682ec98599c0088f228ba94cb50a7ed99466 \
     27                    rmd160  c9b4a2eabcd28e959315af33215d1620b405c475
    2828
    2929depends_lib-append  port:py25-logilab-common
    3030