From patchwork Wed Feb 24 11:11:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Prikler X-Patchwork-Id: 27263 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 63F0227BC4B; Wed, 24 Feb 2021 11:14:42 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1033B27BC4A for ; Wed, 24 Feb 2021 11:14:42 +0000 (GMT) Received: from localhost ([::1]:34958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEs7t-0002FW-5c for patchwork@mira.cbaines.net; Wed, 24 Feb 2021 06:14:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEs7L-0001T9-ES for guix-patches@gnu.org; Wed, 24 Feb 2021 06:14:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50348) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lEs7K-0002cC-Cu for guix-patches@gnu.org; Wed, 24 Feb 2021 06:14:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lEs7K-0004hs-8T for guix-patches@gnu.org; Wed, 24 Feb 2021 06:14:06 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44492] [PATCH 35/52] gnu: Add rust-mdl-1. Resent-From: Leo Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Feb 2021 11:14:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44492 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo To: 44492@debbugs.gnu.org Received: via spool by 44492-submit@debbugs.gnu.org id=B44492.161416520617800 (code B ref 44492); Wed, 24 Feb 2021 11:14:06 +0000 Received: (at 44492) by debbugs.gnu.org; 24 Feb 2021 11:13:26 +0000 Received: from localhost ([127.0.0.1]:33610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEs6g-0004cw-Cz for submit@debbugs.gnu.org; Wed, 24 Feb 2021 06:13:26 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:52473) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEs6a-0004cI-Nn for 44492@debbugs.gnu.org; Wed, 24 Feb 2021 06:13:21 -0500 Received: from localhost.localdomain (217-149-164-20.nat.highway.telekom.at [217.149.164.20]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4DltZQ0RPpz1LZW8 for <44492@debbugs.gnu.org>; Wed, 24 Feb 2021 12:13:18 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4DltZQ0RPpz1LZW8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1614165198; bh=dnSQWEKPgj81LBglnJiTF6c9EW6arNGSjPdBSxjPNuA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MbsNJqEHTvBib0pC1o7ZqtHygMg1xQciQlDfFjAN98WaussEpbBXimB7HlXQF6GmW Jg11wFYzNU8NYaoq0JnClb42u+ZZ9Rku4d1QwajCFCynpGbnifzoDCxHkjYQhmmzUZ J62u+FMDtd1yiu+VM8ChAU6lltMpT4SVmpkAAQLU= From: Leo Prikler Date: Wed, 24 Feb 2021 12:11:18 +0100 Message-Id: <20210224111135.28883-35-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210224111135.28883-1-leo.prikler@student.tugraz.at> References: <20210224111135.28883-1-leo.prikler@student.tugraz.at> MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 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" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-mdl-1): New variable. --- gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 24c4110dcf..775242d832 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -22581,6 +22581,34 @@ compression function.") (supported-systems '("x86_64-linux" "i686-linux")) (license license:expat))) +(define-public rust-mdl-1 + (package + (name "rust-mdl") + (version "1.0.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "mdl" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1mavphw0ynhggm310rbldzifcrc507jax1nzwrmj4cz1xv7vw24l")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-anyhow" ,rust-anyhow-1) + ("rust-bincode" ,rust-bincode-1) + ("rust-lmdb" ,rust-lmdb-0.8) + ("rust-serde" ,rust-serde-1)))) + (home-page "https://gitlab.gnome.org/danigm/mdl") + (synopsis "Data model library") + (description "This package provides a data model library to share app state +between threads and process and persist the data in the filesystem. It +implements a way to store structs instances in an LMDB database and other +methods like BTreeMap.") + (license license:gpl3))) + (define-public rust-measureme-0.7 (package (name "rust-measureme")