GNU bug report logs - #77836
[PATCH emacs-team] gnu: emacs-ws-butler: Update to 1.3.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Wed, 16 Apr 2025 06:51:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>, 77836 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Hilton Chain <hako <at> ultrarare.space>, Ian Eure <ian <at> retrospec.tv>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#77836] [PATCH emacs-team] gnu: emacs-ws-butler: Update to
 1.3.
Date: Wed, 16 Apr 2025 21:49:09 +0200
Am Mittwoch, dem 16.04.2025 um 08:50 +0200 schrieb Cayetano Santos:
> * gnu/packages/emacs-xyz.scm (emacs-ws-butler): Update to 1.3.
> 
> Change-Id: Ibee124269d8fe54029f9dea902991ba7d86cab89
> ---
>  gnu/packages/emacs-xyz.scm | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 82831f0595..4504ecae6e 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -23123,15 +23123,19 @@ (define-public emacs-hercules
>  (define-public emacs-ws-butler
>    (package
>      (name "emacs-ws-butler")
> -    (version "1.1")
> +    (version "1.3")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append
> "https://elpa.nongnu.org/nongnu/ws-butler-" version
>                             ".tar"))
>         (sha256
> -        (base32
> "1vy7g2ryg1drcz9zpn011d36zcd9a5b5yny5hwpjrllqj5dg73jx"))))
> +        (base32
> "14q19rvps5jcshyls3aa55pxmqbbkhhbdlchnl7ybxwkvvmig9zh"))))
>      (build-system emacs-build-system)
> +    (arguments
> +     (list
> +      #:tests? #f ; no Makefile in tar file
> +      #:test-command #~(list "make" "test")))
Why do you use "make" for a test command, when there's no Makefile?
>      (home-page "https://elpa.nongnu.org/nongnu/ws-butler.html")
>      (synopsis "Unobtrusively remove trailing whitespace")
>      (description
> 
> base-commit: 373545dc9efbae6589f502773aa49e26e42c585e

Cheers




This bug report was last modified 18 days ago.

Previous Next


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