GNU bug report logs - #72140
[PATCH] gnu: Add emacs-flymake-perlcritic.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Tue, 16 Jul 2024 10:58: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 72140 in the body.
You can then email your comments to 72140 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 andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72140; Package guix-patches. (Tue, 16 Jul 2024 10:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to gemmaro <gemmaro.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 16 Jul 2024 10:58:01 GMT) Full text and rfc822 format available.

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

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-flymake-perlcritic.
Date: Tue, 16 Jul 2024 19:56:25 +0900
* gnu/packages/emacs-xyz.scm (emacs-flymake-perlcritic): New variable.

Change-Id: I81d7bba4a5ac1816385cf3cce02b4f28c7b82b37
---
 gnu/packages/emacs-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e1d4c65c..6e5992704d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2883,6 +2883,39 @@ (define-public emacs-flymake-guile
 compile}.")
     (license license:gpl3+)))
 
+(define-public emacs-flymake-perlcritic
+  (let ((revision "0")
+        (commit "c11fee87370d8bd889a6c00d4f689fd5f08f2922"))
+    (package
+      (name "emacs-flymake-perlcritic")
+      (version (git-version "1.0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/flymake/emacs-flymake-perlcritic")
+               (commit commit)))
+         (sha256
+          (base32 "1n2682ly8pw8sjj7bix4qjjxc5x396m6sxbv0k6vs93z4i1gy2qm"))))
+      (build-system emacs-build-system)
+      (arguments
+       (list
+        #:phases #~(modify-phases %standard-phases
+                     (add-after 'unpack 'set-command
+                       (lambda* (#:key inputs #:allow-other-keys)
+                         (emacs-substitute-variables "flymake-perlcritic.el"
+                                                     ("flymake-perlcritic-command"
+                                                      (search-input-file
+                                                       inputs
+                                                       "/bin/perlcritic"))))))))
+      (inputs (list perl-critic))
+      (home-page "https://github.com/flymake/emacs-flymake-perlcritic")
+      (synopsis "Flymake handler for perlcritic")
+      (description
+       "@samp{flymake-perlcritic.el} adds support to Flymake for running
+@samp{perlcritic} to perform static analysis of Perl code.")
+      (license license:gpl3+))))
+
 (define-public emacs-flymake-popon
   (package
     (name "emacs-flymake-popon")

base-commit: 3c58b759a51072aabd7eaaca680674a0c2b36c23
-- 
2.45.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 21 Jul 2024 14:47:01 GMT) Full text and rfc822 format available.

Notification sent to gemmaro <gemmaro.dev <at> gmail.com>:
bug acknowledged by developer. (Sun, 21 Jul 2024 14:47:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: gemmaro <gemmaro.dev <at> gmail.com>
Cc: 72140-done <at> debbugs.gnu.org,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#72140] [PATCH] gnu: Add emacs-flymake-perlcritic.
Date: Sun, 21 Jul 2024 16:46:25 +0200
Hello,

gemmaro <gemmaro.dev <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-flymake-perlcritic): New variable.

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. (Mon, 19 Aug 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 19 days ago.

Previous Next


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