From patchwork Sat Feb 24 07:59:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Figiel X-Patchwork-Id: 60965 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 78EC927BBE9; Sat, 24 Feb 2024 08:40:55 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,TVD_SPACE_RATIO, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id AED6427BBE2 for ; Sat, 24 Feb 2024 08:40:54 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rdnaM-0007T9-Jm; Sat, 24 Feb 2024 03:40:42 -0500 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 1rdnaL-0007Sb-Cl for guix-patches@gnu.org; Sat, 24 Feb 2024 03:40:41 -0500 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 1rdnaL-0000cU-4F for guix-patches@gnu.org; Sat, 24 Feb 2024 03:40:41 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rdnai-0001h8-V8 for guix-patches@gnu.org; Sat, 24 Feb 2024 03:41:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69234] [PATCH v3 4/5] gnu: Deprecate go-github-com-shirou-gopsutil. References: <87cysvbby7.fsf@troyfigiel.com> In-Reply-To: <87cysvbby7.fsf@troyfigiel.com> Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Feb 2024 08:41:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69234 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69234@debbugs.gnu.org Received: via spool by 69234-submit@debbugs.gnu.org id=B69234.17087640516385 (code B ref 69234); Sat, 24 Feb 2024 08:41:04 +0000 Received: (at 69234) by debbugs.gnu.org; 24 Feb 2024 08:40:51 +0000 Received: from localhost ([127.0.0.1]:39092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdnaV-0001eu-1u for submit@debbugs.gnu.org; Sat, 24 Feb 2024 03:40:51 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]:44426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdnaS-0001eV-P8 for 69234@debbugs.gnu.org; Sat, 24 Feb 2024 03:40:49 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4ThgLT1dG5z9scL for <69234@debbugs.gnu.org>; Sat, 24 Feb 2024 09:40:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1708764017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=UkgVfOpopljx69Zl1lEzeDSBMZ9K3df/bIqFrnJDaUY=; b=H4TpU3Gpw3FV0rFVfjVlfN0ApuIaeYSmynHhdy247lYqRuUs8EOguGM0HQ5dQ6AGpPtMn/ h3gXv5oRmhvoOqwYNONMkVAdzul4xudpgmvIFxx6rQdNBpDikdo1JqV0n1/QVSnXTwmFYx rCdZQYkR1Xkxdb83qEm/xrg4HUGasA/8jm43ZrMJsN9QD3l5mWwQAAZLRLAKvgtRhrxWbR SXH5hZZz/ZQ3xyGPgczBxK5hVod37rz00P4hdxX6KIXPRhbPSoECbR6D+S9DEaN7WUs0tP SPzBfE7+ByNBttf7Rf03FjaZ/2hvXyRyFWM1GEtAwcX7ZKKgFUhJZyqu8UgI/Q== From: Troy Figiel Date: Sat, 24 Feb 2024 08:59:30 +0100 Message-ID: <87o7c69rwv.fsf@troyfigiel.com> MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang-xyz.scm (go-github-com-shirou-gopsutil): Rename to ... (go-github-com-shirou-gopsutil-v2): ... this. (go-github-com-shirou-gopsutil): Define as deprecated. --- gnu/packages/golang-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index d09b837fa9..6eb5770c0f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1094,9 +1094,9 @@ (define-public go-github-com-rcrowley-go-metrics (home-page "https://github.com/rcrowley/go-metrics") (license license:bsd-2)))) -(define-public go-github-com-shirou-gopsutil +(define-public go-github-com-shirou-gopsutil-v2 (package - (name "go-github-com-shirou-gopsutil") + (name "go-github-com-shirou-gopsutil-v2") (version "2.21.11") (source (origin @@ -1138,6 +1138,9 @@ (define-public go-github-com-shirou-gopsutil (home-page "https://github.com/shirou/gopsutil") (license license:bsd-3))) +(define-public go-github-com-shirou-gopsutil + (deprecated-package "go-github-com-shirou-gopsutil" go-github-com-shirou-gopsutil-v2)) + (define-public go-github-com-skip2-go-qrcode (package (name "go-github-com-skip2-go-qrcode")