From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WF/nJACGRGPLrAAAbAwnHQ (envelope-from ) for ; Mon, 10 Oct 2022 22:52:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0NIPJQCGRGPIpQAAauVa8A (envelope-from ) for ; Mon, 10 Oct 2022 22:52:16 +0200 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 4ECD8C66F for ; Mon, 10 Oct 2022 22:52:16 +0200 (CEST) Received: from localhost ([::1]:43400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohzl1-0007tk-GN for larch@yhetil.org; Mon, 10 Oct 2022 16:52:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohzkp-0007ta-D5 for guix-patches@gnu.org; Mon, 10 Oct 2022 16:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51027) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohzko-0004fT-Oy for guix-patches@gnu.org; Mon, 10 Oct 2022 16:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohzko-0006DU-G1 for guix-patches@gnu.org; Mon, 10 Oct 2022 16:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#53019] [PATCH 1/6] gnu: Add python-codeclimate-test-reporter. Resent-From: goodoldpaul@autistici.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 10 Oct 2022 20:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53019 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 53019@debbugs.gnu.org Received: via spool by 53019-submit@debbugs.gnu.org id=B53019.166543511723885 (code B ref 53019); Mon, 10 Oct 2022 20:52:02 +0000 Received: (at 53019) by debbugs.gnu.org; 10 Oct 2022 20:51:57 +0000 Received: from localhost ([127.0.0.1]:50105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohzkj-0006DB-E9 for submit@debbugs.gnu.org; Mon, 10 Oct 2022 16:51:57 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32689) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohzkh-0006D3-Se for 53019@debbugs.gnu.org; Mon, 10 Oct 2022 16:51:56 -0400 Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by latitanza.investici.org (Postfix) with ESMTP id 4MmWLM3FQFzGp3C; Mon, 10 Oct 2022 20:51:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1665435115; bh=/DNm2ORaxJZvvT/lenONnShKRoVWVu+62oRndbCJ0ug=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=NTPeTMrPOPzrjlgzeDy5f445evLkREZurvlPtZvH7TuUJCg4wYXoHQrAfgj0uQQvp Vlmc2vsKDseoF0ABdBoalgN7KYE9vJXVD4Mc3m9o1cei/p9ZKYuGjQlFywSgwqUNxv G8RajTRx/N9VdsH1H88n/bAYKkGKFDPCy/BsfNQo= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: goodoldpaul@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4MmWLM27RDz64Wd; Mon, 10 Oct 2022 20:51:55 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 10 Oct 2022 20:51:55 +0000 In-Reply-To: References: <877aca93-bd87-3314-dbf9-ae9b0c537eb9@autistici.org> <20220701213302.13234-1-goodoldpaul@autistici.org> User-Agent: Roundcube Webmail Message-ID: X-Sender: goodoldpaul@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit 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" Reply-to: goodoldpaul@autistici.org X-ACL-Warn: , goodoldpaul--- via Guix-patches From: goodoldpaul--- via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665435136; 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-type:content-type: 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=/DNm2ORaxJZvvT/lenONnShKRoVWVu+62oRndbCJ0ug=; b=VzPW4/C8ZUYUxKZf5esgSaABBxWq2kYv1tP3jlXMeOA5X+AyJSi0nakAjj281OfuTwlLme LjsTIq101HLPubSMXA5wOj93l5eNEqGGJYipCg/8ZxmqMQYdC20BX5TjUaxiZZj7GCfBn6 hni4EEaAQtHZEMjqEqEEMKKceeczUpmw36ExvWJDoys5h+97Fdtxrwniq2MQ/Q/XYeGheF +t67x2AngmbRUdlU/tyGH1RyrQ5d1RjbIidy4ivVdy1h453p/z0qz6yyHaEnOixQnRO37c eIR8DyBZ6or8v40Y958MaWq7clZjLyBA7huhUjvhqJu4xulN1dzerc95Lwq/pg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665435136; a=rsa-sha256; cv=none; b=TUJzEANgD2lZNpvCqBtRwV4WnDqCJwWErtiwvt1kRh/ggbU+NVSP3E1poujKqleO4UJl48 d/Nv81Uj9hYEo2IuEfhwCDa/FYTa0VaZZSJ2acjUDRv8gbTk8paxTdJAEtgp+UsnBUFNMW K0SwMQdMqnUQa4ykhv5DAx/p3tF+F/NEkpoAjt2BmY/YnghdYl604+2zoBhAxkE1cDxHrK cWSir9kTS2zuBDK8wW66MbEYD5FcXsMQVmhY+a9hmT0nAOXTqz0eBa2urGDDk2BLzlxPK2 Xioy59zH8kWoELT7LsE0Q9D0unOTqUQG0LT4VZnVaBPcG1tYg5fMhKwxe6OoUA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=NTPeTMrP; 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" X-Migadu-Spam-Score: -4.38 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=NTPeTMrP; 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" X-Migadu-Queue-Id: 4ECD8C66F X-Spam-Score: -4.38 X-Migadu-Scanner: scn0.migadu.com X-TUID: s9DBJz7sL/Hg Dear Maxime, On 2022-07-30 21:09, Maxime Devos wrote: > > Typo: teport -> report, would also be nice to state more explicitly it > uploads information to some website. > > The service it communicates to (Code Climate) also doesn't appear to > be free software, this isn't an automatic rejection (see, e.g., > Facebook-related packages) but it's still rather "eergh, do we really > have to?". It turns out we don't :) I removed the package. Thank you, giacomo