# -*- 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-pipdeptree
version             2.23.4
license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Command line utility to show dependency tree of packages
long_description    {*}${description}

homepage            https://github.com/naiquevin/pipdeptree

checksums           rmd160  0779187b203972cd64ffdc498bfac554a327e3ed \
                    sha256  8a9e7ceee623d1cb2839b6802c26dd40959d31ecaa1468d32616f7082658f135 \
                    size    39945

python.pep517_backend \
                    hatch

python.versions     310 311 312

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

    depends_lib-append \
                    port:py${python.version}-pip
}
