You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
1.1 KiB
Tcl
29 lines
1.1 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup davidcrawford chronic 0.3.1
|
|
name py-${name}
|
|
maintainers {g5pw @g5pw} openmaintainer
|
|
categories-append devel
|
|
description Chronic is halfway between a simple timer and a profiler.
|
|
long_description ${description} Add decorators or wrap code in with \
|
|
statements to get the execution time. Chronic keeps track \
|
|
of the call hierarchy to tell you what timed blocks executed \
|
|
within other timed blocks. Attach an event listener to log \
|
|
your timings however you want.
|
|
platforms darwin
|
|
license MIT
|
|
|
|
python.versions 27 35 36
|
|
|
|
if { ${subport} ne ${name} } {
|
|
checksums rmd160 4320705a0656fad02dfa4a73bdc044bbb1c593f2 \
|
|
sha256 098a3bb7e5b9140ecad4a49fa4fadaa5c9b937fa8abd901133294bf85a2579cd \
|
|
size 6857
|
|
|
|
livecheck.type none
|
|
}
|