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")