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

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

bug#59473: closed ([PATCH] gnu: emacs-flymake-proselint: Remove referenc


From: GNU bug Tracking System
Subject: bug#59473: closed ([PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck)
Date: Tue, 22 Nov 2022 17:51:02 +0000

Your message dated Tue, 22 Nov 2022 18:50:14 +0100
with message-id <87h6yqnajt.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#59473] [PATCH] gnu: emacs-flymake-proselint: Remove 
references to flycheck
has caused the debbugs.gnu.org bug report #59473,
regarding [PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck
to be marked as done.

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


-- 
59473: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59473
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck Date: Mon, 21 Nov 2022 22:57:04 -0500 User-agent: mu4e 1.8.11; emacs 28.2
Greetings, package was installing `emacs-flycheck' but has no dependency
on it.  (Uses Emacs built-in, Flymake, instead.)

Best regards,
Martin Marshall

* gnu/packages/emacs-xyz.scm (emacs-flymake-proselint): Remove references to 
flycheck

[source]: Correct URL path-name.
[propagated-inputs]: Remove emacs-flycheck.
[home-page]: Correct URL path-name.
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 754d2e3cb8..4e4e954865 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6958,7 +6958,7 @@ (define-public emacs-flymake-proselint
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url 
"https://git.sr.ht/~manuel-uberti/flycheck-proselint";)
+                      (url 
"https://git.sr.ht/~manuel-uberti/flymake-proselint";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
@@ -6975,11 +6975,9 @@ (define-public emacs-flymake-proselint
                   (("\"proselint\"")
                    (string-append
                     "\"" (search-input-file inputs "/bin/proselint") 
"\""))))))))
-      (propagated-inputs
-       (list emacs-flycheck))
       (inputs
        (list python-proselint))
-      (home-page "https://git.sr.ht/~manuel-uberti/flycheck-proselint";)
+      (home-page "https://git.sr.ht/~manuel-uberti/flymake-proselint";)
       (synopsis "Flymake backend for @code{proselint}")
       (description "This package adds support for @code{proselint} in 
Flymake.")
       (license license:gpl3+))))
-- 
2.38.1



--- End Message ---
--- Begin Message --- Subject: Re: [bug#59473] [PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck Date: Tue, 22 Nov 2022 18:50:14 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Martin Marshall <law@martinmarshall.com> writes:

> Greetings, package was installing `emacs-flycheck' but has no dependency
> on it.  (Uses Emacs built-in, Flymake, instead.)
>
> Best regards,
> Martin Marshall
>
> * gnu/packages/emacs-xyz.scm (emacs-flymake-proselint): Remove references to 
> flycheck
>
> [source]: Correct URL path-name.
> [propagated-inputs]: Remove emacs-flycheck.
> [home-page]: Correct URL path-name.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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