Ticket #51998: py-pylint.diff

File py-pylint.diff, 2.1 KB (added by reneeotten (Renee Otten), 8 years ago)
  • Portfile

    old new  
    66PortGroup           select 1.0
    77
    88name                py-pylint
    9 version             1.5.6
    10 revision            0
     9version             1.6.4
    1110categories-append   devel
    1211platforms           darwin
    1312license             GPL-2+
     
    2726                    with coding style. The default coding style used \
    2827                    by pylint is close to `Guido's style guide`_.
    2928
    30 homepage            http://www.logilab.org/project/pylint
     29homepage            https://pylint.org
    3130master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    3231
    3332distname            ${python.rootname}-${version}
    3433
    35 checksums           rmd160  e2feb2267424e0b9282c82f74b66a48d14f77aff \
    36                     sha256  303bdd755048feec2c1fe1ea16e8f4306636f02845510ff3d5922ae2d6fe35cc
     34checksums           rmd160  629ff9ed14f15db119545c96ea1c31c2a6ee5fc9 \
     35                    sha256  ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1
    3736
    3837if {${name} ne ${subport}} {
    3938    depends_build-append \
    4039                        port:py${python.version}-setuptools
    4140
    42     depends_lib-append  port:py${python.version}-logilab-common \
    43                         port:py${python.version}-astroid
     41    depends_lib-append  port:py${python.version}-astroid \
     42                        port:py${python.version}-six \
     43                        port:py${python.version}-isort \
     44                        port:py${python.version}-flake8-mccabe
     45
     46    if {${python.version} eq 27} {
     47        depends_lib-append  port:py${python.version}-configparser \
     48                            port:py${python.version}-backports-functools_lru_cache
     49    }
    4450
    4551    depends_run-append  port:pylint_select
    4652
     
    5763        }
    5864        xinstall -m 644 -W ${worksrcpath} ChangeLog README.rst \
    5965            ${destroot}${prefix}/share/doc/${subport}
    60         file delete ${destroot}${python.pkgd}/logilab/__init__.py
     66##        file delete ${destroot}${python.pkgd}/logilab/__init__.py
    6167    }
    6268
    6369    select.group    pylint