# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-astroid version 1.4.8 revision 0 categories-append devel platforms darwin license LGPL-2.1+ supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Rebuild a new abstract syntax tree from Python's ast. 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. homepage http://bitbucket.org/logilab/astroid/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 b8182e3320472a6e871b2081a970f6a55fd72865 \ sha256 5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-logilab-common \ port:py${python.version}-lazy_object_proxy \ port:py${python.version}-wrapt post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} ChangeLog README.rst \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type pypi }