From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uCJADcEc6mNYzQAAbAwnHQ (envelope-from ) for ; Mon, 13 Feb 2023 12:19:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gMruDMEc6mO5IQAAauVa8A (envelope-from ) for ; Mon, 13 Feb 2023 12:19:29 +0100 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 0FFA036E58 for ; Mon, 13 Feb 2023 12:19:28 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676287169; h=from:from:sender:sender: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; bh=WazTeFOPsXUS5W1I+EUpePVub36reCiO2UuuNo+1YRg=; b=ozwhHke2ajfm+RNWqUMqKXssTOvvujzhjBF4Vhm1Og7qFXrS8vvETj9OtcBsC+pw41qmTd AtKwv2Mhc5BAT8+EQW6YapERWpOWd+XeJOasnjxPrLjVoxwPIORDiZOpzkX1FHiTnSLTH1 FF50WR3T2iPf3szmZe+O1jlrFZld6RuU10S/du7TuTTypiguHF0qCmBFs/+htf2/bWIBBn 77W1WShWZjYWDbBIJjRre6A66DmBZxjF3UdSGPJAtevHH2pyC+agyNtyyilrHHwbwh2CIA QUhDzqQxmCSqNnyWl8r6yE/SHp4FlaK8HCjUw2V71rMhW3nRDmHpAZQqNHtNkg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; 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"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676287169; a=rsa-sha256; cv=none; b=SMRx6aueSAh0ojZaYV/IxVf0VxGwt5+sj9ReWm+T+J+i7XOZW6rAQ0/m7jtfP3Ance42UK LuDGLp4F2i3jSQpdFl+s7FpRx1UtuK2STdPPvNkSyGpC8k43Nj52q3uCrGQ1oI0d84dwT4 FQCWEGQOkd8Lk8rC8LABvrE1rgN1G182wOIDX1fq68B3R8vf3csbPJ7QXvvmBvwahTlhgx IqpTujM2vQAw/2fB4xZzb/tafHAUvFRl3pB51i8kNyV1CB1pQtb491fqoQoCOFkyqHdgNI N+cnakJN5J8sPz3brZ0Sn0JOPrXKQk+o2zyM08e+3w8e/W+B4a31tSIPMDC3JA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRWrS-0004GM-4r; Mon, 13 Feb 2023 06:19:06 -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 1pRWrP-0004Fy-HR for guix-patches@gnu.org; Mon, 13 Feb 2023 06:19:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pRWrO-0007IX-KG for guix-patches@gnu.org; Mon, 13 Feb 2023 06:19:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pRWrO-0003oD-Ca for guix-patches@gnu.org; Mon, 13 Feb 2023 06:19:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61473] [PATCH 1/3] gnu: Add rust-protobuf. * gnu/packages/crates-io.scm (rust-protobuf-2): New variable. References: In-Reply-To: Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 13 Feb 2023 11:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61473 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 61473@debbugs.gnu.org Cc: Efraim Flashner , steve@futurile.net Received: via spool by 61473-submit@debbugs.gnu.org id=B61473.167628714014633 (code B ref 61473); Mon, 13 Feb 2023 11:19:02 +0000 Received: (at 61473) by debbugs.gnu.org; 13 Feb 2023 11:19:00 +0000 Received: from localhost ([127.0.0.1]:47795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRWrM-0003nx-9p for submit@debbugs.gnu.org; Mon, 13 Feb 2023 06:19:00 -0500 Received: from mailtransmit05.runbox.com ([185.226.149.38]:33460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRWrI-0003ng-I2 for 61473@debbugs.gnu.org; Mon, 13 Feb 2023 06:18:58 -0500 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1pRWrB-00AYqe-GL; Mon, 13 Feb 2023 12:18:49 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1pRWr6-0005kX-35; Mon, 13 Feb 2023 12:18:44 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1pRWr3-0003Sq-DZ; Mon, 13 Feb 2023 12:18:41 +0100 From: Steve George Date: Mon, 13 Feb 2023 11:17:55 +0000 Message-Id: <20230213111757.692759-1-steve@futurile.net> X-Mailer: git-send-email 2.39.1 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: X-Migadu-Queue-Id: 0FFA036E58 X-Spam-Score: -0.92 X-Migadu-Spam-Score: -0.92 X-Migadu-Scanner: scn0.migadu.com List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: m1oL1ygdcrNx --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 80f7e619bb..cd4ca8c48d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -43149,6 +43149,31 @@ (define-public rust-prost-0.9 language.") (license license:asl2.0))) +;; It's recommended that rust-protobuf, rust-protobuf-codegen +;; and rust-probuf-codegen-pure be the same version +(define-public rust-protobuf-2 + (package + (name "rust-protobuf") + (version "2.14.0") + (source (origin + (method url-fetch) + (uri (crate-uri "protobuf" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "11bl8hf522s9mbkckivnn9n8s3ss4g41w6jmfdsswmr5adqd71lf")))) + (build-system cargo-build-system) + (arguments + `(#:tests? #f ;missing files? + #:skip-build? #f + #:cargo-inputs (("rust-bytes" ,rust-bytes-0.5) + ("rust-serde" ,rust-serde-1) + ("rust-serde-derive" ,rust-serde-derive-1)))) + (home-page "https://github.com/stepancheg/rust-protobuf/") + (synopsis "Rust implementation of Google protocol buffers") + (description "Library to read and write protocol buffer's data.") + (license license:expat))) + (define-public rust-psl-2 (package (name "rust-psl") -- 2.39.1