# -*- 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.3.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 d7a304998ddb70564acf8837cd93ce8741f864b8 \ sha256 5c7617f1f6c8b8b426819642b16b9016727ddaecd16af9a07753e537eba8a3a5 \ size 13657 python.versions 27 35 36 37 38 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }