From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id 4AfTEtHTPWYbjgAAe85BDQ:P1 (envelope-from ) for ; Fri, 10 May 2024 09:59:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 4AfTEtHTPWYbjgAAe85BDQ (envelope-from ) for ; Fri, 10 May 2024 09:59:13 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1715327953; a=rsa-sha256; cv=none; b=cqCvxQ19L8uZNt5an2J2s3uL8ksf4eRq2S0mx9kRFpykziMKK1e3Uhu21tnsckPBiGQkJ4 fhLTjdGopsAdCnRxRfG7zi42vZ5wpXQgwsC2TeoCb4GfXeyi0DdXYvkScNbp9hGEq+X3cH fCgRuE/0pzjbGSNmuuTlzSwZfcCs44sBEghsylCfAgofwIVME8m+0O9/G7Z22QmBTHolw3 WDolOTiV3EaYBOce86lKemJoi29GZFpKE2XM5Q06lcTxIgEyX8U9hC3VUKreLbFWST84Rd miFcFh2k22n5PYdAo23kF0OX3sehZ3zi48obfExEGhzgf2CcwpMD7fnAmvcSRA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1715327953; h=from:from:sender:sender:reply-to: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; bh=A5jmYg5uZFjhJQoAnF6JPqNrVQNV3CSM25hlvuXpVE8=; b=oiHJZ0UyscCzb+apLg1vCgOcUKGt2ENf3znmpRXTfiTcmG1wmCslCdVvPxgPNOBaGBtsT8 EaPC+QeQdJmPseAvz+0a/3Mf11POZpaCLX4PvnzGiRA+XGlBLYQse6dVe2tWhZo80JCMo3 HWghnpoN+Yt7dYutzxrDYHQojSHwE0HACUBLD/RAOki5piINGsyG+z26bwQPDbW1mJ3800 /WdyM3pk4D28G/CIwqXYunMp7CQb1WxVraQ1Ss2BaNPEzeE98tCD7+F55LHSQ5lB1WZFGo xc6xFC1fiykcCFrMdQo41GbiTWLyUbIiuJrYcZj+Z3GVEiHmWCZA1tzx9k6HZg== 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 2B6561B657 for ; Fri, 10 May 2024 09:59:13 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s5L9K-0002mr-KO; Fri, 10 May 2024 03:58:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s5L84-0001ux-RW for guix-patches@gnu.org; Fri, 10 May 2024 03:57:23 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s5L7u-0005V5-9s for guix-patches@gnu.org; Fri, 10 May 2024 03:57:14 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s5L7s-0000Ur-QQ for guix-patches@gnu.org; Fri, 10 May 2024 03:57:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70858] [PATCH 12/32] build-system/pyproject: Remove python-pycodestyle native-input. Resent-From: Nicolas Graves Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 10 May 2024 07:57:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70858 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70858@debbugs.gnu.org Cc: ngraves@ngraves.fr Received: via spool by 70858-submit@debbugs.gnu.org id=B70858.17153278021686 (code B ref 70858); Fri, 10 May 2024 07:57:08 +0000 Received: (at 70858) by debbugs.gnu.org; 10 May 2024 07:56:42 +0000 Received: from localhost ([127.0.0.1]:41739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s5L7R-0000Qx-9n for submit@debbugs.gnu.org; Fri, 10 May 2024 03:56:42 -0400 Received: from 9.mo584.mail-out.ovh.net ([46.105.40.176]:41159) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s5L7D-0000Ox-Ee for 70858@debbugs.gnu.org; Fri, 10 May 2024 03:56:32 -0400 Received: from director1.ghost.mail-out.ovh.net (unknown [10.108.17.3]) by mo584.mail-out.ovh.net (Postfix) with ESMTP id 4VbLmq3KrFz1HWq for <70858@debbugs.gnu.org>; Fri, 10 May 2024 07:56:27 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-rg94v (unknown [10.110.168.229]) by director1.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 49A901FEAA; Fri, 10 May 2024 07:56:27 +0000 (UTC) Received: from ngraves.fr ([37.59.142.105]) by ghost-submission-6684bf9d7b-rg94v with ESMTPSA id kWTOECvTPWaWKQcAP7y+3g (envelope-from ); Fri, 10 May 2024 07:56:27 +0000 X-OVh-ClientIp: 81.67.146.208 Date: Fri, 10 May 2024 09:55:16 +0200 Message-ID: <20240510075605.6303-12-ngraves@ngraves.fr> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240510075605.6303-1-ngraves@ngraves.fr> References: <20240510075605.6303-1-ngraves@ngraves.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 15216255766702908130 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvledrvdefjedgvddvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepvdeugfefvdfgkedvkefgueejveduueffhefhjeejvdegvdejgfevudegieegveetnecuffhomhgrihhnpehgihhthhhusgdrtghomhdpthhorhhprhhojhgvtghtrdhorhhgnecukfhppeduvdejrddtrddtrddupdekuddrieejrddugeeirddvtdekpdefjedrheelrddugedvrddutdehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpehnghhrrghvvghssehnghhrrghvvghsrdhfrhdpnhgspghrtghpthhtohepuddprhgtphhtthhopeejtdekheekseguvggssghughhsrdhgnhhurdhorhhgpdfovfetjfhoshhtpehmohehkeegpdhmohguvgepshhmthhpohhuth 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: , Reply-to: Nicolas Graves X-ACL-Warn: , Nicolas Graves via Guix-patches From: Nicolas Graves via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 2B6561B657 X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.38 X-Spam-Score: -6.38 X-TUID: U7F7t86UnMTL * gnu/packages/python-science.scm (python-scipy): [native-inputs]: Remove python-pycodestyle. * gnu/packages/python-xyz.scm (python-jsonargparse, python-lsp-server, python-orderedmultidict, python-progressbar2, python-stem) [native-inputs]: Remove python-pycodestyle. Change-Id: I4518bae13aa0e688bc6e0bb40c07082414e8130f --- gnu/packages/python-science.scm | 1 - gnu/packages/python-xyz.scm | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 9301e82bb60..e20cb56db9c 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -296,7 +296,6 @@ (define-public python-scipy python-doit python-hypothesis python-pooch - python-pycodestyle python-pydevtool python-pytest python-pytest-cov diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c2926bf7497..18e4d21f136 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4510,7 +4510,6 @@ (define-public python-jsonargparse python-typeshed-client)) (native-inputs (list python-attrs - python-pycodestyle python-pydantic python-pytest python-pytest-subtests @@ -8180,7 +8179,6 @@ (define-public python-lsp-server python-jedi python-lsp-jsonrpc python-pluggy - python-pycodestyle python-pydocstyle python-ujson python-whatthepatch @@ -9915,7 +9913,7 @@ (define-public python-orderedmultidict (propagated-inputs (list python-six)) (native-inputs - (list python-flake8 python-pycodestyle python-setuptools python-wheel)) + (list python-flake8 python-setuptools python-wheel)) (home-page "https://github.com/gruns/orderedmultidict") (synopsis "Python Ordered Multivalue Dictionary - omdict") (description "This package contains a library for ordered multivalue @@ -18660,7 +18658,6 @@ (define-public python-progressbar2 (list python-six python-utils)) (native-inputs (list python-freezegun - python-pycodestyle python-pytest python-pytest-cache python-pytest-cov @@ -22174,7 +22171,7 @@ (define-public python-stem (invoke "./run_tests.py" "--unit") #t))))) (native-inputs - (list python-mock python-pycodestyle python-pyflakes)) + (list python-mock python-pyflakes)) (home-page "https://stem.torproject.org/") (synopsis "Python controller library that allows applications to interact with Tor") -- 2.41.0