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 GMyEAEYRLGHtDQAAgWs5BA (envelope-from ) for ; Mon, 30 Aug 2021 00:59:18 +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 QL+5N0URLGGdKwAAbx9fmQ (envelope-from ) for ; Sun, 29 Aug 2021 22:59:17 +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 81F231B6BE for ; Mon, 30 Aug 2021 00:59:17 +0200 (CEST) Received: from localhost ([::1]:48764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mKTlk-0005RL-Da for larch@yhetil.org; Sun, 29 Aug 2021 18:59:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKTkY-0005Qv-QB for guix-patches@gnu.org; Sun, 29 Aug 2021 18:58:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46160) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mKTkY-0004jf-Dk for guix-patches@gnu.org; Sun, 29 Aug 2021 18:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mKTkY-00029G-9N for guix-patches@gnu.org; Sun, 29 Aug 2021 18:58:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50260] [PATCH] gnu: Add python-flake8-todo. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 29 Aug 2021 22:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50260 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50260@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16302778738242 (code B ref -1); Sun, 29 Aug 2021 22:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Aug 2021 22:57:53 +0000 Received: from localhost ([127.0.0.1]:57706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKTkP-00028r-I2 for submit@debbugs.gnu.org; Sun, 29 Aug 2021 18:57:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:52162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKTkN-00028k-V9 for submit@debbugs.gnu.org; Sun, 29 Aug 2021 18:57:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKTkN-0005QR-Mx for guix-patches@gnu.org; Sun, 29 Aug 2021 18:57:51 -0400 Received: from confino.investici.org ([2a00:c38:11e:ffff::a020]:25049) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKTkK-0004R2-JI for guix-patches@gnu.org; Sun, 29 Aug 2021 18:57:51 -0400 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4GyTP70YPHz110l; Sun, 29 Aug 2021 22:57:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1630277851; bh=HeYCtjvZsZ0+kL1sg1mN5khfXY73Sgd8V47/pRdxoWI=; h=From:To:Cc:Subject:Date:From; b=ns3lrc8hM2ZP4MquLCgsEfyYXCM3Hh8KOoP8yJYsyHjbu791TyISkwNXRsF0dA/BU ByQh+077MOxj+DUtRzxzDllvC285oZMb4FCiu18Bjk0FUNUbGWcvk6j7sMi4ogB11c AeL+L1n34GmaQfMTrjy4I6JAQvHNvtDtaVybbG1c= Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4GyTP671ryz110f; Sun, 29 Aug 2021 22:57:30 +0000 (UTC) From: Giacomo Leidi Date: Mon, 30 Aug 2021 00:57:21 +0200 Message-Id: <20210829225721.335-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:c38:11e:ffff::a020; envelope-from=goodoldpaul@autistici.org; helo=confino.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, 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=1630277957; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=HeYCtjvZsZ0+kL1sg1mN5khfXY73Sgd8V47/pRdxoWI=; b=AjCoydMfZAAnFue8uyLNKqnYeU8lzieyXhqb5GXs0aC06UaEBhAiPDO2C5g7yIow9QpfO0 tUw0bf2wdrihOLIOuLo/7V+WJq+gQz7itWss/6WwcZp0tu4BfLfFiFVPRDsb7QE/EyvQZJ yEzKr4lLd6mtSRWcZd2ZaGlD0MU7iSKwtjs72zb97aYrz/XZNdwsvSVMLL2+WnJnloV2Hd Lp/MsIg3c4PTEUgXuFTKwE5kIk5IfhOCvg79L2hqgyA/GPeGrWOhBb8uit4L8S8tIqjDkx pi4716u846YYXRo9sxewj2vYK0xsrmlMw96rCYDX50yRcgGGVwHVn+NG6Gw7LQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1630277957; a=rsa-sha256; cv=none; b=f2DWe+PViLy7bbor5DA/Fe8zL/eev/+CZQQioT4iE2/1VBnNmcgzKAinefpAvJ+chcKNx7 cdV3GXYZ6Eb8CdCIc4Iek/kUeqoi3cqAWOQ72uU4BB5xQoZYVDe87ZzkOlXmKgMa+raU2t c0s4enKSLlW6wQeQDKm2jwvgaxJRvh03FXC2BPr42TGfWBodBPu4pJQNKIhtG/mf6Bwr2n c+1MrzAFBEZvEcUkp9b9OEWvJ73HMivgucQFQo/S5V3zRmL2UM+RpLdMTaJv3Uli8Jx1IE 1xn5Ae/J2TlfnkDfqchYJ0SGs9l0+hYjGH8SeZug8bv+TuPuira4l3lo/rRKgQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=ns3lrc8h; 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: 3.58 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=ns3lrc8h; 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: 81F231B6BE X-Spam-Score: 3.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: quePH+Nd9Smr * gnu/packages/python-xyz.scm (python-flake8-todo): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1d1a679133..f0c5047728 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9682,6 +9682,29 @@ lints.") (description "This package provides a Flake8 lint for quotes.") (license license:expat))) +(define-public python-flake8-todo + (package + (name "python-flake8-todo") + (version "0.7") + (source + (origin + (method url-fetch) + (uri (pypi-uri "flake8-todo" version)) + (sha256 + (base32 + "05arm0sch3r8248035kilmf01z0mxsahw6vpbbz0d343zy8m8k3f")))) + (build-system python-build-system) + (propagated-inputs + `(("python-pycodestyle" ,python-pycodestyle))) + (home-page + "https://github.com/schlamar/flake8-todo") + (synopsis + "TODO notes checker, plugin for flake8") + (description + "This package provides the @code{flake8-todo} Python module, a +TODO notes checker plugin for flake8.") + (license license:expat))) + (define-public python-autoflake (package (name "python-autoflake") -- 2.33.0