# -*- 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-executing
version             2.0.1
revision            0
categories-append   devel
platforms           {darwin any}
license             MIT
supported_archs     noarch

python.versions     38 39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         Get the currently executing AST node of a frame.
long_description    {*}${description}

homepage            https://github.com/alexmojaki/executing

checksums           rmd160  63f628fe4efdcc6a29783510592b6e8ff1d806da \
                    sha256  35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147 \
                    size    836501

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