# -*- 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
python.versions 27 34 35 36 37
maintainers {stromnov @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 https://github.com/pycqa/astroid
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 c5a4e3ef953ac6852d0751473c62631b103940f5 \
sha256 6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4 \
if {${name} ne ${subport}} {
port:py${python.version}-pytest-runner \
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-lazy_object_proxy \
port:py${python.version}-six \
port:py${python.version}-typed-ast \
port:py${python.version}-wrapt
if {${python.version} eq 34} {
port:py${python.version}-typing
if {${python.version} eq 27} {
distname ${python.rootname}-${version}
checksums rmd160 bba1d1e3582e557ecbe6a56ca83adef5b1d80506 \
sha256 fc9b582dba0366e63540982c3944a9230cbc6f303641c51483fa547dcc22393a \
port:py${python.version}-enum34 \
port:py${python.version}-singledispatch \
port:py${python.version}-backports-functools_lru_cache