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)]
Hi Maxime,
Here is the version of the GPG package which I intended to send in the
first place with the verbiage about GPG4WIN removed per your suggestion.
8<------------------------------------------------------------------------------------
(define-public r-gpg
(package
(name "r-gpg")
(version "1.2.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "gpg" version))
(sha256
(base32 "17rvi3qff2kanqr3g20dzhn48bfh5sv57g0wsamndzcif7rhjhby"))))
(properties `((upstream-name . "gpg")))
(build-system r-build-system)
(propagated-inputs (list r-askpass r-curl))
(native-inputs (list pkg-config r-knitr gpgme gnupg))
(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.")
(license license:expat)))
------------------------------------------------------------------------------------>8
I have also attached a new patch.
Kyle
[0001-gnu-Add-r-gpg.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]
Maxime Devos <maximedevos <at> telenet.be> writes:
> [[PGP Signed Part:Undecided]]
> Kyle Andrews schreef op za 14-05-2022 om 16:53 [+0000]:
>> > [[PGP Signed Part:Undecided]]
>> > kyle schreef op do 12-05-2022 om 02:10 [+0000]:
>> > > + (propagated-inputs
>> > > + `(("r-askpass" ,r-askpass) ("r-curl" ,r-curl)))
>> >
>> > Can probably be simplified to (propagated-inputs (list r-askpass)).
>> >
>>
>> According to the ~DESCRIPTION~ file the package will not build
>> without
>> both askpass and curl R packages. So, I will leave those in.
>
> Oops I meant (propagated-inputs (list r-askpass r-curl)) here -- keep
> the inputs, but remove the labels, as per
> <https://guix.gnu.org/en/blog/2021/the-big-change/>.
>
> Greetings,
> Maxime.
>
> [[End of PGP Signed Part]]
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.