# -*- 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.3.6 revision 0 categories-append devel platforms darwin license LGPL-2.1+ supported_archs noarch python.versions 27 34 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 https://pypi.python.org/packages/source/a/astroid/ distname astroid-${version} checksums rmd160 25ef4d30a9bb5f6cccdeba7d5e8e581450c0fe6e \ sha256 1241ef961448c57b4616beb8dcc959724641dca1e22914663f79d67fec26f854 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-logilab-common post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} ChangeLog README \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/astroid/json livecheck.regex {astroid-(\d+(?:\.\d+)*)\.[tz]} }