mbox series

[bug#61928,0/2] Update and style-ize rnp

Message ID 9b6ed9ac-400f-ffa6-df41-8b89a45006ba@jackhill.us
Headers show
Series Update and style-ize rnp | expand

Message

Jack Hill March 3, 2023, 4:31 a.m. UTC
Hi Guix,

These patches update rnp and improve the package style (label-less inputs 
and other miscellaneous cleanups). I tested on x86_64 linux. This update 
means we can remove some patches as the upstream version now works well 
with Guix. I was also able to remove a python2 input. Yay!

Best,
Jack

Jack Hill (2):
   gnu: rnp: Update to 0.16.2.
   gnu: rnp: Improve package style.

  gnu/local.mk                                  |   3 -
  gnu/packages/openpgp.scm                      |  65 +++----
  .../patches/rnp-add-version.cmake.patch       | 169 ------------------
  .../patches/rnp-disable-ruby-rnp-tests.patch  |  26 ---
  .../patches/rnp-unbundle-googletest.patch     |  43 -----
  5 files changed, 23 insertions(+), 283 deletions(-)
  delete mode 100644 gnu/packages/patches/rnp-add-version.cmake.patch
  delete mode 100644 gnu/packages/patches/rnp-disable-ruby-rnp-tests.patch
  delete mode 100644 gnu/packages/patches/rnp-unbundle-googletest.patch

Comments

Ludovic Courtès March 13, 2023, 2:07 p.m. UTC | #1
Hi,

Jack Hill <jackhill@jackhill.us> skribis:

> These patches update rnp and improve the package style (label-less
> inputs and other miscellaneous cleanups). I tested on x86_64
> linux. This update means we can remove some patches as the upstream
> version now works well with Guix. I was also able to remove a python2
> input. Yay!

Well done!

>   gnu: rnp: Update to 0.16.2.
>   gnu: rnp: Improve package style.

Applied, thanks!

qa.guix did not pick it up for some reason, but I confirm it builds on
x86_64-linux with today’s ‘master’.

Ludo’.