# -*- 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.0.0
platforms           darwin
license             MIT
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  0157af6fbfde324453fef22e96885299e7c5bc25 \
                    sha256  44de04e0034b7d80a5071325c80c4c8f126da001225157f542f62afa79c60f8c \
                    size    21748

python.versions     38 39

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

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