From: Rostislav Svoboda <rostislav.svoboda@gmail.com>
To: 73335@debbugs.gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>,
Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#73335] [PATCH 2/2] gnu: Add emacs-anaconda-mode.
Date: Wed, 18 Sep 2024 16:29:31 +0200 [thread overview]
Message-ID: <207719d3698c0e4e1bc5e1daec97d4d0d306a98c.1726669768.git.Rostislav.Svoboda@gmail.com> (raw)
In-Reply-To: <c9385a3510e6104e003e4be816f16dd7083e5967.1726669768.git.Rostislav.Svoboda@gmail.com>
* 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
next prev parent reply other threads:[~2024-09-18 15:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-18 14:29 [bug#73336] [PATCH 1/2] gnu: Add emacs-pythonic Rostislav Svoboda
2024-09-18 14:29 ` Rostislav Svoboda [this message]
2024-09-28 4:53 ` Sharlatan Hellseher
2024-10-27 10:21 ` bug#73336: " Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=207719d3698c0e4e1bc5e1daec97d4d0d306a98c.1726669768.git.Rostislav.Svoboda@gmail.com \
--to=rostislav.svoboda@gmail.com \
--cc=73335@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.