From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id qBFrIRuw3WGHJAAAgWs5BA (envelope-from ) for ; Tue, 11 Jan 2022 17:28:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8Jr8HRuw3WEMqQAAauVa8A (envelope-from ) for ; Tue, 11 Jan 2022 17:28:11 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3061834B79 for ; Tue, 11 Jan 2022 17:28:11 +0100 (CET) Received: from localhost ([::1]:53392 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7K0I-0007t1-Bl for larch@yhetil.org; Tue, 11 Jan 2022 11:28:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7JyF-0005hu-Cu for guix-patches@gnu.org; Tue, 11 Jan 2022 11:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34240) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7JyF-0000G6-3i for guix-patches@gnu.org; Tue, 11 Jan 2022 11:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n7JyF-0002uw-0l for guix-patches@gnu.org; Tue, 11 Jan 2022 11:26:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53190] [PATCH 1/5] gnu: Add python-flake8-blind-except. References: <20220111162242.47245-1-monego@posteo.net> In-Reply-To: <20220111162242.47245-1-monego@posteo.net> Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Jan 2022 16:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53190 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53190@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 53190-submit@debbugs.gnu.org id=B53190.164191836011170 (code B ref 53190); Tue, 11 Jan 2022 16:26:02 +0000 Received: (at 53190) by debbugs.gnu.org; 11 Jan 2022 16:26:00 +0000 Received: from localhost ([127.0.0.1]:55370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7JyC-0002u6-2Q for submit@debbugs.gnu.org; Tue, 11 Jan 2022 11:26:00 -0500 Received: from mout02.posteo.de ([185.67.36.66]:60973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Jxy-0002su-N1 for 53190@debbugs.gnu.org; Tue, 11 Jan 2022 11:25:57 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A758D240106 for <53190@debbugs.gnu.org>; Tue, 11 Jan 2022 17:25:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1641918340; bh=UL7g1ZxPmfIvv3KhGCsyDBopy8cPKxrg6PwvuZpPpM8=; h=From:To:Cc:Subject:Date:From; b=i6VcGnZd73Bxsqa6QwccDLpQP1tbRWPcwrlvksiFS0mPhfKdb0+BfUxWCFcIAq4V0 FtpvCMrJJXOt8z+O8OP1AUaCQlDs5xOVqSwlj2WhFn7njIrgQsFi05w9HLnfL/ulNb GZ2NriEQx3Ud2j7JR3wZie73AQqCOQ3f8mfa1zavlvBTU8g+KqrBalFftGn3MMweFX x02kd1fn1pHmcBtOJGVPK1DehViQR3Oot0yaVG8vgzl6c2VfA8qtImBzUNVBI2bCHX 12fjjMoX6M1JCvPGwahVTSy8Wxqxbx2/ihPk7I+vDkfUoX40HLuK9UbAlAIRS0pl6j aYlcH/XMQxAWw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JYGJf2kcpz6tm6; Tue, 11 Jan 2022 17:25:37 +0100 (CET) From: Vinicius Monego Date: Tue, 11 Jan 2022 16:25:14 +0000 Message-Id: <20220111162518.47475-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641918491; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=dogaW1rITtuE9171azn7afIOvpN9o7Li2+GTrVqKD+I=; b=i+aKi1zQYLI1qgOG5nQMdqPr4nHYVucJ4c9TWVQh0UTbSBj3xgwRnrzJal0kASeVoI3izf GmarIap3jRYzkOGZRibppO3gOQR+drskUmJrpYGwbbLntCCfxVO5w1ltr0o5Peqg0C7XqD xxKjo3zIsfOMrwjmAih9vHePP9JDZ0pke32yANM433Fyn56rfo1Uc0dXp8YdbWLGmnDoUu 7yvbwTZIwakjjkzhWYeYU8VP9Shm9zCJOVcZVT3IyANFpEQNxOYu2d+Qj6CSqZZNFtm4cY a6GNJOimb+k/Ckt2Pok/iH7MRXsQr5oc7eJTEtim9o10kyYUx3T+7N7n8MpxDA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641918491; a=rsa-sha256; cv=none; b=tT4wkSdMILQ3N2md4j6qp73w8nxnt5KvewVfYmvOYd3SWVzEs9HSXqaGlet785XUOY0Itl lO5af5s64JEuqJ1hPL6EI8xLlqyPL+5BApLJxazduqu5xmcPelylaW+XbGeb1oYJU41gNF 5xUbcd4ityQqQqAwhgIotdcK3yh7KQBD6GuvtWyyZ9baLnR/SBxnJkDasoJhBPCCAR0t0d Y07n3PGrAlgTZXXPh96gPspWqqLmMt27oY/byGLxZ0AbM0Q09PcMOxwMDWwbVQQ+K3l0sS 836TJUjMcom0nPoZg8AqI7MP9ZORbPrpK9PyQkUQx90fuqd3D9JHJjpTTlIWQw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=i6VcGnZd; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -1.21 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=i6VcGnZd; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 3061834B79 X-Spam-Score: -1.21 X-Migadu-Scanner: scn0.migadu.com X-TUID: ZVQ95Lw+4ZJa * gnu/packages/python-xyz.scm (python-flake8-blind-except): New variable. --- gnu/packages/python-xyz.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 302a81b4f5..7d65699c09 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -80,7 +80,7 @@ ;;; Copyright © 2020 Josh Holland ;;; Copyright © 2020 Yuval Kogman ;;; Copyright © 2020 Michael Rohleder -;;; Copyright © 2020, 2021 Vinicius Monego +;;; Copyright © 2020, 2021, 2022 Vinicius Monego ;;; Copyright © 2020 Guy Fleury Iteriteka ;;; Copyright © 2020 Hendursaga ;;; Copyright © 2020 Malte Frank Gerdes @@ -10028,6 +10028,29 @@ cyclomatic complexity of Python source code.") (list python-pycodestyle-2.6 python-entrypoints python-pyflakes-2.2 python-mccabe)))) +(define-public python-flake8-blind-except + (package + (name "python-flake8-blind-except") + (version "0.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "flake8-blind-except" version)) + (sha256 + (base32 "1r84ya26czdwk2vv8abryp9i83av0dw0gzm30v005dlwl6hn1a02")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; no tests + (native-inputs + (list python-pep8)) + (propagated-inputs + (list python-setuptools)) ; listed in install_requires + (home-page "https://github.com/elijahandrews/flake8-blind-except") + (synopsis "Check for blind @code{except:} statements") + (description "This package provides a flake8 extension that checks for +blind @code{except:} statements.") + (license license:expat))) + (define-public python-flake8-bugbear (package (name "python-flake8-bugbear") -- 2.30.2