./sysutils/py-subprocess-tee, Subprocess-tee

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.1nb1, Package name: py311-subprocess-tee-0.4.1nb1, Maintainer: pkgsrc-users

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.

Printing output in real-time while still capturing is valuable for any tool
that executes long-running child processes. For those, you do want to provide
instant feedback (progress) related to what is happening.


Master sites:

Filesize: 13.28 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2022-12-18 11:06:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-subprocess-tee: updated to 0.4.1

v0.4.1

Bugfixes

Correct trove metadata related to supported platforms
Move mypy config to pyproject.toml
Stop using deprecated get_event_loop()
Configure packit
Add "setuptools >= 61.0" to build system requires
Clear build dependencies
   2022-11-26 22:11:11 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-subprocess-tee: add missing tool dependency on py-wheel
   2022-11-26 20:43:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-subprocess-tee: updated to 0.4.0

v0.4.0

Minor Changes

Enable support for py311

Bugfixes

Remove support for py37
Remove support for py36
Mark test test_rich_console_ex as broken
   2022-10-13 14:18:48 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-subprocess-tee: bump py-setuptools_scm requirement and remove \ 
py-setuptools_scm_git_archive
   2022-05-12 10:06:13 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-subprocess-tee: added version 0.3.5

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.

Printing output in real-time while still capturing is valuable for any tool
that executes long-running child processes. For those, you do want to provide
instant feedback (progress) related to what is happening.