Files
macports-ports/python/py-tracer/Portfile
T
2025-05-20 13:08:57 -04:00

32 lines
1.0 KiB
Tcl

# -*- 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-tracer
version 2.0.0
revision 0
supported_archs noarch
platforms {darwin any}
license GPL-3+
maintainers nomaintainer
description A more flexible interface to sys.settrace
long_description A more flexible interface to sys.settrace(), \
allowing chained trace hooks, prioritization \
of hooks, or filtering out functions to ignore \
for a specific hook.
homepage https://pypi.python.org/pypi/${python.rootname}/
checksums rmd160 a93895599d83ba39df3df9ccc445f3ddf117586a \
sha256 baec4888666191ed7fb25c38c526a81d6c748787cacb649d6f67fd75da17687a \
size 26255
python.versions 39 310 311 312 313
if {${subport} ne ${name}} {
test.run yes
}