# -*- 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-expandvars
version             1.1.1
license             MIT
supported_archs     noarch
platforms           {darwin any}
maintainers         {toby @tobypeterson} openmaintainer
description         Expand system variables Unix style
long_description    {*}${description}
homepage            https://github.com/sayanarijit/expandvars

checksums           rmd160  df0fc9533d61ff9a3a4a043ac5102b4481a4f889 \
                    sha256  98add8268b760dfee457bde1c17bf745795fdebc22b7ddab75fd3278653f1e05 \
                    size    70787

python.versions     39 310 311 312 313

python.pep517_backend   hatch
