# -*- 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.0.0
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  6b9fad572ae97caebde194332cba76a389ae94c8 \
                    sha256  f04070b8260264185f81142cd85e5df9ceef7229e836c5844302c4ccfa00c30d \
                    size    11388

python.versions     39 310 311 312 313

python.pep517_backend   hatch
