Files
2025-11-20 20:56:45 -05:00

31 lines
967 B
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 py-userpath
version 1.9.2
categories-append devel
license {MIT Apache-2}
maintainers nomaintainer
description A tool and library for adding locations to user PATH
long_description {*}${description}
homepage https://github.com/ofek/userpath
supported_archs noarch
platforms {darwin any}
checksums rmd160 104af48561972babf988f65da484ce0c25a381f4 \
sha256 6c52288dab069257cc831846d15d48133522455d4677ee69a9781f11dbefd815 \
size 11140
python.versions 310 311 312 313 314
python.pep517_backend \
hatch
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-click
}