mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ws-butler: Update to 1.1 from new maintainer.
The original author of ws-butler is largely inactive. Sean Whitton has taken over maintenance at NonGNU ELPA and applied several outstanding patches. ELPA tarballs do not deploy tests, so remove test support and rely on upstream in alignment with other packages sourced from NonGNU ELPA. While we’re here, tidy the package docs and run guix style. * gnu/packages/emacs-xyz.scm (emacs-ws-butler): Update to 1.1 from new maintainer. Link: https://github.com/lewang/ws-butler/issues/52 Link: https://github.com/lewang/ws-butler/issues/58 Change-Id: I09db3d855c4b15d2253090884106e00bc1719607 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
c1cab99ff8
commit
150df457d1
1 changed files with 10 additions and 16 deletions
|
@ -22523,27 +22523,21 @@ of commands is displayed in a handy popup.")
|
||||||
(define-public emacs-ws-butler
|
(define-public emacs-ws-butler
|
||||||
(package
|
(package
|
||||||
(name "emacs-ws-butler")
|
(name "emacs-ws-butler")
|
||||||
(version "0.7")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://elpa.nongnu.org/nongnu/ws-butler-" version
|
||||||
(url "https://github.com/lewang/ws-butler")
|
".tar"))
|
||||||
(commit "v0.7")))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17f73isx2wdwzjcxparyy7ngl4cha0g69da1d72b3yidzim1kh6h"))))
|
(base32 "1vy7g2ryg1drcz9zpn011d36zcd9a5b5yny5hwpjrllqj5dg73jx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(home-page "https://elpa.nongnu.org/nongnu/ws-butler.html")
|
||||||
`(#:tests? #t
|
(synopsis "Unobtrusively remove trailing whitespace")
|
||||||
#:test-command '("ert-runner" "tests")))
|
|
||||||
(native-inputs
|
|
||||||
(list emacs-ert-runner))
|
|
||||||
(home-page "https://github.com/lewang/ws-butler")
|
|
||||||
(synopsis "Trim spaces from end of lines")
|
|
||||||
(description
|
(description
|
||||||
"This Emacs package automatically and unobtrusively trims whitespace
|
"ws-butler automatically trims trailing whitespace characters on save.
|
||||||
characters from end of lines.")
|
In contrast with other whitespace cleanup solutions, only modified lines are
|
||||||
|
trimmed.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-opencl-mode
|
(define-public emacs-opencl-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue