From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uGbhE4c2CGHoQQEAgWs5BA (envelope-from ) for ; Mon, 02 Aug 2021 20:16:39 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 0GalD4c2CGF3CQAA1q6Kng (envelope-from ) for ; Mon, 02 Aug 2021 18:16:39 +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 EFC3A788F for ; Mon, 2 Aug 2021 20:16:38 +0200 (CEST) Received: from localhost ([::1]:34306 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAcUP-0006AJ-UE for larch@yhetil.org; Mon, 02 Aug 2021 14:16:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47466) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcTq-00069X-PM for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55932) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAcTq-0007vP-H2 for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mAcTq-0000F9-Ds for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49830] [PATCH 2/7] gnu: Add python-flake8-todo. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Aug 2021 18:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49830 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49830@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1627928105779 (code B ref -1); Mon, 02 Aug 2021 18:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Aug 2021 18:15:05 +0000 Received: from localhost ([127.0.0.1]:39228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcSu-0000CQ-N2 for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:49970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcSt-0000CB-M7 for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSt-0005wd-FA for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:03 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:50993) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSp-00076k-RB for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:03 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4GdmPW612lzGp6c; 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=l6OytpJtPlNu8Ces71wMj436Wyw5lbWr0W0IdoLmRGU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fz2a8fTe2RfPynKVqQB6WIdO7kYRO3/sfVt+QxuqvGdu8V5OPXEK7icUXZ3Gpb7CG jfc7mp6hkmLPQ39gvKDZ5c0kjt3x1EqD7T179WTVaLRQ59edqEkW7mx3ZUukGz+iym T1pHowvW3GgKghOWipNAKng3hb/gvR/zBm9c3heA= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4GdmPW5GKgzGp4Q; Mon, 2 Aug 2021 18:14:55 +0000 (UTC) From: Giacomo Leidi Date: Mon, 2 Aug 2021 20:13:54 +0200 Message-Id: <20210802181359.10695-2-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210802181359.10695-1-goodoldpaul@autistici.org> References: <20210802181359.10695-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; 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, 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=1627928199; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=l6OytpJtPlNu8Ces71wMj436Wyw5lbWr0W0IdoLmRGU=; b=MKP7IteC2GvD6Z3MWuTW8/k+Dg3kMBKooq5GZWkUeDw/2mpFeF8hpy9st1JbQLmQ3p2luF a15gkY0WhadPuu1SHC8smrT8SRhjX4l9bbT/pD1GMq4eNqmRP+H8eXbQghD40lqkKIkUdr bT9MSyfKLMh8iTZ5LOi8c6qpW7jDKQTneiXUI77m6iFK3OGLmodTAJwiHUKSJRaldQ9Hr+ DWjiwWVmgYqKPCbYffLweGilgOPVS7hfJVvpc8+YP0S5dL1pgmgVgGU6VfqrVsiOP95NyP BZDqFweSgzLitoSlBkWUtL4fRdX4RzXlu+bbZllK8pq+UHgtqhjy971jhgmkBg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1627928199; a=rsa-sha256; cv=none; b=VOYCxUKoY+n/q9/BQG7iBrj1Tf9PT+LOMJHT3UhG8cIT8qgy+Ri4jdIpRmL5R9NqUjTjaw i90RQ6tYmkNsMYj3pRoqFsyWJ7cS48EWbBD+mrnuVaJH+vHIKtznJAC/XhRmsgp39rS8dO dimRXTJ5Wr7soh5ncJ1bilWRfWGu7SAc240z4vsXdGSX+KpG59wtRpbP30aUm6XMGe7wqU GEjLk9qi5bPRy+I2YOjd/e5vAR8Hzh8PvLcroM9Uw+O9+eN7f76zcpU+I5s0sGNWfcnG6n GDk70Yvr3jWYyNpFnKq21NZIbR7jb1NBy7lcql0jdgFbI0Pv7kFxQo4IbY8qow== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=fz2a8fTe; 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=fz2a8fTe; 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: EFC3A788F X-Spam-Score: 3.58 X-Migadu-Scanner: scn1.migadu.com X-TUID: DTzKFt8zLoOV * 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 fc7f08a720..cdfc78478c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9638,6 +9638,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.32.0