From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kAxqF4g2CGHoQQEAgWs5BA (envelope-from ) for ; Mon, 02 Aug 2021 20:16:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id EIjmEog2CGFmKwAAbx9fmQ (envelope-from ) for ; Mon, 02 Aug 2021 18:16:40 +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 1335C2FCEC for ; Mon, 2 Aug 2021 20:16:40 +0200 (CEST) Received: from localhost ([::1]:34316 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAcUQ-0006BG-TZ for larch@yhetil.org; Mon, 02 Aug 2021 14:16:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47468) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcTr-00069j-Cx for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55934) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAcTr-0007wc-54 for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mAcTr-0000FT-26 for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49831] [PATCH 6/7] gnu: Add python-pep8-naming. 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 49831 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49831@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1627928108799 (code B ref -1); Mon, 02 Aug 2021 18:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Aug 2021 18:15:08 +0000 Received: from localhost ([127.0.0.1]:39232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcSy-0000Cp-0v for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:49984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcSw-0000Cg-I0 for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSw-0005xV-6y for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:06 -0400 Received: from latitanza.investici.org ([82.94.249.234]:58829) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSt-0007CM-Q9 for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:05 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4GdmPX3kpYzGp7V; Mon, 2 Aug 2021 18:14:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1627928096; bh=RRGIF6SaJnvaD+warKQ5I6oyNja5UGIh9oUgOHStQzU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BjLdP6ryWACkab1sO83lCBvBLE4+RyHGaF9JEg4Macz3hkYMfh+/J3jb+sWhW5dYd ilc0uf+zMmsZKv6AoqInP6Eb/JdXRGdBWBlE41u4CkCN2RaRDJQRO1H79tSoxeGP6T cNEnVVVELvjXRjgxGR2m+Xz1s0TJL3oyyHcaSoLE= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4GdmPX2kdbzGp7G; Mon, 2 Aug 2021 18:14:56 +0000 (UTC) From: Giacomo Leidi Date: Mon, 2 Aug 2021 20:13:58 +0200 Message-Id: <20210802181359.10695-6-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=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=1627928200; 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=RRGIF6SaJnvaD+warKQ5I6oyNja5UGIh9oUgOHStQzU=; b=j8HAJMFT6vNdaHayJC1v3sXtq1bVgJm5XTBGUjZEXcv22hGK5q1o/UI0MzYJnRB0y7+TfA 3Bc+WvUKfp4WQ5TzxrmHGtct3ybZszYFTfsVQV/Vi7dCeVVb1eNJ4JqFL91QeYRO5Q97vB ijPFhnOvqWux8IOFdr221t+3dLLhc/e9QKBBX5C6OqH8aAiyZ6F5r+XjpDhjYsFxcg/Q/e cb+eprxlqP/axQi/rNNvNt/D1xdLkcuFKvejVUIDe/3EBVxZY+cU2fa/YOl9BQZ235cqEv 5scr2pKscKc0wu0Za4HQD5cUPIAji7feMeh2svR42VXKY52XEo6NmxUrEqszrw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1627928200; a=rsa-sha256; cv=none; b=WUjRiEonDUPEP+lUMKqGaD6zWdb3nBPGiKrIcTSelkj3cqbaCYp1epibmoqeNYTGZAmukm g1nkceRFwZPfx620jVbdZZNVcsLEH15cIKnydPcY03ljB1LRAsmnCrynJk+Mip0zv0uLoz 6cUAMa7jqpPr2YeaNeN4l3RIQRr5cXARtQM1ycVfApWNTEVQASs60PKfeiNcyEgXtXJpXF bcS7YjpLnOrJqZXXGs7CpGwFGXj6lpcWJdVhrd040hl+KjaGoU+Q+EAzw8cL6vYqKpA0Fj pB25gfIPChznOijBRFJI4jgMOs+9dqzBJUNCcTzKZEgx0Q9FWysCSzs9O4yL1Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=BjLdP6ry; 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=BjLdP6ry; 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: 1335C2FCEC X-Spam-Score: 3.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: /WDVJrRZWV3H * gnu/packages/python-xyz.scm (python-pep8-naming): New variable. --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b3d0f535c4..b7e20d8358 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9242,6 +9242,31 @@ PEP 8.") (define-public python2-pep8 (package-with-python2 python-pep8)) +(define-public python-pep8-naming + (package + (name "python-pep8-naming") + (version "0.12.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pep8-naming" version)) + (sha256 + (base32 + "04kyh9hkpyc8jzj16d1kkk29b5n8miqdvbs0zm035n1z5z5kx6hz")))) + (build-system python-build-system) + (propagated-inputs + `(("python-flake8" ,python-flake8) + ("python-flake8-polyfill" + ,python-flake8-polyfill))) + (home-page + "https://github.com/PyCQA/pep8-naming") + (synopsis + "Check PEP-8 naming conventions") + (description + "This package provides the @code{pep8-naming} Python module, a +plugin for flake8 to check PEP-8 naming conventions.") + (license license:expat))) + (define-public python-pep517 (package (inherit python-pep517-bootstrap) -- 2.32.0