GNU bug report logs - #59473
[PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck

Previous Next

Package: guix-patches;

Reported by: Martin Marshall <law <at> martinmarshall.com>

Date: Tue, 22 Nov 2022 05:16:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 59473 in the body.
You can then email your comments to 59473 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#59473; Package guix-patches. (Tue, 22 Nov 2022 05:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martin Marshall <law <at> martinmarshall.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 22 Nov 2022 05:16:02 GMT) Full text and rfc822 format available.

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

From: Martin Marshall <law <at> martinmarshall.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck
Date: Mon, 21 Nov 2022 22:57:04 -0500
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




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 22 Nov 2022 17:51:02 GMT) Full text and rfc822 format available.

Notification sent to Martin Marshall <law <at> martinmarshall.com>:
bug acknowledged by developer. (Tue, 22 Nov 2022 17:51:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Martin Marshall <law <at> martinmarshall.com>
Cc: 59473-done <at> debbugs.gnu.org
Subject: Re: [bug#59473] [PATCH] gnu: emacs-flymake-proselint: Remove
 references to flycheck
Date: Tue, 22 Nov 2022 18:50:14 +0100
Hello,

Martin Marshall <law <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 21 Dec 2022 12:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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