unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Troy Figiel <troy@troyfigiel.com>
To: 69015@debbugs.gnu.org
Subject: [bug#69015] [PATCH 2/2] gnu: Deprecate the go-etcd-io-bbolt variable.
Date: Sat, 10 Feb 2024 17:56:02 +0100	[thread overview]
Message-ID: <877cjcb4ws.fsf@troyfigiel.com> (raw)
In-Reply-To: <87bk8ob6cd.fsf@troyfigiel.com>

* 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
-- 
2.42.0





  parent reply	other threads:[~2024-02-10 17:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-10 16:57 [bug#69015] [PATCH 0/2] Deprecate the go-etcd-io-bbolt variable Troy Figiel
2024-02-10 16:40 ` [bug#69015] [PATCH 1/2] gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang) Troy Figiel
2024-02-10 16:56 ` Troy Figiel [this message]
2024-02-10 20:57 ` [bug#69015] [PATCH 0/2] Deprecate the go-etcd-io-bbolt variable Sharlatan Hellseher
2024-02-10 21:16   ` Troy Figiel
2024-02-10 22:30   ` Troy Figiel
2024-02-10 21:28 ` [bug#69015] [PATCH 1/3] gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang-xyz) Troy Figiel
2024-02-10 21:29 ` [bug#69015] [PATCH 2/3] gnu: go-etcd-io-bbolt: " Troy Figiel
2024-02-10 21:31 ` [bug#69015] [PATCH 3/3] gnu: Deprecate the go-etcd-io-bbolt variable Troy Figiel
2024-02-10 21:55 ` [bug#69015] [PATCH v2 0/3] " Troy Figiel
2024-02-23  8:06 ` bug#69015: [PATCH 0/2] " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877cjcb4ws.fsf@troyfigiel.com \
    --to=troy@troyfigiel.com \
    --cc=69015@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).