emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68935: closed ([PATCH 0/3] Add 'put' option to guix import.)


From: GNU bug Tracking System
Subject: bug#68935: closed ([PATCH 0/3] Add 'put' option to guix import.)
Date: Fri, 23 Feb 2024 19:54:02 +0000

Your message dated Fri, 23 Feb 2024 20:52:20 +0100
with message-id <87r0h3dkln.fsf@gnu.org>
and subject line Re: [bug#68935] [PATCH v3 0/7] Add insert option to guix 
import.
has caused the debbugs.gnu.org bug report #68935,
regarding [PATCH 0/3] Add 'put' option to guix import.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68935: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68935
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Add 'put' option to guix import. Date: Mon, 5 Feb 2024 15:51:07 +0100
Hi all,

The first patch makes (svn-fetch) invoke svn from a native package
instead of one from the current PATH, if any. The third patch adds the
'put' option to 'guix import', so new package definitions get inserted
among existing definitions into e.g. gnu/packages/crates-io.scm. 

Cheers,
Herman

Herman Rimm (3):
  svn-fetch: Require svn-command argument.
  guix: import: Wrap package expressions with define-public.
  guix: import: Put packages into modules in alphabetical order.

 doc/guix.texi           | 14 +++++-
 guix/build/svn.scm      |  5 +--
 guix/scripts/import.scm | 96 ++++++++++++++++++++++++++++++-----------
 guix/svn-download.scm   | 35 +++++++++++----
 4 files changed, 111 insertions(+), 39 deletions(-)


base-commit: a3df20db8c3b9c819db7ca29bf014e2544e389d4
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68935] [PATCH v3 0/7] Add insert option to guix import. Date: Fri, 23 Feb 2024 20:52:20 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi!

Herman Rimm <herman@rimm.ee> skribis:

>   doc: Note SVN dependency of texlive importer.
>   import: Wrap package expressions with define-public.
>   utils: Add insert-expression procedure.
>   utils: Add find-definition-insertion-location procedure.
>   import: Insert packages into modules alphabetically.
>   import: Discard args after --version and --help.
>   import: Do not return package name with json importer.

Pushed as b386c11e7804e0b577411d930b60f1e0a4a0382c, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]