all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kyle Andrews <kyle@posteo.net>
To: 61571@debbugs.gnu.org
Subject: [bug#61571] [PATCH] Add r-gpg.
Date: Fri, 17 Feb 2023 13:02:33 +0000	[thread overview]
Message-ID: <87a61c4f0o.fsf@posteo.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]


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


[-- Attachment #2: r-gpg patch --]
[-- Type: text/plain, Size: 2054 bytes --]

From 11b240f1df9265e8d63bcccec8daadf0935842fb Mon Sep 17 00:00:00 2001
Message-Id: <11b240f1df9265e8d63bcccec8daadf0935842fb.1676636407.git.kyle@posteo.net>
From: Kyle Andrews <kyle@posteo.net>
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


                 reply	other threads:[~2023-02-17 13:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a61c4f0o.fsf@posteo.net \
    --to=kyle@posteo.net \
    --cc=61571@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.