Commits
Andrew Stromnov authored 36f0b596b09
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-astroid |
7 - | version 1.6.4 |
7 + | version 1.6.5 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license LGPL-2.1+ |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
21 21 | base representation of python source code for \ |
22 22 | projects such as pychecker, pyreverse, pylint... \ |
23 23 | Well, actually the development of this library is \ |
24 24 | essentially governed by pylint's needs. |
25 25 | |
26 26 | homepage http://bitbucket.org/logilab/astroid/ |
27 27 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
28 28 | |
29 29 | distname ${python.rootname}-${version} |
30 30 | |
31 - | checksums rmd160 79293da77ac9a780b7be53ed8a995def16786666 \ |
32 - | sha256 dea42ae6e0b789b543f728ddae7ddb6740ba33a49fb52c4a4d9cb7bb4aa6ec09 \ |
33 - | size 260039 |
31 + | checksums rmd160 bba1d1e3582e557ecbe6a56ca83adef5b1d80506 \ |
32 + | sha256 fc9b582dba0366e63540982c3944a9230cbc6f303641c51483fa547dcc22393a \ |
33 + | size 255688 |
34 34 | |
35 35 | if {${name} ne ${subport}} { |
36 36 | depends_build-append \ |
37 37 | port:py${python.version}-setuptools |
38 38 | |
39 39 | depends_lib-append port:py${python.version}-lazy_object_proxy \ |
40 40 | port:py${python.version}-six \ |
41 41 | port:py${python.version}-wrapt |
42 42 | |
43 43 | if {${python.version} == 27} { |