From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id wIb0LZt/0mXz6wAA62LTzQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 23:07:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id wIb0LZt/0mXz6wAA62LTzQ (envelope-from ) for ; Sun, 18 Feb 2024 23:07:23 +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=CGBIFeyN; 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=1708294043; 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=X1QiJW+csCLMUgKTeXAZDu+H6eI326evcnmJblG4A34=; b=CYepyOw0i4956mCb8cErR6hw1H8Ia01Ba6TcKsIWN3A4D+JrQiRiJmER0aGCUMn9gZucQC gGGiFxShMKO9aWOI5uM/YxJe8NbFrVn2rQb6KHW86p/71k9mwGcwRs1kBq5Ut0+NBf1iQ0 3PrL8e0W5QQfQ3yw8CDgduh150f36TZNOw+NlmZVvWtQwT9u0Cecs2BOD9xNFafVHwCkPY L1t55ZZxHTYE4OWoFzz/n+HZw9B8NQMzLdBVPImRJr7K+FXnnzxeYxEHykcDOzFI39G2hX BnRNwoFbKZLTbm4g/bmzMukNlomsksUbD+v014H5xrZ2gIjwePAzKqrdyUnvzg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=CGBIFeyN; 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=1708294043; a=rsa-sha256; cv=none; b=tqSVJ/BBgbV+3QRAthItJrpLc9b94fjETrU/PpOEql/a81Pah2Y95KrcjgtdWfVb8DI+X7 cs9kMNLf+IRJwtvbl62q9mKcfKm5Q/5Orzu0G45s0oroBpvKlBQ4cJR5+4vX3hkq5MD1ki dRVdpTkuTg3GquYd/pd4tlZBlKxSImJr0TIKGrwGIQy1CvwSGDvE01bXaEfTlcT4q2GbdK UV9/LTJnkN+fPyLZFf20j5dya8SQU6DCOoQVi/j0cwlPEtE2BYmkvh+TdMDdwW/9HntulG xetCSAH6pSp+cOm6Jczy8wSRKH/ul/+pbyqjb7GcSHMrHCzLw4CourFE1WhidA== 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 A890640EEA for ; Sun, 18 Feb 2024 23:07:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rbobj-000425-G6; Sun, 18 Feb 2024 16:21:55 -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 1rbobW-0003zd-M5 for guix-patches@gnu.org; Sun, 18 Feb 2024 16:21:44 -0500 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 1rbobW-0000o6-Dl for guix-patches@gnu.org; Sun, 18 Feb 2024 16:21:42 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rbobr-0003vm-1q; Sun, 18 Feb 2024 16:22:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69257] [PATCH 084/228] gnu: Place rust-paw-attributes-1 in alphabetical order. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sun, 18 Feb 2024 21:22:03 +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: Herman Rimm , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 69257-submit@debbugs.gnu.org id=B69257.170829127315012 (code B ref 69257); Sun, 18 Feb 2024 21:22:03 +0000 Received: (at 69257) by debbugs.gnu.org; 18 Feb 2024 21:21:13 +0000 Received: from localhost ([127.0.0.1]:39375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbob3-0003u2-2g for submit@debbugs.gnu.org; Sun, 18 Feb 2024 16:21:13 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:51237 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rboO9-0002ts-3K for 69257@debbugs.gnu.org; Sun, 18 Feb 2024 16:07:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1708290449; 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=X1QiJW+csCLMUgKTeXAZDu+H6eI326evcnmJblG4A34=; b=CGBIFeyNwKvbNTm48A7hT+2KbsUDpt+5nF+CaYXIdTkbczjJHoMpoFCqcY/KGSD6yAyb3b HS02UQQQshHbyA/vSkPyS3HMMbAPgNfH8NmVm38wkkJZolmpNEzA/rQ8Z3hi7IrRejGGuj Ai8K+YzlifejafrCYOAOAJFivhaiRIvFMCQqwil4ryr6HrfHfdYGHr6Mo1Ytp56sD11Q0v t4U9ufk/WBxEyURQC3ttVVMRMlnPgFAbf5F5BNARZEtxBlvwjmwzV+KIfLRFGHeWksTPY7 cPf6NgFS+tC7kFsjyAMoZ2G3DtkzsxEpxOhX69qcPaz9EAYw2dOUT0uHxlEzHA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 67e4175f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 18 Feb 2024 21:07:29 +0000 (UTC) Date: Sun, 18 Feb 2024 22:03:22 +0100 Message-ID: <4feafcb074022dbb900e34305341e43dde6aefd0.1708288185.git.herman@rimm.ee> 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.48 X-Spam-Score: -6.48 X-Migadu-Queue-Id: A890640EEA X-Migadu-Scanner: mx13.migadu.com X-TUID: mHiBTj0Jcw+B gnu/packages/crates-io.scm (rust-paw-attributes-1): Move variable. Change-Id: Icb49b996e36f8ba04d43ed3ed88407b42151b253 --- gnu/packages/crates-io.scm | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 580ecb100a..ad31493234 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -46572,6 +46572,29 @@ (define-public rust-pathdiff-0.2 path.") (license (list license:asl2.0 license:expat)))) +(define-public rust-paw-attributes-1 + (package + (name "rust-paw-attributes") + (version "1.0.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "paw-attributes" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0fda1v7y5pfmg8d2v7m0pyvif6c44qjz914jjn718pdyclrmhd8g")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-1)))) + (home-page "https://github.com/rust-cli/paw") + (synopsis "Proc Macro attributes for the Paw crate") + (description "This package provides Proc Macro attributes for the Paw +crate.") + (license (list license:expat license:asl2.0)))) + (define-public rust-paw-raw-1 (package (name "rust-paw-raw") @@ -63487,29 +63510,6 @@ (define-public rust-paw-1 (description "This package provides a CLI argument parser.") (license (list license:expat license:asl2.0)))) -(define-public rust-paw-attributes-1 - (package - (name "rust-paw-attributes") - (version "1.0.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "paw-attributes" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0fda1v7y5pfmg8d2v7m0pyvif6c44qjz914jjn718pdyclrmhd8g")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs - (("rust-proc-macro2" ,rust-proc-macro2-1) - ("rust-quote" ,rust-quote-1) - ("rust-syn" ,rust-syn-1)))) - (home-page "https://github.com/rust-cli/paw") - (synopsis "Proc Macro attributes for the Paw crate") - (description "This package provides Proc Macro attributes for the Paw -crate.") - (license (list license:expat license:asl2.0)))) - ;; TODO: Unbundle sleef. (define-public rust-sleef-sys-0.1 (package -- 2.41.0