From patchwork Sat Feb 10 16:40:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Figiel X-Patchwork-Id: 59977 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 3BB1C27BBEA; Sat, 10 Feb 2024 17:34:11 +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=ham 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 3A19D27BBE2 for ; Sat, 10 Feb 2024 17:34:10 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYrEa-0005Va-CW; 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-0005VF-1J 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 1rYrEY-0005We-OZ for guix-patches@gnu.org; Sat, 10 Feb 2024 12:33:46 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYrEo-0002p3-BV for guix-patches@gnu.org; Sat, 10 Feb 2024 12:34:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69015] [PATCH 1/2] gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang). 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.170758641710774 (code B ref 69015); Sat, 10 Feb 2024 17:34:02 +0000 Received: (at 69015) by debbugs.gnu.org; 10 Feb 2024 17:33:37 +0000 Received: from localhost ([127.0.0.1]:56767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYrEO-0002nh-9j for submit@debbugs.gnu.org; Sat, 10 Feb 2024 12:33:36 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:54830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYrEL-0002nF-O2 for 69015@debbugs.gnu.org; Sat, 10 Feb 2024 12:33:34 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (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-202.mailbox.org (Postfix) with ESMTPS id 4TXHqn4WNMz9spK for <69015@debbugs.gnu.org>; Sat, 10 Feb 2024 18:33:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1707586389; 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=p+fQh6MROd7YdCcQjTr9o5Q6WB3QpnZ3FRA5XyGTZiE=; b=1liw11B11/6CqLqS8LwZ6NmDCBXcwUqn7BmoAFRajb/DXKBhzt60LlpZBr4twdcWZwqc5Y fZoTftAWSW3MAPUsmy4qBE7n4GjcRg/rHn+wmGgrF8bEFp64r3zEtX/t5KtCN77n3JO7ev aCACuJ+VacGAN2Ydvdp99E0WjPx9GKRwYhjigCSJ2Dnx8A2kI2+CkGpZCCEGRnXx3+oX1l DYWpPi5+iUP9Y8193gxI/u8UJz2UEsMnDtPR5gkv9cnSdxtS08J3wQhU+g6wAVEF/BW0dh X8ipHxJD9L1BUH+vGZZnRRs9cxnviZOzfDNZYNum6ySJ73RrEmjzugjvCvuC5w== From: Troy Figiel Date: Sat, 10 Feb 2024 17:40:28 +0100 Message-ID: <878r3sb4x7.fsf@troyfigiel.com> MIME-Version: 1.0 X-Rspamd-Queue-Id: 4TXHqn4WNMz9spK 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/databases.scm (go-go-etcd-io-bbolt): Move from here ... * gnu/packages/golang.scm: ... to here. --- gnu/packages/databases.scm | 28 ---------------------------- gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 903088ed4b..0345505ec1 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2946,34 +2946,6 @@ (define-public libpqxx (home-page "https://pqxx.org/") (license license:bsd-3))) -(define-public go-go-etcd-io-bbolt - (package - (name "go-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" - ;; Extending the test timeout to 30 minutes still times out on aarch64. - #:tests? ,(not target-arm?))) - (propagated-inputs - (list go-golang-org-x-sys)) - (home-page "https://go.etcd.io/bbolt") - (synopsis "Embedded key/value database for Go") - (description "Bolt is a pure Go key/value store inspired by Howard Chu's -LMDB project. The goal of the project is to provide a simple, fast, and -reliable database for projects that don't require a full database server such as -Postgres or MySQL.") - (license license:expat))) - (define-public python-peewee (package (name "python-peewee") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 163691a1e6..2b5a447c5d 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9328,6 +9328,34 @@ (define-public go-github-com-zclconf-go-cty configuration languages, but other uses may be possible too.") (license license:expat))) +(define-public go-go-etcd-io-bbolt + (package + (name "go-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" + ;; Extending the test timeout to 30 minutes still times out on aarch64. + #:tests? ,(not target-arm?))) + (propagated-inputs + (list go-golang-org-x-sys)) + (home-page "https://go.etcd.io/bbolt") + (synopsis "Embedded key/value database for Go") + (description "Bolt is a pure Go key/value store inspired by Howard Chu's +LMDB project. The goal of the project is to provide a simple, fast, and +reliable database for projects that don't require a full database server such as +Postgres or MySQL.") + (license license:expat))) + (define-public go-etcd-io-bbolt (package (name "go-etcd-io-bbolt") 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 From patchwork Sat Feb 10 21:31:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Figiel X-Patchwork-Id: 59985 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 EF40327BBEA; Sat, 10 Feb 2024 22:19:10 +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=ham 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 CA17727BBE2 for ; Sat, 10 Feb 2024 22:19:09 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYvgP-0007xD-46; Sat, 10 Feb 2024 17:18:49 -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 1rYvgN-0007wu-HQ for guix-patches@gnu.org; Sat, 10 Feb 2024 17:18: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 1rYvgM-0003rC-9D for guix-patches@gnu.org; Sat, 10 Feb 2024 17:18:46 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYvgc-0007QI-1R for guix-patches@gnu.org; Sat, 10 Feb 2024 17:19:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69015] [PATCH 3/3] 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 22:19:01 +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.170760350328400 (code B ref 69015); Sat, 10 Feb 2024 22:19:01 +0000 Received: (at 69015) by debbugs.gnu.org; 10 Feb 2024 22:18:23 +0000 Received: from localhost ([127.0.0.1]:46468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYvfy-0007O0-PA for submit@debbugs.gnu.org; Sat, 10 Feb 2024 17:18:23 -0500 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]:53544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYvfp-0007NB-V4 for 69015@debbugs.gnu.org; Sat, 10 Feb 2024 17:18:20 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (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 4TXPyt3Qhyz9smn for <69015@debbugs.gnu.org>; Sat, 10 Feb 2024 23:09:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1707602982; 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=iZLmVKFCmcvzgDbwRXZMm9hsFyv9fDCfkQPuOppVjyM=; b=DQWW4daD2QGHNxulq0y4JLWMyvEKucylBMezvR/vmQhte+Hfnj69+NKXK2p+UU1bljEN5U oxgqHmxLIKkWcR1HrouGcIuWEONyzksSXiEdCQ7JahMOXzvclSw/w4/pD9ZyiHNkmnbsjq BiRr3pzWqtAmEbp4y4yH0mhXbuZOiXnbnNhNa+evAA0Q2UgeNlT1zmx1Ot0ruiyrT08o/z pEiBYqokflE43pbZ8ZhxPmfy+gLUHF5gRtmT7DWE4zfmqRz8bDpWSa5atHWMB8pT4RKi02 FOV3WZ2vkHGm6NPfrltrAqIBd4YJdtgMZ3wujUkiJn+UU5OvD0YizcPXXYnHpg== From: Troy Figiel Date: Sat, 10 Feb 2024 22:31:24 +0100 Message-ID: <87wmrc9dju.fsf@troyfigiel.com> MIME-Version: 1.0 X-Rspamd-Queue-Id: 4TXPyt3Qhyz9smn 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/configuration-management.scm (chezmoi)[native-inputs]: Add "go-go-etcd-io-bbolt". Remove "go-etcd-io-bbolt". * gnu/packages/golang-xyz.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 | 2 +- gnu/packages/golang-xyz.scm | 26 +++-------------------- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/gnu/packages/configuration-management.scm b/gnu/packages/configuration-management.scm index aedf4f38e4..532aafd3ac 100644 --- a/gnu/packages/configuration-management.scm +++ b/gnu/packages/configuration-management.scm @@ -94,7 +94,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-xyz.scm b/gnu/packages/golang-xyz.scm index fe46a87093..ffa9ad9024 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -42,29 +42,6 @@ (define-module (gnu packages golang-xyz) ;;; ;;; Code: -(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))) - (define-public go-github-com-djherbis-atime (package (name "go-github-com-djherbis-atime") @@ -251,6 +228,9 @@ (define-public go-go-etcd-io-bbolt Postgres or MySQL.") (license license:expat))) +(define-public go-etcd-io-bbolt + (deprecated-package "go-etcd-io-bbolt" go-go-etcd-io-bbolt)) + (define-public go-go-uber-org-automaxprocs (package (name "go-go-uber-org-automaxprocs")