all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 47934@debbugs.gnu.org
Subject: [bug#47934] [PATCH] gnu: Add python-logutils.
Date: Wed, 21 Apr 2021 15:48:17 +0200	[thread overview]
Message-ID: <fc87faf3-2934-7632-3256-d00ca4a8d2c8@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

Hi Guix,

Here's a patch for python-logutils.

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-gnu-Add-python-logutils.patch --]
[-- Type: text/x-patch, Size: 1602 bytes --]

From ba331d53537c6d8a693361316adf76477656e310 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 21 Apr 2021 15:45:56 +0200
Subject: [PATCH] gnu: Add python-logutils.

* gnu/packages/python-xyz.scm (python-logutils): New variable.
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5cf0b61c68..45d4594d31 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -693,6 +693,27 @@ module and then similar looking characters are removed.")
 and function call return values in a human-readable way.")
     (license license:asl2.0)))
 
+(define-public python-logutils
+  (package
+  (name "python-logutils")
+  (version "0.3.5")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (pypi-uri "logutils" version))
+      (sha256
+        (base32
+          "10lsi5wv5ysnvf9ya4ncbix6mmipnv5067sf2cglc2f2sljql1dw"))))
+  (build-system python-build-system)
+  (home-page "https://bitbucket.org/vinay.sajip/logutils/")
+  (synopsis "Logging utilities for Python")
+  (description "This package provides a set of handlers for the Python
+standard library's logging package.  Some of these handlers are
+out-of-scope for the standard library, and so they are packaged here.
+Others are updated versions which have appeared in recent Python releases,
+but are usable with older versions of Python and so are packaged here.")
+  (license license:bsd-3)))
+
 (define-public python2-shapely
   (package-with-python2 python-shapely))
 
-- 
2.31.1


             reply	other threads:[~2021-04-21 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 13:48 Roel Janssen [this message]
2021-05-28  8:50 ` bug#47934: [PATCH] gnu: Add python-logutils Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc87faf3-2934-7632-3256-d00ca4a8d2c8@gnu.org \
    --to=roel@gnu.org \
    --cc=47934@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.