Files
2026-04-04 22:56:38 -04:00

33 lines
1.1 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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.7.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 Python3s 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 097684b40cb0b593a5930081a318961589643a0b \
sha256 0bb14cd1b806722e91ddbab6fb86bba148c22b40e7ff11e248974e04c8adfdae \
size 33630
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
test.run yes
}