# -*- 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-gprof2dot
version             2022.7.29
revision            0

platforms           darwin
supported_archs     noarch
license             LGPL-3+
maintainers         {@catap korins.ky:kirill} openmaintainer

description         Generate a dot graph from the output of several profilers.
long_description    ${description}

homepage            https://github.com/jrfonseca/gprof2dot

checksums           rmd160  750cf139cf30c6030e5cde4f479a0ccb8f289dde \
                    sha256  45b4d298bd36608fccf9511c3fd88a773f7a1abc04d6cd39445b11ba43133ec5 \
                    size    33948

python.versions     38 39 310

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

    livecheck.type  none
}
