From unknown Mon Aug 18 00:10:12 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61571 <61571@debbugs.gnu.org> To: bug#61571 <61571@debbugs.gnu.org> Subject: Status: [PATCH] Add r-gpg. Reply-To: bug#61571 <61571@debbugs.gnu.org> Date: Mon, 18 Aug 2025 07:10:12 +0000 retitle 61571 [PATCH] Add r-gpg. reassign 61571 guix-patches submitter 61571 Kyle Andrews severity 61571 normal tag 61571 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 17 08:07:19 2023 Received: (at submit) by debbugs.gnu.org; 17 Feb 2023 13:07:19 +0000 Received: from localhost ([127.0.0.1]:38810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pT0SM-0002AB-KF for submit@debbugs.gnu.org; Fri, 17 Feb 2023 08:07:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:33224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pT0SK-0002A3-Fs for submit@debbugs.gnu.org; Fri, 17 Feb 2023 08:07:16 -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 1pT0SK-0002k3-5n for guix-patches@gnu.org; Fri, 17 Feb 2023 08:07:16 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT0SH-00046v-QM for guix-patches@gnu.org; Fri, 17 Feb 2023 08:07:15 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id F30AC2404A4 for ; Fri, 17 Feb 2023 14:07:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1676639230; bh=2+OQXZ3wrEseuSSjYGjO+rXL5vCkfagwvIQnlnDm0Io=; h=From:To:Subject:Date:From; b=aKxvDMNJh5Ltnu6zQ05SMn0IM5ZNdSv1lOl5wHgRccaU9aShmXeb+D16fJSnNZyyL RC9wVu1yDyx67k7tjydzNS7NVDtgnI5YKqKnG8f1+j27QU8VjTNxhvO+0IbQWLXpje TR1iQ3CmqxHAyHfkGfG1gNxOch5k58kNl7RNy/N/L/UH917tcXrhOxXX7DrHOtm4Us CO0Pa8NcVPgL0S+dbGHv6xfJ32rHcx8TuiiHE7S58avIxNLDfy4imyEDSGeDgyBWnc dJnqhsw/AWpBzL/qA2xogEfIl1gRIWKPC1WET5D5pljoAa0Ad+c7J/JIRsXtRyI/0W Kc3ymk6TmDVlA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PJBt22hrWz9rxQ for ; Fri, 17 Feb 2023 14:07:05 +0100 (CET) From: Kyle Andrews To: Guix Patches Subject: [PATCH] Add r-gpg. Date: Fri, 17 Feb 2023 13:02:33 +0000 Message-ID: <87a61c4f0o.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=kyle@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hello Guix, This is technically a (partial) follow up to issue 55379. I have made a fresh package of r-gpg and am submitting it just by itself. I tried to use `git send-email' but that repeated failed for some reason resulting in a code 550. So, I'm including the patch as an attachment instead using my trusted Emacs mail configuration instead. I created the patch using `git format-patch` at least. Cheers, Kyle --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=0001-gnu-Add-r-gpg.patch Content-Description: r-gpg patch >From 11b240f1df9265e8d63bcccec8daadf0935842fb Mon Sep 17 00:00:00 2001 Message-Id: <11b240f1df9265e8d63bcccec8daadf0935842fb.1676636407.git.kyle@posteo.net> From: Kyle Andrews Date: Fri, 17 Feb 2023 07:09:51 -0500 Subject: [PATCH] gnu: Add r-gpg. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6cea202519..5e6f380b6d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -79,6 +79,7 @@ (define-module (gnu packages cran) #:use-module (gnu packages ghostscript) #:use-module (gnu packages gl) #:use-module (gnu packages gnome) + #:use-module (gnu packages gnupg) #:use-module (gnu packages graph) #:use-module (gnu packages gtk) #:use-module (gnu packages haskell-xyz) @@ -668,6 +669,31 @@ (define-public r-googlevis the output locally.") (license license:gpl2+))) +(define-public r-gpg + (package + (name "r-gpg") + (version "1.2.8") + (source (origin + (method url-fetch) + (uri (cran-uri "gpg" version)) + (sha256 + (base32 + "1yysjv335mq6lpdc01yiv56zhs0085bdlanh74k3ahjbszh9cy27")))) + (properties `((upstream-name . "gpg"))) + (build-system r-build-system) + (propagated-inputs (list r-askpass r-curl gnupg)) + (native-inputs (list pkg-config r-knitr gpgme)) + (home-page "https://github.com/jeroen/gpg") + (synopsis "GNU Privacy Guard for R") + (description + "Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. +Includes utilities for public key encryption, creating and verifying digital +signatures, and managing your local keyring. Some functionality depends on the +version of GnuPG that is installed on the system. On Windows this package can +be used together with GPG4Win which provides a GUI for managing keys and +entering passphrases.") + (license license:expat))) + (define-public r-gson (package (name "r-gson") -- 2.37.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 17 08:36:03 2023 Received: (at control) by debbugs.gnu.org; 17 Feb 2023 13:36:04 +0000 Received: from localhost ([127.0.0.1]:38831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pT0uB-0002wB-Mp for submit@debbugs.gnu.org; Fri, 17 Feb 2023 08:36:03 -0500 Received: from tobias.gr ([80.241.217.52]:41428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pT0u6-0002ve-A8 for control@debbugs.gnu.org; Fri, 17 Feb 2023 08:36:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=LTjDuwo078MHC wmiqq48ywzEUomNafxkSLUlhWtQQJ8=; h=date:to:from; d=tobias.gr; b=pobXfM QmT01y6/Z+NLkzZBzBMVC+kSg2/BgQvn5pRCZNbQHYpD8RfVS5dx55kE+SvH0DK08QFgRd dchIc2MWopJnDuee3yqDhE5ADKm3vbONkWM4RaDLdzt1UcbSf0Jf24Fg4uC0viM/JL8DW8 VFLmOB6BaDlJkMg0aGnAl1/yXaOvpMx3L5BQNWyqZAAun8rBQq0bbCLAKvcjXABrSzL7zI b3m0dio1kqQEiE8eQNPGpbZ8ElRO13RZgzklUBz4ZdLTGEcmg/0KX74P/ZEd+Rq/BPpGu9 BYHNtFVu23c6G2QOzNIeua/nagzluLAYILqa8xLNrw9vJObifoMowltQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id b59b0db5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 17 Feb 2023 13:35:53 +0000 (UTC) From: Tobias Geerinckx-Rice To: GNU bug tracker automated control server Date: Fri, 17 Feb 2023 14:34:28 +0100 BIMI-Selector: v=BIMI1; s=default; Message-ID: <877cwgct4x.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 61572 61571 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 T_SPF_TEMPERROR SPF: test of record failed (temperror) 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) merge 61572 61571 From debbugs-submit-bounces@debbugs.gnu.org Thu May 15 05:25:03 2025 Received: (at 61571-done) by debbugs.gnu.org; 15 May 2025 09:25:03 +0000 Received: from localhost ([127.0.0.1]:51071 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uFUpp-0006TO-Vb for submit@debbugs.gnu.org; Thu, 15 May 2025 05:25:02 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21159) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uFUpm-0006SS-Ru for 61571-done@debbugs.gnu.org; Thu, 15 May 2025 05:25:00 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1747301095; cv=none; d=zohomail.com; s=zohoarc; b=IOC7q/Un79xo+KRvmsPy5vRrcPhCyQAi62KdhOHufWgwmg1E+Ip4/VM8aD7la3AE3nZmMR+pwVOaH4FG4IfdNVjeuFmBu0YQRM6ARn6xIswQSqkRBs6v/zcqF8gfx5ZdbnLuu1HLMpKXyyslIo3LbVoLSYX4wYgWkFf1qxRhTZ4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1747301095; h=Content-Type:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=lDHrkNDH9tQrGLQwruwvdzYEs6KCmFCc3zl5/jQgU1I=; b=m9+1Fl6H6rG0g4jBZTxEKwwU+vskNK2otoJ0KqtqJEa89mJyyqrmzS0zLJr3p1mBfP4vPNSu0KY9Eagg3toLVYvFbsu9HTYG6gjimp4lsGwss5YVpq0OjDLHdAohwymkCrPXcY72y78WoDHlEWQifPqvELI3TEkZSFsE7buuz2I= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1747301095; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=lDHrkNDH9tQrGLQwruwvdzYEs6KCmFCc3zl5/jQgU1I=; b=M9lR8OIpAfz0jIMsba7laSgcR1JROfgHHMZg4wjooyH1D154FhnN5qomYG3sk9pS XNnuIpnjNzlWaQPDb7osFaMB+U24LrDEAd++6BUPuJmOSLVJSEZbuDQl5RILy8lyhxz JiBfZzugee7AMAwct+o30H5F2YfJn2LxE/hSaWtw= Received: by mx.zohomail.com with SMTPS id 1747301092109256.62862958361666; Thu, 15 May 2025 02:24:52 -0700 (PDT) From: Ricardo Wurmus To: 61571-done@debbugs.gnu.org Subject: [PATCH] Add r-gpg. User-Agent: mu4e 1.12.9; emacs 29.4 Date: Thu, 15 May 2025 11:24:49 +0200 Message-ID: <875xi2tee6.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61571-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Closing this because the merged issue has been closed as well. -- Ricardo From unknown Mon Aug 18 00:10:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Jun 2025 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator