# -*- 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.6.0
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  be43abb24f800aa40b12bbdb3778ad9c36b13193 \
                    sha256  88fc5300d32c7ac6ca7b515310862f71e6fdf2c029bbec7c66c0f5dd47b6b1fb \
                    size    27708

supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313 314

if {${name} ne ${subport}} {
    test.run        yes
}
