diff --git a/dports/python/py25-lint/Portfile b/dports/python/py25-lint/Portfile
index 6f3225b..d4eb817 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python25 1.0 |
6 | 6 | |
7 | 7 | name py25-lint |
8 | | version 0.16.0 |
| 8 | version 0.18.0 |
9 | 9 | categories-append devel |
10 | 10 | maintainers dh |
11 | 11 | description Error (and style) checking for python |
… |
… |
homepage http://www.logilab.org/projects/pylint/ |
23 | 23 | master_sites ftp://ftp.logilab.org/pub/pylint/ |
24 | 24 | distname pylint-${version} |
25 | 25 | |
26 | | livecheck.url ${homepage} |
27 | 26 | livecheck.check regex |
28 | | livecheck.regex "latest published version:.*<a.*?>(\\d+(?:\\.\\d+)*)</a>" |
| 27 | livecheck.url http://ftp.logilab.org/pub/pylint/ |
| 28 | livecheck.regex {pylint-(\d+(?:\.\d+)*)\.tar\.gz} |
29 | 29 | |
30 | | checksums md5 28f894b98ee8ec985cf46075aab2bc9e \ |
31 | | sha1 865bbf4c048200475698e2fde62405d7362efa5e \ |
32 | | rmd160 076e93cd3e4b063535bcb1819d9a465c46b58ab1 |
| 30 | checksums md5 2fb51eb37062aff094b104004ecd25a8 \ |
| 31 | sha1 5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \ |
| 32 | rmd160 271078a11b13291a78acea7fb8164976da3181b9 |
33 | 33 | |
34 | 34 | depends_lib port:py25-logilab-common port:py25-logilab-astng |
35 | 35 | |
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 |
5 | 5 | PortGroup python25 1.0 |
6 | 6 | |
7 | 7 | name py25-logilab-astng |
8 | | version 0.17.4 |
| 8 | version 0.19.0 |
9 | 9 | maintainers stechert@macports.org openmaintainer |
10 | 10 | description Python Abstract Syntax Tree New Generation |
11 | 11 | long_description The aim of this module is to provide a common base representation of python source code for \ |
… |
… |
livecheck.check regex |
22 | 22 | livecheck.url http://ftp.logilab.org/pub/astng/ |
23 | 23 | livecheck.regex {logilab-astng-(\d+(?:\.\d+)*)\.tar\.gz} |
24 | 24 | |
25 | | checksums md5 68a3ccca76e17df1ae33a20195dc52ac \ |
26 | | sha1 101fa76760a095b24e56c2e8d9efd062334e57f3 \ |
27 | | rmd160 d5aa6eaeecfebec0aa1774ffaf87482dd31844fe |
| 25 | checksums md5 9478141bd45c1a1e72621797c94f18d3 \ |
| 26 | sha1 87fe682ec98599c0088f228ba94cb50a7ed99466 \ |
| 27 | rmd160 c9b4a2eabcd28e959315af33215d1620b405c475 |
28 | 28 | |
29 | 29 | depends_lib-append port:py25-logilab-common |
30 | 30 | |