pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-capturer



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Jul 22 12:33:56 UTC 2023

Added Files:
        pkgsrc/devel/py-capturer: DESCR Makefile PLIST distinfo

Log Message:
devel/py-capturer: Easily capture stdout/stderr

The capturer package makes it easy to capture the stdout and stderr
streams of the current process and subprocesses. Output can be relayed
to the terminal in real time but is also available to the Python program
for additional processing.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-capturer/DESCR \
    pkgsrc/devel/py-capturer/Makefile pkgsrc/devel/py-capturer/PLIST \
    pkgsrc/devel/py-capturer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-capturer/DESCR
diff -u /dev/null pkgsrc/devel/py-capturer/DESCR:1.1
--- /dev/null   Sat Jul 22 12:33:56 2023
+++ pkgsrc/devel/py-capturer/DESCR      Sat Jul 22 12:33:55 2023
@@ -0,0 +1,4 @@
+The capturer package makes it easy to capture the stdout and stderr
+streams of the current process and subprocesses. Output can be relayed
+to the terminal in real time but is also available to the Python program
+for additional processing.
Index: pkgsrc/devel/py-capturer/Makefile
diff -u /dev/null pkgsrc/devel/py-capturer/Makefile:1.1
--- /dev/null   Sat Jul 22 12:33:56 2023
+++ pkgsrc/devel/py-capturer/Makefile   Sat Jul 22 12:33:55 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/07/22 12:33:55 bacon Exp $
+
+DISTNAME=      capturer-3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/capturer/}
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/capturer/
+COMMENT=       Easily capture stdout/stderr of the current process and subprocesses
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.4:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov 
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-capturer/PLIST
diff -u /dev/null pkgsrc/devel/py-capturer/PLIST:1.1
--- /dev/null   Sat Jul 22 12:33:56 2023
+++ pkgsrc/devel/py-capturer/PLIST      Sat Jul 22 12:33:55 2023
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2023/07/22 12:33:55 bacon Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/capturer/__init__.py
+${PYSITELIB}/capturer/__init__.pyc
+${PYSITELIB}/capturer/__init__.pyo
+${PYSITELIB}/capturer/tests.py
+${PYSITELIB}/capturer/tests.pyc
+${PYSITELIB}/capturer/tests.pyo
Index: pkgsrc/devel/py-capturer/distinfo
diff -u /dev/null pkgsrc/devel/py-capturer/distinfo:1.1
--- /dev/null   Sat Jul 22 12:33:56 2023
+++ pkgsrc/devel/py-capturer/distinfo   Sat Jul 22 12:33:55 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/07/22 12:33:55 bacon Exp $
+
+BLAKE2s (capturer-3.0.tar.gz) = 87b37d47022216d5d780f731213d44076f5329a4c0d47ee96c505dc4132d9a83
+SHA512 (capturer-3.0.tar.gz) = 3c83c0eade27380304347bdc93df392b2cb84c084e50693993dcca5fd572b8f92d31de43b4a2ddd0a0e8c7eb097629127e86a4860918c507d13b0e2979a04098
+Size (capturer-3.0.tar.gz) = 18146 bytes



Home | Main Index | Thread Index | Old Index