From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eMGRFnu13WKgTAAAbAwnHQ (envelope-from ) for ; Sun, 24 Jul 2022 23:11:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id wGiJFnu13WJ5tQAA9RJhRA (envelope-from ) for ; Sun, 24 Jul 2022 23:11:23 +0200 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 1582814A74 for ; Sun, 24 Jul 2022 23:11:23 +0200 (CEST) Received: from localhost ([::1]:52332 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFisk-000522-35 for larch@yhetil.org; Sun, 24 Jul 2022 17:11:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFisQ-00051f-UO for guix-patches@gnu.org; Sun, 24 Jul 2022 17:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59021) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oFisQ-0003MJ-MJ for guix-patches@gnu.org; Sun, 24 Jul 2022 17:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oFisQ-0001Wb-HP for guix-patches@gnu.org; Sun, 24 Jul 2022 17:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56752] [PATCH 01/27] gnu: Add rust-rt-format-0.3. Resent-From: Aleksandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 24 Jul 2022 21:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56752 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56752@debbugs.gnu.org Received: via spool by 56752-submit@debbugs.gnu.org id=B56752.16586970515839 (code B ref 56752); Sun, 24 Jul 2022 21:11:02 +0000 Received: (at 56752) by debbugs.gnu.org; 24 Jul 2022 21:10:51 +0000 Received: from localhost ([127.0.0.1]:48769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFisF-0001W7-BD for submit@debbugs.gnu.org; Sun, 24 Jul 2022 17:10:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45453) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFisD-0001Vs-9l for 56752@debbugs.gnu.org; Sun, 24 Jul 2022 17:10:50 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 35C06240026 for <56752@debbugs.gnu.org>; Sun, 24 Jul 2022 23:10:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1658697043; bh=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=; h=From:To:Subject:Date:From; b=l4TmaLpCgFwpH2C5yQj8Nfv0s0BzWRsHiLA6y3MoI53w0/eHWNCGuUUtrEklMnaYo cyHlmQJ6zCsdsXArfJx4zBfx6cpmynAdJ8gHVIbdeF2muBFOKXSogMvVbR9Ug9yqGv 9Vpg4r4wwNFbi9GXQEuV4QjmvRQvgSX0284uYW+ajd5xEIpVfcY3s8yJMbdG+lMkIK P+Ec9aiKpwQ72er7pqXNDLtguG2dVCQ3w8vgwU2ehZZvNVb15HoeAqM56S2JBKjr/3 IhStpnyxje6Zm0nXewVYIDbXYkRvIGZc5Zl+l2EELwqUIGEbF3lzM5lgsqCmRaqu65 UWdMjucHbK/Pw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4LrbS22Myhz9rxB for <56752@debbugs.gnu.org>; Sun, 24 Jul 2022 23:10:39 +0200 (CEST) From: Aleksandr Vityazev In-Reply-To: References: Message-Id: <3fa657737f3a958008ce5835b3648891ef3a8215.1658695688.git.avityazev@posteo.org> MIME-Version: 1.0 Content-Type: text/plain * gnu/packages/crates-io.scm (rust-rt-format-0.3): New variable. --- 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 16ac36c9f5..4294c4beda 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -14806,6 +14806,31 @@ (define-public rust-roxmltree-0.14 "@code{roxmltree} represents an XML 1.0 document as a read-only tree.") (license (list license:expat license:asl2.0)))) +(define-public rust-rt-format-0.3 + (package + (name "rust-rt-format") + (version "0.3.1") + (source (origin + (method url-fetch) + (uri (crate-uri "rt-format" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1qjjwh9ny95xck1kp99gi6hfm9glrx54jx8npnj6yccxc7p7q225")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-lazy-static" ,rust-lazy-static-1) + ("rust-regex" ,rust-regex-1)))) + (home-page "https://github.com/vstojkovic/rt-format") + (synopsis "Fully-runtime equivalent of the format! macro") + (description "Fully-runtime equivalent of the format! macro. +Allows formatting strings like the format! macro, with the formatting +string and the arguments provided at runtime. This crate supports all +the formatting features of the format! macro, except for the fill character.") + (license license:asl2.0))) + (define-public rust-rust-crypto-0.2 (package (name "rust-rust-crypto") -- 2.37.1 -- Aleksandr Vityazev Date: Sun, 24 Jul 2022 21:10:14 +0000 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658697083; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: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=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=ThmPCEC0BCWfi18N2v67kGMbIkDvRt+N77pER3hISvuRA8VwG7GV9zW7quH+hYkOb9qGdo K4YKDhlyaciqgLzmZ2pvSL+78X+r2NH4bLZyZksKaFkEkAQxSCoE8EIln3k2l7XZUchO+L G4x0by5sslYwIKKBUf3gKtbD6ToQOopRBng0Kr4mn3NcDIWBlM1inaGADvyS/HStwGPUce bxHxeN2RjWWDKlFPpLHW760uoGTo+gly3xuOmdp7XWj3/hu5Zg1IFH5/PECITfyAlGFaxB l59416RljN1zUnKUXemXEh4Ymcd7X7FmQXfjnBAzhz7iaiBmrm1WYh00I4TTEg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658697083; a=rsa-sha256; cv=none; b=Xh4oSP/Jco1hQlx+gZ3mSzmP3VrdpMESML35CTtL9fVxrUkkO3wWhP/QnIfoW6wjmlTQXe EP0dY9vY3BzJFlrKXGd6JYhRVR0/pYRzMRme8BdAgLtCG87UJKWhZsz54qhdhTXomr47yd LEmL0R4SWOG3XazElW0R5BwFZ+/IXYjmVn73QO87zY2PS+OSq5bBBvHLxpdMM4EEQQrOU4 kFeYeUHe3yjWUVzdV+GXJ/qNjmtQw9PqElNBGti54lVPdbXoslDLFDWpLj+4VAXofpPiQp gEA3gOqj+xYaJYdgM6nujFAWiFeomudGAEBRlavqjoG2r+0E4znkMdCWUaIFlQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=l4TmaLpC; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=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" X-Migadu-Spam-Score: 6.87 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=l4TmaLpC; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=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" X-Migadu-Queue-Id: 1582814A74 X-Spam-Score: 6.87 X-Migadu-Scanner: scn0.migadu.com X-TUID: QbcxwlHFD96G