summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-08-25 11:12:32 +0000
committeradam <adam@pkgsrc.org>2022-08-25 11:12:32 +0000
commitae88f597a33a97f1d82fad56a8a20dffe6d869c1 (patch)
treefa4e638d277df8877a56d262789d3fe8e28671e8 /sysutils/Makefile
parentc647675358d14c304fb00b738033dd0d5c54256b (diff)
downloadpkgsrc-ae88f597a33a97f1d82fad56a8a20dffe6d869c1.tar.gz
py-loguru: added version 0.6.0
Loguru is a library which aims to bring enjoyable logging in Python. Did you ever feel lazy about configuring a logger and used print() instead I did, yet logging is fundamental to every application and eases the process of debugging. Using Loguru you have no excuse not to use logging from the start, this is as simple as from loguru import logger. Also, this library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers. Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 231f32100a7..e03c1941864 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1012 2022/07/31 12:29:26 wiz Exp $
+# $NetBSD: Makefile,v 1.1013 2022/08/25 11:12:32 adam Exp $
#
COMMENT= System utilities
@@ -562,6 +562,7 @@ SUBDIR+= py-google-compute-engine
SUBDIR+= py-invoke
SUBDIR+= py-jeepney
SUBDIR+= py-kazoo
+SUBDIR+= py-loguru
SUBDIR+= py-magic
SUBDIR+= py-notify
SUBDIR+= py-notify2