pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-coloredlogs: Clean up, add TEST_DEPENDS
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sat Jul 22 07:52:07 2023 -0500
Changeset: 2381f8945efbb0bd12f8a29d7342043585a18a5a
Modified Files:
py-coloredlogs/DESCR
py-coloredlogs/Makefile
Log Message:
py-coloredlogs: Clean up, add TEST_DEPENDS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2381f8945efbb0bd12f8a29d7342043585a18a5a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-coloredlogs/DESCR | 6 +++++-
py-coloredlogs/Makefile | 6 ++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-coloredlogs/DESCR b/py-coloredlogs/DESCR
index 8be4187700..2cc3aec24f 100644
--- a/py-coloredlogs/DESCR
+++ b/py-coloredlogs/DESCR
@@ -1 +1,5 @@
-Colored terminal output for Python's logging module
+The coloredlogs package enables colored terminal output for Python�+logging module. The ColoredFormatter class inherits from
+logging.Formatter and uses ANSI escape sequences to render your logging
+messages in color. It uses only standard colors so it should work on
+any UNIX terminal.
diff --git a/py-coloredlogs/Makefile b/py-coloredlogs/Makefile
index e350a3ea3b..d3137c0ff7 100644
--- a/py-coloredlogs/Makefile
+++ b/py-coloredlogs/Makefile
@@ -12,5 +12,11 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-humanfriendly>=9.1:../../wip/py-humanfriendly
+TEST_DEPENDS+= ${PYPKGPREFIX}-capturer>=2.4:../../devel/py-capturer
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.3:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-verboselogs>=1.7:../../wip/py-verboselogs
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index