mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: Add emacs-flymake-mypy.
* gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d2cd7a4421
commit
2213089280
1 changed files with 23 additions and 0 deletions
|
@ -33677,6 +33677,29 @@ (define-public emacs-org-cliplink
|
||||||
into the current buffer.")
|
into the current buffer.")
|
||||||
(license license:expat))))
|
(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
|
(define-public emacs-project-x
|
||||||
;; There is no proper release.
|
;; There is no proper release.
|
||||||
;; The base version is extracted from the README.org.
|
;; The base version is extracted from the README.org.
|
||||||
|
|
Loading…
Reference in a new issue