From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id sI7iCX42CGHdQgEAgWs5BA (envelope-from ) for ; Mon, 02 Aug 2021 20:16:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QCbMBH42CGG4HgAAbx9fmQ (envelope-from ) for ; Mon, 02 Aug 2021 18:16:30 +0000 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 63EBFB0CE for ; Mon, 2 Aug 2021 20:16:29 +0200 (CEST) Received: from localhost ([::1]:34368 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAcUG-0006ED-CY for larch@yhetil.org; Mon, 02 Aug 2021 14:16:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcTt-0006Bn-Bj for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55940) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAcTt-0007xb-4I for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mAcTt-0000GG-1V for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49834] [PATCH 1/7] gnu: Add python-flake8-debugger. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Aug 2021 18:16:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49834 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49834@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1627928116859 (code B ref -1); Mon, 02 Aug 2021 18:16:04 +0000 Received: (at submit) by debbugs.gnu.org; 2 Aug 2021 18:15:16 +0000 Received: from localhost ([127.0.0.1]:39241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcT0-0000DS-Sp for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:49998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcSz-0000D9-3K for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSy-0005yO-TF for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:08 -0400 Received: from latitanza.investici.org ([82.94.249.234]:49901) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSv-00076i-Vw for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:08 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4GdmPW4sQ4zGp5p; Mon, 2 Aug 2021 18:14:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1627928095; bh=OHM9J0BT0qTyXYI5JxCPTBngwfB8ixPOizW0TuAj+fo=; h=From:To:Cc:Subject:Date:From; b=WhsbILntB54/o6Xk4/GOAlYVllrQh8sOee5tzNFmyfyGsImLe2U++vbJ9k5ChYkqf rqgBo6shCxLTMhGNA0NP5egd48CVGO6FhLkynf53ZKXt1J4Ed7ZUzA4XhpMevq0zng oVKlnW5LTBO6AXQuJBtbzqvDzGsO2sVFk1z1qXMU= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4GdmPW43xCzGp4Q; Mon, 2 Aug 2021 18:14:55 +0000 (UTC) From: Giacomo Leidi Date: Mon, 2 Aug 2021 20:13:53 +0200 Message-Id: <20210802181359.10695-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=goodoldpaul@autistici.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1627928189; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=OHM9J0BT0qTyXYI5JxCPTBngwfB8ixPOizW0TuAj+fo=; b=V6jtuPlUXy+P9TM0iCAHIVsaAwVHLvq1ntnix/VBmwKwj4yop1g/fCGrJzQ8azxSKlKNFW 3l20zoRo4ow7TOTOzmjzeTqzuObIfFHZqGweNjehhS6L6OH1AJtd79Z039g9Q61PQi4dlJ zOZCe/h/umXQ8YiW5A5lAzug1hwi6tg9Ul1JLTsxMHP9EpTCAy3QKgurGMpu3g5cVi1XyC y5Mxs4Ps8bHKoyOgoJWVGxNGXaXxIsi6HIaObzwyf63gjP2PRwBMYMxMLMXAymyeQk87YB joipEVYWfESFE8xbZzj4Q6xrT6HxT7RJ8pXL8t7awMBwK874L31IXzmuEx42gw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1627928189; a=rsa-sha256; cv=none; b=iD6oS1SZHYjNv2VH/GqjOFgAP83aTqQ55rOAL8n8A68rzkyy976dvCUtBoGtQaaZuDJrae vRCA/BX2tQugWGok2EFeXhYkUE0d9+Nd9aKgfGSLL0vXWyWBOSmTEZ7Jj4aomLGjkoVk5H DX4TNbQqTfhB4ZQ1lzxXU3xTRSQgIdeQXg43B6nKWJvb0WF+28kYY0f9MfrpGY4YaNDafw NLRBIE0Ozx41h6xbA2ed1qWr2LdQWfO2DdJ/fYUuzYtatxkFD91i+gvzOTFtYNb3a0m9QJ CxjCqpzoPKohTZ29hVk0aP5Zkz6/+PTsodxEiQml32kjbF1k1SpoclYmRUBrXw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=WhsbILnt; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -0.42 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=WhsbILnt; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 63EBFB0CE X-Spam-Score: -0.42 X-Migadu-Scanner: scn0.migadu.com X-TUID: RWKpvC3rihXA * gnu/packages/python-xyz.scm (python-flake8-debugger): New variable. --- gnu/packages/python-xyz.scm | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 61db9febb8..fc7f08a720 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -64,7 +64,7 @@ ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2019, 2020 Pierre Langlois ;;; Copyright © 2019 Jacob MacDonald -;;; Copyright © 2019, 2020 Giacomo Leidi +;;; Copyright © 2019, 2020, 2021 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour ;;; Copyright © 2019, 2021 Mădălin Ionel Patrașcu @@ -9456,6 +9456,31 @@ These should be used in preference to using a backslash for line continuation. @end quotation") (license license:asl2.0))) +(define-public python-flake8-debugger + (package + (name "python-flake8-debugger") + (version "4.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "flake8-debugger" version)) + (sha256 + (base32 + "19pdfx0rb3k1i8hxfjdi8ndd6ayzq8g1041j8zdq256vyxvwfgg4")))) + (build-system python-build-system) + (propagated-inputs + `(("python-flake8" ,python-flake8) + ("python-pycodestyle" ,python-pycodestyle) + ("python-six" ,python-six))) + (home-page + "https://github.com/jbkahn/flake8-debugger") + (synopsis + "Ipdb/pdb statement checker plugin for flake8") + (description + "This package provides the @code{flake8-debugger} Python module, +an ipdb/pdb statement checker plugin for flake8.") + (license license:expat))) + (define-public python-flake8-implicit-str-concat (package (name "python-flake8-implicit-str-concat") base-commit: f12a35cfa22092a7e3157c94abfef8335f86ac1c -- 2.32.0