# -*- 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.5.2 revision 0 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 checksums rmd160 75f686d7bd6cf844b0fc449c847c0b2d15b0e4b2 \ sha256 f81fcefa8b982624a31c9e4ec7761325a88a0eba60d36d1da90e47f8fe3c67f7 \ size 14222 supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 if {${name} ne ${subport}} { test.run yes }