GNU bug report logs - #50304
[PATCH] import: elpa: Support NonGNU ELPA.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Tue, 31 Aug 2021 18:19:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50304 in the body.
You can then email your comments to 50304 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50304; Package guix-patches. (Tue, 31 Aug 2021 18:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 31 Aug 2021 18:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] import: elpa: Support NonGNU ELPA.
Date: Tue, 31 Aug 2021 20:17:52 +0200
* guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL.
* doc/guix.texi (Invoking guix import): Document it.
---
 doc/guix.texi        | 4 ++++
 guix/import/elpa.scm | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6620f882f5..80fa7366d0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11605,6 +11605,10 @@ contained in the GnuPG keyring at
 @code{emacs} package (@pxref{Package Installation, ELPA package
 signatures,, emacs, The GNU Emacs Manual}).
 
+@item
+@uref{https://elpa.nongnu.org/nongnu/, NonGNU}, selected by the
+@code{nongnu} identifier.
+
 @item
 @uref{https://stable.melpa.org/packages, MELPA-Stable}, selected by the
 @code{melpa-stable} identifier.
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index c0dc5acf51..fb59acc9e3 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust <at> gmail.com>
 ;;; Copyright © 2020 Martin Becze <mjbecze <at> riseup.net>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -80,6 +81,7 @@ NAMES (strings)."
   (let ((elpa-archives
          '((gnu . "https://elpa.gnu.org/packages")
            (gnu/http . "http://elpa.gnu.org/packages") ;for testing
+           (nongnu . "https://elpa.nongnu.org/nongnu")
            (melpa-stable . "https://stable.melpa.org/packages")
            (melpa . "https://melpa.org/packages"))))
     (assq-ref elpa-archives repo)))

base-commit: cc71a54e9f900e905192f794c7bc5346c445e651
-- 
2.33.0







Information forwarded to guix-patches <at> gnu.org:
bug#50304; Package guix-patches. (Thu, 02 Sep 2021 10:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 50304 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 50304 <at> debbugs.gnu.org
Subject: Re: [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA.
Date: Thu, 2 Sep 2021 12:57:44 +0200
Hi,

For people who do not closely follow the Emacs ecosystem, the NonGNU
Elpa archive is an official archive maintained by GNU Emacs folks.
See the announce:

<https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00152.html>

On Tue, 31 Aug 2021 at 20:19, Xinglu Chen <public <at> yoctocell.xyz> wrote:
>
> * guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL.
> * doc/guix.texi (Invoking guix import): Document it.

LGTM.

All the best,
simon




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 07 Sep 2021 13:54:02 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Tue, 07 Sep 2021 13:54:02 GMT) Full text and rfc822 format available.

Message #13 received at 50304-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 50304-done <at> debbugs.gnu.org
Subject: Re: bug#50304: [PATCH] import: elpa: Support NonGNU ELPA.
Date: Tue, 07 Sep 2021 15:53:18 +0200
Hi,

Xinglu Chen <public <at> yoctocell.xyz> skribis:

> * guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL.
> * doc/guix.texi (Invoking guix import): Document it.

Applied!

zimoun <zimon.toutoune <at> gmail.com> skribis:

> For people who do not closely follow the Emacs ecosystem, the NonGNU
> Elpa archive is an official archive maintained by GNU Emacs folks.
> See the announce:
>
> <https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00152.html>

Sounds like an improvement.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Oct 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 196 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.