pkgsrc-WIP-changes archive

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

py-capturer: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 22 07:29:44 2023 -0500
Changeset:	ba2dfe06747822fc66344515b4600e5e355a10ab

Modified Files:
	py-capturer/DESCR
	py-capturer/Makefile

Log Message:
py-capturer: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba2dfe06747822fc66344515b4600e5e355a10ab

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

diffstat:
 py-capturer/DESCR    | 5 +----
 py-capturer/Makefile | 4 +++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-capturer/DESCR b/py-capturer/DESCR
index 9452a43855..34d6fd6eb8 100644
--- a/py-capturer/DESCR
+++ b/py-capturer/DESCR
@@ -1,7 +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 It's currently tested on cPython 2.7, 3.5+ and PyPy
-(2.7). It's tested on Linux and Mac OS X and may work on other unixes but
-definitely won't work on Windows (due to the use of the platform dependent
-pty module)
+for additional processing.
diff --git a/py-capturer/Makefile b/py-capturer/Makefile
index 196cbe74d2..7cb0c75d3c 100644
--- a/py-capturer/Makefile
+++ b/py-capturer/Makefile
@@ -12,7 +12,9 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=8.0:../../wip/py-humanfriendly
 
-USE_LANGUAGES=	# none
+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"


Home | Main Index | Thread Index | Old Index