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.
This commit is contained in:
parent
66a57fd05c
commit
480acf58b9
4 changed files with 55 additions and 0 deletions
6
sysutils/py-subprocess-tee/DESCR
Normal file
6
sysutils/py-subprocess-tee/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
21
sysutils/py-subprocess-tee/Makefile
Normal file
21
sysutils/py-subprocess-tee/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/05/12 08:06:13 adam Exp $
|
||||
|
||||
DISTNAME= subprocess-tee-0.3.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/subprocess-tee/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/pycontribs/subprocess-tee
|
||||
COMMENT= Subprocess-tee
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm_git_archive-[0-9]*:../../devel/py-setuptools_scm_git_archive
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
23
sysutils/py-subprocess-tee/PLIST
Normal file
23
sysutils/py-subprocess-tee/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2022/05/12 08:06:13 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/subprocess_tee/__init__.py
|
||||
${PYSITELIB}/subprocess_tee/__init__.pyc
|
||||
${PYSITELIB}/subprocess_tee/__init__.pyo
|
||||
${PYSITELIB}/subprocess_tee/py.typed
|
||||
${PYSITELIB}/subprocess_tee/test/__init__.py
|
||||
${PYSITELIB}/subprocess_tee/test/__init__.pyc
|
||||
${PYSITELIB}/subprocess_tee/test/__init__.pyo
|
||||
${PYSITELIB}/subprocess_tee/test/test_func.py
|
||||
${PYSITELIB}/subprocess_tee/test/test_func.pyc
|
||||
${PYSITELIB}/subprocess_tee/test/test_func.pyo
|
||||
${PYSITELIB}/subprocess_tee/test/test_rich.py
|
||||
${PYSITELIB}/subprocess_tee/test/test_rich.pyc
|
||||
${PYSITELIB}/subprocess_tee/test/test_rich.pyo
|
||||
${PYSITELIB}/subprocess_tee/test/test_unit.py
|
||||
${PYSITELIB}/subprocess_tee/test/test_unit.pyc
|
||||
${PYSITELIB}/subprocess_tee/test/test_unit.pyo
|
5
sysutils/py-subprocess-tee/distinfo
Normal file
5
sysutils/py-subprocess-tee/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2022/05/12 08:06:13 adam Exp $
|
||||
|
||||
BLAKE2s (subprocess-tee-0.3.5.tar.gz) = e0205cc09d9aff9cd49b9382292f5dd5061fa12a773733ca6d66039ed0cdf826
|
||||
SHA512 (subprocess-tee-0.3.5.tar.gz) = 47de075e7b6c75598dac0ad1899e1cce9dc1131b49c35ccade2b67c8d2a2d0248ce22a20c336519ff00bfd57269613bc663012e48cf0afa087c93ee74e18e4d4
|
||||
Size (subprocess-tee-0.3.5.tar.gz) = 16887 bytes
|
Loading…
Reference in a new issue