From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id SB7TLz2G0mWxAAEA62LTzQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 23:35:41 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id SB7TLz2G0mWxAAEA62LTzQ (envelope-from ) for ; Sun, 18 Feb 2024 23:35:41 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=V2KdPDvM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708295741; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=9eWW2Gz+RotF8QFul5m/4Eyx8nfMKz01az0zSpc13xU=; b=FpyXIPnxEf1tqKR3D+tIFgqmNljn4w3rAx870HT6XIESvlteRS2Naf7FRfDRrzzgcf9DLv RNr30LD4XfZE3mmHQxGvcqt3ZjYI96C1E6wHxCaVp+h5yQ5CAOPgmFIxIyvSEQoB89L/uz OQBKLI+W7zeK+t2n/lN+9I6EcS5fP+FF+Fx1bF1DqZHktdsY4vvMqBGkTP43NorA4S5nZ2 gZsDXycR7KLNQvzxgH8JUYUOqYOUoejQApnsYaGLyKYFV85w3e58yQcEJzWUv8nyQoc7EG snfvvhWnpEbrWMlnm2enYi8u/gz+ohzpY59UDbpFB/ePML440TGAgNX1HQLhvQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=V2KdPDvM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708295741; a=rsa-sha256; cv=none; b=k+LCo9Oikf7Yk81ayEasO6Z+O4ShoL8lFr4ciyVZGqeq/qIGExucsqqZuVpAojjpy/frEK Q6Qf/MV8rHzIasgtkZe5ZXaMYNMiJKBr8rywdRYOL3vDLZRMNpbccD7biu0NiAWr5Qgwyl h/jERpVQ2+8rOlmIxYSfwIyvaSfeYcd7XtSkvnW/ylG3ucQWQFGaFdAZFACnFiRPt1hm5j idBFrmG9FAq3XyIc0GSbXoThg5v/tsPEXHxZeZYFphQPulbGPPwT5tXxmycj5TgtJXGHBY d6NbnWwIH7t0cz6AsW+uAQkhR24G9BQhmEQ7cqu3Pdhr9PYi4cmqtw7DGGLrmA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A4EA744E07 for ; Sun, 18 Feb 2024 23:35:41 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rboo8-0001wJ-NL; Sun, 18 Feb 2024 16:34:44 -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 1rboo7-0001vF-4i for guix-patches@gnu.org; Sun, 18 Feb 2024 16:34:43 -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 1rboo6-0003Zl-SM for guix-patches@gnu.org; Sun, 18 Feb 2024 16:34:42 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rbooR-0004hY-HI; Sun, 18 Feb 2024 16:35:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69257] [PATCH 116/228] gnu: Add rust-ordered-multimap-0.4. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sun, 18 Feb 2024 21:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69257 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69257@debbugs.gnu.org Cc: Herman Rimm , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 69257-submit@debbugs.gnu.org id=B69257.170829207017887 (code B ref 69257); Sun, 18 Feb 2024 21:35:03 +0000 Received: (at 69257) by debbugs.gnu.org; 18 Feb 2024 21:34:30 +0000 Received: from localhost ([127.0.0.1]:39722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbonu-0004eK-3o for submit@debbugs.gnu.org; Sun, 18 Feb 2024 16:34:30 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:43013 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rboRX-0003Ez-Cj for 69257@debbugs.gnu.org; Sun, 18 Feb 2024 16:11:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1708290656; 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=9eWW2Gz+RotF8QFul5m/4Eyx8nfMKz01az0zSpc13xU=; b=V2KdPDvM43A9FkXOoQntMIfJZ5Q6glD8G9Ek6FVECtRfjLS234mYsZdgBzaaXE4m0ky8HZ tGBN9qbxGmA9vTse+Asfhw67Di299JgPfRd19QWoZpYlWxqlfi7diMRWttPAhL6Bi/HoF1 nPQq4rup6O8En8MJ/Srz3c4L8DovrUhlj/2IgVDP3mIaDZ+V7JKNwfBoywd8JvHM34nySs +oe7gZvmS7H/9ZzYonxqyE/MudpVUPoHWDSZII2Rg2GWIVmNZpZOnZaEBswb9HUKPx33Wy y59mzJYCZnBZIC3oxAVnMKDY3SUSMs9BnANJ57WrNOh/VFdSrn942jL5UVUZfA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 4e72a0c4 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 18 Feb 2024 21:10:56 +0000 (UTC) Date: Sun, 18 Feb 2024 22:08:06 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Herman Rimm X-ACL-Warn: , Herman Rimm via Guix-patches From: Herman Rimm via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.48 X-Spam-Score: -6.48 X-Migadu-Queue-Id: A4EA744E07 X-Migadu-Scanner: mx13.migadu.com X-TUID: HiDxOfPXAg29 * gnu/packages/crates-io.scm (rust-ordered-multimap-0.4): Add variable. (rust-ordered-multimap-0.3): Inherit from rust-ordered-multimap-0.4. Change-Id: Ibe77e9bb8268861c20c848cc9efb2307fb6ff1e7 --- gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index af20149f6b..a1845eeb52 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -44922,8 +44922,31 @@ (define-public rust-ordered-float-1 (base32 "0625x96987kspdxbikry5mb7hsf5pdc5bbanxd8wjwqlx0ar71hq")))))) +(define-public rust-ordered-multimap-0.4 + (package + (name "rust-ordered-multimap") + (version "0.4.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "ordered-multimap" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0jljv1257pfyf855jlwwas5mqkzk40b9lqfx40f73qbpf7ildmyc")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-dlv-list" ,rust-dlv-list-0.3) + ("rust-hashbrown" ,rust-hashbrown-0.12) + ("rust-serde" ,rust-serde-1)))) + (home-page "https://github.com/sgodwincs/ordered-multimap-rs") + (synopsis "Insertion ordered multimap") + (description "This crate provides a multimap type object that +maintains insertion order across all keys and values.") + (license license:expat))) + (define-public rust-ordered-multimap-0.3 (package + (inherit rust-ordered-multimap-0.4) (name "rust-ordered-multimap") (version "0.3.1") (source @@ -44933,18 +44956,12 @@ (define-public rust-ordered-multimap-0.3 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1194q7sb2d6chbllsn7237dhhvx04iqr3sq0ii16w1pcv5x2qrqw")))) - (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs (("rust-dlv-list" ,rust-dlv-list-0.2) ("rust-hashbrown" ,rust-hashbrown-0.9) - ("rust-serde" ,rust-serde-1)))) - (home-page "https://github.com/sgodwincs/ordered-multimap-rs") - (synopsis "Insertion ordered multimap") - (description "This crate provides a multimap type object that maintains -insertion order across all keys and values.") - (license license:expat))) + ("rust-serde" ,rust-serde-1)))))) (define-public rust-ordered-stream-0.2 (package -- 2.41.0