2021-05-10 17:48:34 +03:00
|
|
|
# -*- 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
|
2025-09-03 11:16:31 -04:00
|
|
|
version 2.2.1
|
2021-05-10 17:48:34 +03:00
|
|
|
revision 0
|
|
|
|
|
categories-append devel
|
2022-11-20 11:46:15 +03:00
|
|
|
platforms {darwin any}
|
2021-05-10 17:48:34 +03:00
|
|
|
license MIT
|
|
|
|
|
supported_archs noarch
|
|
|
|
|
|
2026-02-26 21:41:36 -05:00
|
|
|
python.versions 310 311 312 313 314
|
2021-05-10 17:48:34 +03:00
|
|
|
|
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
|
|
2021-08-04 15:36:51 +03:00
|
|
|
description Get the currently executing AST node of a frame.
|
2024-02-11 10:29:24 -05:00
|
|
|
long_description {*}${description}
|
2021-05-10 17:48:34 +03:00
|
|
|
|
|
|
|
|
homepage https://github.com/alexmojaki/executing
|
|
|
|
|
|
2025-09-03 11:16:31 -04:00
|
|
|
checksums rmd160 5e55623ea3caff0dc5380e3c69bbc5296a9bd7c0 \
|
|
|
|
|
sha256 3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4 \
|
|
|
|
|
size 1129488
|
2021-05-10 17:48:34 +03:00
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
|
depends_build-append \
|
2022-11-20 11:46:15 +03:00
|
|
|
port:py${python.version}-setuptools_scm
|
2021-05-10 17:48:34 +03:00
|
|
|
}
|