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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73335 in the body.
You can then email your comments to 73335 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#73335; Package guix-patches. (Wed, 18 Sep 2024 15:03:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rostislav Svoboda <rostislav.svoboda <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. (Wed, 18 Sep 2024 15:03:01 GMT) Full text and rfc822 format available.

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





Information forwarded to guix-patches <at> gnu.org:
bug#73335; Package guix-patches. (Tue, 11 Mar 2025 04:03:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 73335 <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#73335] [PATCH 2/2] gnu: Add emacs-anaconda-mode.
Date: Mon, 10 Mar 2025 21:02:04 -0700
Hi Rostislav,

Looks like this got pushed as 
091131af64fd4e4e925fff829fa19097cfcdfcc5 a while ago, but the bug 
didn’t get closed.  Doing that now.

Thanks,
 -- Ian




bug closed, send any further explanations to 73335 <at> debbugs.gnu.org and Rostislav Svoboda <rostislav.svoboda <at> gmail.com> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Tue, 11 Mar 2025 04:03:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Apr 2025 11:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 84 days ago.

Previous Next


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