# -*- 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.4.0
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

checksums           rmd160  2f953846e11ce313959a31b47816d56b7328faea \
                    sha256  40feb7b8b8434785585ab224d1568b857edb18297e5a3047f1ba012bc83b42c1 \
                    size    13804

supported_archs     noarch

python.versions     27 35 36 37 38 39

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}
