From unknown Tue Aug 19 12:51:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50260 <50260@debbugs.gnu.org> To: bug#50260 <50260@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-flake8-todo. Reply-To: bug#50260 <50260@debbugs.gnu.org> Date: Tue, 19 Aug 2025 19:51:29 +0000 retitle 50260 [PATCH] gnu: Add python-flake8-todo. reassign 50260 guix-patches submitter 50260 Giacomo Leidi severity 50260 normal tag 50260 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 29 18:57:53 2021 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 To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-flake8-todo. 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-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 24 08:13:59 2021 Received: (at 50260-done) by debbugs.gnu.org; 24 Sep 2021 12:13:59 +0000 Received: from localhost ([127.0.0.1]:56859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTk5W-0000DA-Sq for submit@debbugs.gnu.org; Fri, 24 Sep 2021 08:13:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTk5W-0000Cs-32 for 50260-done@debbugs.gnu.org; Fri, 24 Sep 2021 08:13:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47228) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTk5P-0001cO-SJ; Fri, 24 Sep 2021 08:13:51 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60452 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTk5P-0006NR-40; Fri, 24 Sep 2021 08:13:51 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Giacomo Leidi Subject: Re: bug#50260: [PATCH] gnu: Add python-flake8-todo. References: <20210829225721.335-1-goodoldpaul@autistici.org> Date: Fri, 24 Sep 2021 14:13:49 +0200 In-Reply-To: <20210829225721.335-1-goodoldpaul@autistici.org> (Giacomo Leidi's message of "Mon, 30 Aug 2021 00:57:21 +0200") Message-ID: <87ilyqnpc2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50260-done Cc: 50260-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Giacomo Leidi skribis: > * gnu/packages/python-xyz.scm (python-flake8-todo): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Tue Aug 19 12:51:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 23 Oct 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator