# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-gast version 0.2.2 platforms darwin license BSD maintainers {emcrisostomo @emcrisostomo} openmaintainer description Python AST that abstracts the underlying Python version long_description A generic AST to represent Python2 and Python3’s Abstract \ Syntax Tree(AST). GAST provides a compatibility layer \ between the AST of various Python versions, as produced by \ ast.parse from the standard ast module. homepage https://github.com/serge-sans-paille/gast master_sites pypi:g/gast distname gast-${version} checksums rmd160 550b7d61ddfc2f62d6f976996dc84e4b8784338f \ sha256 fe939df4583692f0512161ec1c880e0a10e71e6a232da045ab8edd3756fbadf0 \ size 10294 python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }