From patchwork Sat Feb 10 16:56:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Figiel X-Patchwork-Id: 59976 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 3D06027BBE9; Sat, 10 Feb 2024 17:34:01 +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=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,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 9B4B527BBE2 for ; Sat, 10 Feb 2024 17:33:59 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYrEa-0005Vq-So; Sat, 10 Feb 2024 12:33:48 -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 1rYrEZ-0005VS-GP for guix-patches@gnu.org; Sat, 10 Feb 2024 12:33:47 -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 1rYrEZ-0005Xe-7u for guix-patches@gnu.org; Sat, 10 Feb 2024 12:33:47 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYrEo-0002pB-TA for guix-patches@gnu.org; Sat, 10 Feb 2024 12:34:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69015] [PATCH 2/2] gnu: Deprecate the go-etcd-io-bbolt variable. References: <87bk8ob6cd.fsf@troyfigiel.com> In-Reply-To: <87bk8ob6cd.fsf@troyfigiel.com> Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Feb 2024 17:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69015 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69015@debbugs.gnu.org Received: via spool by 69015-submit@debbugs.gnu.org id=B69015.170758643010814 (code B ref 69015); Sat, 10 Feb 2024 17:34:02 +0000 Received: (at 69015) by debbugs.gnu.org; 10 Feb 2024 17:33:50 +0000 Received: from localhost ([127.0.0.1]:56780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYrEb-0002oM-QV for submit@debbugs.gnu.org; Sat, 10 Feb 2024 12:33:50 -0500 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]:54764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYrEa-0002o2-0E for 69015@debbugs.gnu.org; Sat, 10 Feb 2024 12:33:48 -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-201.mailbox.org (Postfix) with ESMTPS id 4TXHr43H7Sz9slB for <69015@debbugs.gnu.org>; Sat, 10 Feb 2024 18:33:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1707586404; 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=IC5UXs1y3/sEXR4irg6LbUJZVBRw/Rjlh5wFMsG+eSI=; b=tcPR3Nax5cDU5Yd8wQZJhZ0DyT3znxUcZo7bZ3UE8lwsk8EivKgOVgA2aI7tKKqfJoASYb ED3I34ZDVHvRA/W2zmdiJVHzheHbYcVae1L2fsqoxi1/yeSuko1qQSZTDdSmMY6ytloTRg 4PQAEMvP9pZspZQ8wsrWoorsp+71b18UQDq3rtB+OHSyF2emUycij7yI2JoGtlfjwYrIYY GNYrgut0zhifWIf/xcgHjqQqtvN5q7hx8rdXmB2s4RLV2RaIw9OGzWLNNOi2qP/wQUh9FZ RO8ow1mwsjZvmVnBAJYU4GraLrk6MMx1dF8qLioupVtolK1FLxh99dWupjnUMw== From: Troy Figiel Date: Sat, 10 Feb 2024 17:56:02 +0100 Message-ID: <877cjcb4ws.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.scm (go-etcd-io-bbolt): Rename to "go-go-etcd-io-bbolt". (go-etcd-io-bbolt): Define as deprecated by "go-go-etcd-io-bbolt". * gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Add "go-go-etcd-io-bbolt". Remove "go-etcd-io-bbolt". --- gnu/packages/configuration-management.scm | 2 +- gnu/packages/golang.scm | 22 +--------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/gnu/packages/configuration-management.scm b/gnu/packages/configuration-management.scm index 296f48dcd5..52c85dddeb 100644 --- a/gnu/packages/configuration-management.scm +++ b/gnu/packages/configuration-management.scm @@ -93,7 +93,7 @@ (define-public chezmoi go-github-com-yuin-goldmark go-github-com-zalando-go-keyring go-github-com-godbus-dbus - go-etcd-io-bbolt + go-go-etcd-io-bbolt go-golang-org-x-crypto go-golang-org-x-net go-golang-org-x-oauth2 diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2b5a447c5d..019bf4dad2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9357,27 +9357,7 @@ (define-public go-go-etcd-io-bbolt (license license:expat))) (define-public go-etcd-io-bbolt - (package - (name "go-etcd-io-bbolt") - (version "1.3.6") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0pj5245d417za41j6p09fmkbv05797vykr1bi9a6rnwddh1dbs8d")))) - (build-system go-build-system) - (arguments - `(#:import-path "go.etcd.io/bbolt")) - (propagated-inputs - (list go-golang-org-x-sys)) - (home-page "https://pkg.go.dev/go.etcd.io/bbolt/") - (synopsis "Low-level key/value store in Go") - (description "This package implements a low-level key/value store in Go.") - (license license:expat))) + (deprecated-package "go-etcd-io-bbolt" go-go-etcd-io-bbolt)) (define-public go-github-com-bwesterb-go-ristretto (package