GNU bug report logs -
#55379
[PATCH 01/14] gnu: Add r-gpg.
Previous Next
Reported by: kyle <kyle <at> posteo.net>
Date: Thu, 12 May 2022 02:11:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#55379: [PATCH 01/14] gnu: Add r-gpg.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 55379 <at> debbugs.gnu.org.
--
55379: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55379
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Unfortunately, this is now too old to be of further use for us.
Closing.
--
Ricardo
[Message part 3 (message/rfc822, inline)]
From: Kyle Andrews <kyle <at> posteo.net>
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5c05f20ea7..f69a7dd605 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -103,6 +103,7 @@ (define-module (gnu packages cran)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages statistics)
+ #:use-module (gnu packages gnupg)
#:use-module (gnu packages tcl)
#:use-module (gnu packages textutils)
#:use-module (gnu packages tls)
@@ -33255,3 +33256,29 @@ (define-public r-zoeppritz
coefficients or scattering amplitudes, for seismological P and S-waves at an
interface.")
(license license:gpl2+)))
+
+(define r-gpg
+ (package
+ (name "r-gpg")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gpg" version))
+ (sha256
+ (base32
+ "1qc7w4d6frp0j4yk0q7slkj1mps80bv78lixcpw1shgx48rp41kh"))))
+ (properties `((upstream-name . "gpg")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-askpass" ,r-askpass) ("r-curl" ,r-curl)))
+ (inputs
+ `(("gpgme" ,gpgme) ("gnupg" ,gnupg)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config) ("r-knitr" ,r-knitr)))
+ (home-page
+ "https://jeroen.cran.dev/gpg/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. Note that 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)))
--
2.36.0
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.