You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 py-subprocess-tee
|
|
version 0.4.2
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description A subprocess.run that works like tee
|
|
long_description This package provides a drop-in alternative to \
|
|
subprocess.run that captures the output while still printing it in \
|
|
real-time, just the way tee does.
|
|
homepage https://github.com/pycontribs/subprocess-tee
|
|
distname subprocess_tee-${version}
|
|
|
|
checksums rmd160 a46df10ad3d7c6b727aa8d21b67282d6ed49f5e3 \
|
|
sha256 91b2b4da3aae9a7088d84acaf2ea0abee3f4fd9c0d2eae69a9b9122a71476590 \
|
|
size 14951
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|