Files
2026-01-20 16:45:25 -05:00

39 lines
1.4 KiB
Tcl

# -*- 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.18
revision 0
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 cffd8c08e94ce567bc35a4113a84be99aea3dac9 \
sha256 ce506820d2eb1929c74d067f81fe501011d0a317a5a15283a13d8d7f9cf9bc08 \
size 20190
python.default_version 314
python.pep517_backend poetry
depends_lib-append port:py${python.version}-colorama \
port:py${python.version}-typer \
port:py${python.version}-types-colorama