From patchwork Fri Jul 28 17:19:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hilton Chain X-Patchwork-Id: 52330 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 8050E27BBEA; Fri, 28 Jul 2023 18:30:25 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,FROM_SUSPICIOUS_NTLD,MAILING_LIST_MULTI,PDS_OTHER_BAD_TLD, SPF_HELO_PASS,URIBL_BLOCKED autolearn=no 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 E246727BBE2 for ; Fri, 28 Jul 2023 18:30:24 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPR9Y-0001sf-Sp; Fri, 28 Jul 2023 13:21:24 -0400 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 1qPR9H-0001ff-Ox for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:08 -0400 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 1qPR9F-0000OF-8m for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPR9F-0001C6-4l for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64916] [PATCH v2 07/23] gnu: Add go-github-com-elliotchance-orderedmap. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 17:21:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64916 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64916@debbugs.gnu.org Cc: Hilton Chain Received: via spool by 64916-submit@debbugs.gnu.org id=B64916.16905648444406 (code B ref 64916); Fri, 28 Jul 2023 17:21:05 +0000 Received: (at 64916) by debbugs.gnu.org; 28 Jul 2023 17:20:44 +0000 Received: from localhost ([127.0.0.1]:45971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR8u-00018u-9v for submit@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:44 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:43028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR8p-00018U-E9 for 64916@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690564564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V9v4D7NgCkNYkqNg5+4RU5bXsn76lZM6Wico0WDpVpo=; b=GmBjvJazTdj2lO+95+nRkjliovEreZPatyfAUYKhaaFMbZyH2h+KyjCaq82w8PBwDgKCId b6a1LYlyyhhrD554z1piep+H2PY81fzYKU8HYO4cIelCeGTzxIsO2emKhNlCeOE6dYv8h/ XKDMZKoihKbGUWn9k4kiPEFrtlo1KDNTJVoloJAWj9qJpy5+u68NyuATTqhy5pgmbPjBPl wH2KK3iDQPItDgZHN++BG+Rs++AG87xPSMJQn/PKQYT/pcdtzNWGN1u2nzCXV/3WxtLxX+ SsTElxtBUX9+kGYjVfox/4scsfLCDR2b4WY+zAhQYxbNjQQ9bFCZE9NoskRspQ== Date: Sat, 29 Jul 2023 01:19:53 +0800 Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-Spamd-Bar: -- Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space 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: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches X-Patchwork-Original-From: Hilton Chain via Guix-patches via From: Hilton Chain 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-github-com-elliotchance-orderedmap): New variable. --- gnu/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2c0df2af8b..ec3bdbffa1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2605,6 +2605,31 @@ (define-public go-github-com-apparentlymart-go-openvpn-mgmt running with its management port enabled.") (license license:expat)))) +(define-public go-github-com-elliotchance-orderedmap + (package + (name "go-github-com-elliotchance-orderedmap") + (version "1.5.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/elliotchance/orderedmap") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "033phv59hj3nz41jwiya8ma9p4cc1gbw41i14k2krl2c7s6pd3zc")))) + (build-system go-build-system) + (arguments + (list #:import-path "github.com/elliotchance/orderedmap")) + (native-inputs + (list go-github-com-stretchr-testify)) + (home-page "https://github.com/elliotchance/orderedmap") + (synopsis "Go ordered map library") + (description + "This package provides a ordered map library that maintains amortized O(1) +for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.") + (license license:expat))) + (define-public go-github-com-emersion-go-autostart (let ((commit "00ed301c8e9ae79e82878c6361c709983ac5dd2c") (revision "0"))