GNU bug report logs - #78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 8 May 2025 12:49:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78315] [PATCH 47/53] gnu: emacs-straight-el: Rename package to emacs-straight.
Date: Thu,  8 May 2025 14:50:49 +0200
* gnu/packages/emacs-xyz.scm (emacs-straight-el): Define in terms of
'deprecated-package'.
(emacs-straight): New variable, formerly known as "emacs-straight-el".
---
 gnu/packages/emacs-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f64da8d99..89101c8bf4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43269,11 +43269,11 @@ (define-public emacs-pyimport
 "@code{emacs-pyimport} manages python imports from Emacs via @code{python-pyflakes}.")
       (license license:gpl3+)))) ; License is in pyimport.el
 
-(define-public emacs-straight-el
+(define-public emacs-straight
   (let ((commit "44a866f28f3ded6bcd8bc79ddc73b8b5044de835")
         (revision "4"))
     (package
-      (name "emacs-straight-el")
+      (name "emacs-straight")
       (version (git-version "0" revision commit))
       (source
        (origin
@@ -43310,10 +43310,13 @@ (define-public emacs-straight-el
       (home-page "https://github.com/radian-software/straight.el/")
       (synopsis "Purely functional package manager for the Emacs hacker")
       (description
-       "@code{emacs-straight-el} is a purely functional package manager for the Emacs
+       "@code{emacs-straight} is a purely functional package manager for the Emacs
 hacker.")
       (license license:expat))))
 
+(define-deprecated/public emacs-straight-el emacs-straight
+  (deprecated-package "emacs-straight-el" emacs-straight))
+
 (define-public emacs-osm
   (package
     (name "emacs-osm")
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


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