# -*- 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-helpdev
version             0.7.1
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         HelpDev - Extracts information about the Python environment easily.
long_description    {*}${description}

homepage            https://gitlab.com/dpizetta/helpdev

checksums           sha256  bb62a79acbac141dadf42cadeb92bb7450dd18b9824a62043b6a0b149190db3d \
                    rmd160  7e59fdd17c3e5b3d502ed7a72992d1354fb10172 \
                    size    51575

python.versions     39 310 311 312

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