From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id qK/DB0ScLmYJSAAAe85BDQ:P1 (envelope-from ) for ; Sun, 28 Apr 2024 20:58:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id qK/DB0ScLmYJSAAAe85BDQ (envelope-from ) for ; Sun, 28 Apr 2024 20:58:12 +0200 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=kFGYYDy+; 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=1714330692; a=rsa-sha256; cv=none; b=s4PJLOPmHi2w18Fkp9xCpgPVQLVFm2wZ7Bz9g7NJe3woDXUmlbVW6m+4BOtRYh+jUSQaY5 UHG8JWVoWdcgdb1f7QDhZK29jPoYz8oeem2BT4w30qLxSfp/h4dOM4dUDIm0k/js6pMOeY 1ayIO9+s25mhGmG2qISH55yFP2ZUWNfI3aPm6PCS8W5xbhklkBijiWRoPKsf+OYyOaiowM 5kDKOqOCYZWKjntduK1Wwl463WJ2i81D86VoItEajM9cnN7krRCpKh48qbD/vdLy6IsljF 3nNk07J+7LF8xbX8XStPZu1ZohPMWTaCFLekLRMwsoML93soN+8VQRpnSIr9dQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=kFGYYDy+; 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=1714330692; 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=m55VJ928w5vD46BB+1WTUlslX8qTj71iDEx+bIJc4kc=; b=iPsFrmknZHiG5u0XOAdmmiSxaF/JnlsYECn8sk1y0OYRleD8iftQ3QTNNTaAGEjKsyvL0F vHDUn2Teo8fa2028HoFhHr74M6tPE2OL4ssWBHUZMEJY5g2bXjS0+aJ63GDZ9MftWmK2kS WLGhS4vN4oQEUGVlPjtH2Mu2lNM6USYO28wq20JWiluGJlgxdA+uMMjrIge1sLNeG04G7o /hD6TMUmkl5XY5qJJfvcj5OQSEHQy5scIr55PJjOObOjdPciftOB/eCpbO27j9Sr2djFsD FXMu80QcJxtOp1P712/I70Oermh+mwPt7WYES4Qp4+/gobWrdhyIXtSaRN++TQ== 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 46C011B21D for ; Sun, 28 Apr 2024 20:58:10 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s19if-00023H-TN; Sun, 28 Apr 2024 14:57:49 -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 1s19id-000220-B2 for guix-patches@gnu.org; Sun, 28 Apr 2024 14:57:48 -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 1s19ic-0006Ri-Bn for guix-patches@gnu.org; Sun, 28 Apr 2024 14:57:47 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s19iv-0005kC-SR; Sun, 28 Apr 2024 14:58:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69257] [PATCH rust-team v2 005/117] gnu: Add rust-opentelemetry-semantic-conventions-0.13. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sun, 28 Apr 2024 18:58:05 +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: Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 69257-submit@debbugs.gnu.org id=B69257.171433066421866 (code B ref 69257); Sun, 28 Apr 2024 18:58:05 +0000 Received: (at 69257) by debbugs.gnu.org; 28 Apr 2024 18:57:44 +0000 Received: from localhost ([127.0.0.1]:51776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s19iY-0005g5-TR for submit@debbugs.gnu.org; Sun, 28 Apr 2024 14:57:43 -0400 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:39911 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s19iO-0005dt-J2 for 69257@debbugs.gnu.org; Sun, 28 Apr 2024 14:57:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1714330622; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=m55VJ928w5vD46BB+1WTUlslX8qTj71iDEx+bIJc4kc=; b=kFGYYDy+46Ii2JF+aJV77IXzQzaw1oOL2n4RhKedGWhTu6Ys+vTbmJX206Ebcd86KngXxD ynktYgPv7Kt1S17Vwrw1dJBNBL1qrGtqbidZCbN9Z5Npp0YtUlkN6DdistCsDyx7emDKQO irW0IkMlfrvbTHDnJyUh5VVBQCjEvlt/esTdbIPJkzakWLNxONpLj5sbn1MM2CL8NOIv5T paLEg5dzAnjzUcrdHow2ngeFPfaCFDDKOcdaGThAmjOrUDsd6ncBZIX8+zdecOydfZ8ZcO cFiG8Jgo2rZM9w1CTvQ5gM8SnBieZK73BitsaERbGU5nBPtMtSa90KmDPpEFGg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id c1873988 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <69257@debbugs.gnu.org>; Sun, 28 Apr 2024 18:57:02 +0000 (UTC) Date: Sun, 28 Apr 2024 20:54:31 +0200 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 46C011B21D X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.39 X-Spam-Score: -6.39 X-TUID: Fggbh/aCkl6r * gnu/packages/crates-io.scm (rust-opentelemetry-semantic-conventions-0.13): Add variable. Change-Id: I836880e1cd72b5ba1f5919144daf30f9a56e4b1b --- gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ac8ec15e66..86bd4a3f38 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -48996,6 +48996,36 @@ (define-public rust-opentelemetry-sdk-0.21 collection and distributed tracing framework.") (license license:asl2.0))) +(define-public rust-opentelemetry-semantic-conventions-0.13 + (package + (name "rust-opentelemetry-semantic-conventions") + (version "0.13.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "opentelemetry-semantic-conventions" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "115wbgk840dklyhpg3lwp4x1m643qd7f0vkz8hmfz0pry4g4yxzm")) + (modules '((guix build utils))) + (snippet '(substitute* "Cargo.toml" + (("\\[dev-dependencies\\]" all) + (string-append + all "\nopentelemetry_sdk = { features = " + "[\"trace\"], version = \"0.21\" }")))))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-opentelemetry" ,rust-opentelemetry-0.21)) + #:cargo-development-inputs + (("rust-opentelemetry-sdk" ,rust-opentelemetry-sdk-0.21)))) + (home-page (string-append + "https://github.com/open-telemetry/opentelemetry-" + "rust/tree/main/opentelemetry-semantic-conventions")) + (synopsis "Semantic conventions for OpenTelemetry") + (description "This package provides semantic conventions for +@code{OpenTelemetry}.") + (license license:asl2.0))) + (define-public rust-opml-1 (package (name "rust-opml") -- 2.41.0