unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58910] [PATCH] gnu: Add emacs-flymake-mypy.
@ 2022-10-30 22:40 jgart via Guix-patches via
  2022-11-03 16:44 ` bug#58910: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-30 22:40 UTC (permalink / raw)
  To: 58910; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0a28121319..a005679044 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33626,6 +33626,29 @@ (define-public emacs-org-cliplink
 into the current buffer.")
       (license license:expat))))
 
+(define-public emacs-flymake-mypy
+  (let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd")
+        (revision "0"))
+    (package
+      (name "emacs-flymake-mypy")
+      (version (git-version "0.2.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/com4/flymake-mypy")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "124pfa1kwrapwylbrvkzg3jwcmlsvfklg33ms9ki32khvglmff5h"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/com4/flymake-mypy")
+      (synopsis "Flymake checker for mypy")
+      (description
+"This package provides Flymake support for Python static type checking
+using mypy.")
+      (license license:bsd-2))))
+
 (define-public emacs-project-x
   ;; There is no proper release.
   ;; The base version is extracted from the README.org.
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58910: [PATCH] gnu: Add emacs-flymake-mypy.
  2022-10-30 22:40 [bug#58910] [PATCH] gnu: Add emacs-flymake-mypy jgart via Guix-patches via
@ 2022-11-03 16:44 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-03 16:44 UTC (permalink / raw)
  To: jgart; +Cc: 58910-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

Looks good to me, pushed to master as
22130892802c61f93940aa79065de12efd9319ea.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-03 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-30 22:40 [bug#58910] [PATCH] gnu: Add emacs-flymake-mypy jgart via Guix-patches via
2022-11-03 16:44 ` bug#58910: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).