# -*- 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-typed-ast
python.rootname     typed_ast
version             1.5.5
revision            0
categories-append   devel
license             Apache-2
maintainers         nomaintainer

description         Fork of Python ast modules with type comment support
long_description    {*}${description}
homepage            https://github.com/python/typed_ast
checksums           rmd160  bbe01e0298a7ba0cf6c76045665b4ff3711f28c1 \
                    sha256  94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd \
                    size    252841

# FIXME: py313 needs a fix for https://lists.rtems.org/pipermail/bugs/2025-August/048818.html
python.versions     310 311 312
