From patchwork Sat Feb 10 21:28:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Troy Figiel X-Patchwork-Id: 59983 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 9B74D27BBEA; Sat, 10 Feb 2024 22:00:02 +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 10FB327BBE2 for ; Sat, 10 Feb 2024 21:59:59 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYvO3-0004kn-4r; Sat, 10 Feb 2024 16:59:51 -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 1rYvO1-0004kN-Hd for guix-patches@gnu.org; Sat, 10 Feb 2024 16:59:49 -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 1rYvO0-0008WL-UB for guix-patches@gnu.org; Sat, 10 Feb 2024 16:59:48 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYvOG-0003nJ-Dy for guix-patches@gnu.org; Sat, 10 Feb 2024 17:00:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69015] [PATCH 1/3] gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang-xyz). 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:00:04 +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.170760238414398 (code B ref 69015); Sat, 10 Feb 2024 22:00:04 +0000 Received: (at 69015) by debbugs.gnu.org; 10 Feb 2024 21:59:44 +0000 Received: from localhost ([127.0.0.1]:45002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYvNv-0003k9-EG for submit@debbugs.gnu.org; Sat, 10 Feb 2024 16:59:43 -0500 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]:38658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYvNt-0003jm-Gp for 69015@debbugs.gnu.org; Sat, 10 Feb 2024 16:59:42 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.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-102.mailbox.org (Postfix) with ESMTPS id 4TXPkr6c8Gz9t2s for <69015@debbugs.gnu.org>; Sat, 10 Feb 2024 22:59:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1707602356; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ejR6Anpvp7eqh3Z46Q/9xJTatC0aLFX5Jl26cAcH2/0=; b=gljXFcWdt1qY/tdWmuzPh+61hPUImRuI9h84QH9bj1+LaCLlKs0oDnmmdWefAOGBK7D+Ma Bz9zDQ3ktwPRjDMR8DZlUWSffyhRmB5/XA48PB2eNrjPeIEsv7JbhPyeOpO4yjEfUlcBmU 4H5xdAEbcKH8h/QgvJ20Xdg050urIaAx3PDfpECUHbxOpnn8shz8Gq3OjDv35OU/jlaTzT KFhFSJcc3HviHJI31cappOOU8vEqYG+VJZRqNpZQzRvbO5jvqS1olzVJtAbSxy2nJvw8YP K4QQ24ueQCVb4pFrtjaDS8YM997Un/VbLY/yb8Shfs1jZPKCT8ZhXhblEMjUKQ== From: Troy Figiel Date: Sat, 10 Feb 2024 22:28:27 +0100 Message-ID: <87zfw89e17.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/databases.scm (go-go-etcd-io-bbolt): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. --- gnu/packages/databases.scm | 28 ---------------------------- gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 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-xyz.scm b/gnu/packages/golang-xyz.scm index 8823ae21c6..d52cbedd9c 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1,4 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2022 Efraim Flashner ;;; Copyright © 2023 Benjamin ;;; Copyright © 2023 Thomas Ieong ;;; Copyright © 2024 Artyom V. Poptsov @@ -196,6 +197,34 @@ (define-public go-github-com-nats-io-nuid very fast, and tries to be entropy pool friendly.") (license license:asl2.0))) +(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-go-uber-org-automaxprocs (package (name "go-go-uber-org-automaxprocs")