GNU bug report logs - #73335
[PATCH 2/2] gnu: Add emacs-anaconda-mode.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Wed, 18 Sep 2024 15:03:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


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

From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH 2/2] gnu: Add emacs-anaconda-mode.
Date: Wed, 18 Sep 2024 16:29:31 +0200
* gnu/packages/emacs-xyz.scm (emacs-anaconda-mode): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1469148949..b2003f434d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11050,6 +11050,43 @@ (define-public emacs-pythonic
 to install docker-tramp Emacs package.")
       (license license:gpl3+))))
 
+(define-public emacs-anaconda-mode
+  (let ((commit "f900bd7656a03aa24ef3295251f266736f7756eb")
+        (revision "0"))
+    (package
+      (name "emacs-anaconda-mode")
+      (version (git-version "0.1.16" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/proofit404/anaconda-mode")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1gricygbs9f210z7bnzdhcmqpwnpzs4mwbw8rvabfplcbiw7sg6r"))))
+      (build-system emacs-build-system)
+      (arguments
+       (list
+        #:include #~(cons "^anaconda-mode\\.py$" %default-include)))
+      (propagated-inputs (list emacs-pythonic
+                               emacs-dash
+                               emacs-f
+                               emacs-s
+                               emacs-tramp
+                               emacs-xref))
+      (home-page "https://github.com/proofit404/anaconda-mode")
+      (synopsis
+       "Python code navigation, documentation lookup & completion in Emacs")
+      (description
+       "This package provides Python code navigation, documentation lookup,
+ and code completion for Emacs.  It uses a lightweight Python backend to offer
+ features like jumping to definitions, finding references, and viewing
+ documentation, enhancing the Python development experience within Emacs.  The
+ package integrates seamlessly to support efficient coding and workflow
+ management.")
+      (license license:gpl3+))))
+
 (define-public emacs-jedi
   (package
     (name "emacs-jedi")
-- 
2.46.0





This bug report was last modified 151 days ago.

Previous Next


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