From patchwork Wed Apr 21 13:48:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roel Janssen X-Patchwork-Id: 28731 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8122F27BC7A; Wed, 21 Apr 2021 14:49:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED, URIBL_SBL,URIBL_SBL_A autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3ECBD27BC79 for ; Wed, 21 Apr 2021 14:49:08 +0100 (BST) Received: from localhost ([::1]:55128 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZDE3-0005HM-AA for patchwork@mira.cbaines.net; Wed, 21 Apr 2021 09:49:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZDDy-0005HF-B8 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:49:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45687) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lZDDy-0006ln-36 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lZDDy-0001Q1-1q for guix-patches@gnu.org; Wed, 21 Apr 2021 09:49:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47934] [PATCH] gnu: Add python-logutils. Resent-From: Roel Janssen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Apr 2021 13:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47934 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47934@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16190129045406 (code B ref -1); Wed, 21 Apr 2021 13:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Apr 2021 13:48:24 +0000 Received: from localhost ([127.0.0.1]:57233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZDDM-0001P7-7e for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:48:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:55992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZDDI-0001Oy-7W for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:48:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZDDH-0004yW-Vr for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56111) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZDDH-0006Qv-PA for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 Received: from [143.121.198.253] (port=58928) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lZDDH-0005ho-33 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:48:19 -0400 From: Roel Janssen Message-ID: Date: Wed, 21 Apr 2021 15:48:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi Guix, Here's a patch for python-logutils. Kind regards, Roel Janssen From ba331d53537c6d8a693361316adf76477656e310 Mon Sep 17 00:00:00 2001 From: Roel Janssen 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