From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id mJP6AXhp82VE0gAAe85BDQ:P1 (envelope-from ) for ; Thu, 14 Mar 2024 22:17:44 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id mJP6AXhp82VE0gAAe85BDQ (envelope-from ) for ; Thu, 14 Mar 2024 22:17:44 +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=LkN3R8io; 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=1710451063; a=rsa-sha256; cv=none; b=hlGOpGWlDnsp8YnFJeVcyyL1dbqY+aVtHAV2Zz6H77Rte4xzmzrzfuFZXOQWhP47FAdFOD AKJ9qrNtea7fKxbU3lvXyaxuS8oKanwfc33T/ZiM60xTSoglGK2T+jPR0IzGmAnPLInCLz sYENwlMD9n48EKM3LWvUKkC+kZwTqkIAhz+iFUGL+qOnOfYX+SEGPIo1hBO4s0e0eNDRKA rQiq67iZi6WeLO7Lb94hx+PbnwysCqbUcEBp4T3IbP63nzFambHQr4WpimaKvfo8qh+l39 SxkBE69g4RkoeK/agskoJiwoUWGhxcr85jmDhga6X0UssGqBZj3X6FnfCFBg/w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=LkN3R8io; 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=1710451063; 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=2b8ix/3YJzVgtAh/4k18a28/Cwk8K4zxZW1bFXEbLW4=; b=cyvwLIaLlc7ITQAwj0QNyciDchbPv2g45VW3U04WwgdUiftPlyWh4CCDf06gSrx2JaCZWg kx1FXiWJipPVikw+/lAacwL79bYNYB4pY6Q/B460p4NxQiZcmEq0Lj5HmxURc5/3OZGfik ycQE3ecbaDsrKSD7ZqFAVKA6bEwOiBbgBfeKRkXR0b077xPcDObrgpXUYa/FerVXQNwxMo UxuyKvys6hx1ELnVdi2akM1QKzJDJBhDvt7ou2gJZNbfx+g+jLZJlso2Y39/hKfOWxnFuL Z6xxUGqr/4u+w1uaAyFnqY+/dqtfDNg8Q2mWJE24c/hcEJcuEY6LX+dolt/SJQ== 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 E4C70270DF for ; Thu, 14 Mar 2024 22:17:42 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rksSC-0005gc-5z; Thu, 14 Mar 2024 17:17:32 -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 1rksSA-0005gJ-AL for guix-patches@gnu.org; Thu, 14 Mar 2024 17:17:30 -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 1rksSA-0004Mh-2K for guix-patches@gnu.org; Thu, 14 Mar 2024 17:17:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rksSj-00054i-Qk for guix-patches@gnu.org; Thu, 14 Mar 2024 17:18:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69803] [PATCH rust-team 03/37] gnu: Add rust-atspi-common-0.3. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 14 Mar 2024 21:18:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69803 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69803@debbugs.gnu.org Cc: Herman Rimm Received: via spool by 69803-submit@debbugs.gnu.org id=B69803.171045108019397 (code B ref 69803); Thu, 14 Mar 2024 21:18:05 +0000 Received: (at 69803) by debbugs.gnu.org; 14 Mar 2024 21:18:00 +0000 Received: from localhost ([127.0.0.1]:50775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rksSc-00052T-Vo for submit@debbugs.gnu.org; Thu, 14 Mar 2024 17:18:00 -0400 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:56223 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rksSY-00051Q-G7 for 69803@debbugs.gnu.org; Thu, 14 Mar 2024 17:17:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1710451023; 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=2b8ix/3YJzVgtAh/4k18a28/Cwk8K4zxZW1bFXEbLW4=; b=LkN3R8ioFzGgLA7tnnhFJerAWN72VZYccbjbCXGlCKqe/WiVzdf4pMOvKwNnUDVKNVlLou VNHu5hM5W/fIKugcjmubFf/QDEEf5MV1kWwwN5d8g6QlTdSWLjBMVRmIu0DvLs8bvzthoa vcY/jQoeeKaUBKVQjVGp57bVXeb4pw6RYxFgEOsT4nnlzw/2WsNxqLfHCCrzL6He84clzj XJRzNpQPv8cEOOen7WlxjhEYPOL5AVDZE2AdaTBIRNJdNKa/cgIAY0CRD/JoXrj04zonEi YeivPQwriST6NBOsXc+A8dGRM2s5a9RSkCfgiO+npvwlz/iSBHmfIzc2hi8FlA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5531bd92 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 14 Mar 2024 21:17:03 +0000 (UTC) Date: Thu, 14 Mar 2024 22:16:04 +0100 Message-ID: <20240314211638.6190-3-herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240314211638.6190-1-herman@rimm.ee> References: <20240314211638.6190-1-herman@rimm.ee> 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-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.30 X-Spam-Score: -6.30 X-Migadu-Queue-Id: E4C70270DF X-TUID: KS4gG15ayurs * gnu/packages/crates-io.scm (rust-atspi-common-0.3): Add variable. Change-Id: Iabedb9b7622e56ee3994db5bb0f37d5b47406e31 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9cc0d61f1e..6d0617823d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -5192,6 +5192,42 @@ (define-public rust-atty-0.2 "This package provides a simple interface for querying atty.") (license license:expat))) +(define-public rust-atspi-common-0.3 + (package + (name "rust-atspi-common") + (version "0.3.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "atspi-common" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1xfdn94r697l98669gsq04rpfxysivkc4cn65fb1yhyjcvwrbbwj")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-enumflags2" ,rust-enumflags2-0.7) + ("rust-serde" ,rust-serde-1) + ("rust-static-assertions" ,rust-static-assertions-1) + ("rust-zbus" ,rust-zbus-3) + ("rust-zbus-names" ,rust-zbus-names-2) + ("rust-zvariant" ,rust-zvariant-3)) + #:cargo-development-inputs + (("rust-byteorder" ,rust-byteorder-1) + ("rust-rename-item" ,rust-rename-item-0.1) + ("rust-serde-plain" ,rust-serde-plain-1) + ("rust-static-assertions" ,rust-static-assertions-1) + ("rust-tokio" ,rust-tokio-1) + ("rust-tokio-stream" ,rust-tokio-stream-0.1) + ("rust-tokio-test" ,rust-tokio-test-0.4) + ("rust-zbus" ,rust-zbus-3)))) + (home-page "https://github.com/odilia-app/atspi") + (synopsis "Primitive types to transmit Linux accessibility events.") + (description + "This package provides primitive types used for sending and receiving +Linux accessibility events.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-auto-impl-0.5 (package (name "rust-auto-impl") -- 2.41.0