# -*- 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.29.0
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  1bf696313f069327582f0a23e4f7dffd1efa01ce \
                    sha256  e21ea782b6266611a5505d76db2f187f43eb140248029e06b535928617f6847f \
                    size    42077

python.pep517_backend \
                    hatch

python.versions     310 311 312 313

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

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