You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
817 B
Tcl
23 lines
817 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-expandvars
|
|
version 1.1.2
|
|
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 e63bbe2ec995c49591ba59be228ed3999a85af7e \
|
|
sha256 6c5822b7b756a99a356b915dd1267f52ab8a4efaa135963bd7f4bd5d368f71d7 \
|
|
size 70842
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend hatch
|