# -*- 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                justpath
version             0.0.17
revision            1
license             GPL-3
categories          sysutils
platforms           {darwin any}
supported_archs     noarch
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

homepage            https://github.com/epogrebnyak/justpath

description         \
    Just a simple utility to explore PATH environment variable

long_description    \
    {*}${description}. Note that neither justpath nor any child process \
    cannot modify your shell PATH, you can just view it. With justpath you \
    can get a modified version of PATH \(e.g. by excluding non-existent \
    directory\), and later use this new string to set PATH in your shell \
    startup script or with an environment manager.

checksums           rmd160  1bb519fd3fb9d9a4000469bba970db50aeb43d0b \
                    sha256  0cbb7ae670733b7457f82b6fd91c2e40437186d904e6fbb825dfbc96afedb7a8 \
                    size    21209

python.default_version  313

depends_lib-append      port:py${python.version}-colorama \
                        port:py${python.version}-typer \
                        port:py${python.version}-types-colorama \
                        port:py${python.version}-typing_extensions

python.pep517_backend   poetry
