unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47934] [PATCH] gnu: Add python-logutils.
@ 2021-04-21 13:48 Roel Janssen
  2021-05-28  8:50 ` bug#47934: " Roel Janssen
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2021-04-21 13:48 UTC (permalink / raw)
  To: 47934

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47934: [PATCH] gnu: Add python-logutils.
  2021-04-21 13:48 [bug#47934] [PATCH] gnu: Add python-logutils Roel Janssen
@ 2021-05-28  8:50 ` Roel Janssen
  0 siblings, 0 replies; 2+ messages in thread
From: Roel Janssen @ 2021-05-28  8:50 UTC (permalink / raw)
  To: 47934-done

On Wed, 2021-04-21 at 15:48 +0200, Roel Janssen wrote:
> Hi Guix,
> 
> Here's a patch for python-logutils.
> 
> Kind regards,
> Roel Janssen
> 

Pushed in 0b31e45b49af76d02ad760162ffe69d6c3cb854f.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-28  8:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 13:48 [bug#47934] [PATCH] gnu: Add python-logutils Roel Janssen
2021-05-28  8:50 ` bug#47934: " Roel Janssen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).