GNU bug report logs - #73336
[PATCH 1/2] gnu: Add emacs-pythonic.

Previous Next

Package: guix-patches;

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

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

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73336: closed ([PATCH 1/2] gnu: Add emacs-pythonic.)
Date: Sun, 27 Oct 2024 10:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 27 Oct 2024 11:21:49 +0100
with message-id <875xpdn8w2.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#73336] [PATCH 1/2] gnu: Add emacs-pythonic.
has caused the debbugs.gnu.org bug report #73336,
regarding [PATCH 1/2] gnu: Add emacs-pythonic.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73336: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73336
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH 1/2] gnu: Add emacs-pythonic.
Date: Wed, 18 Sep 2024 16:29:30 +0200
* gnu/packages/emacs-xyz.scm (emacs-pythonic): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9138fefa6d..1469148949 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11024,6 +11024,32 @@ (define-public emacs-python-environment
      "This package permits automated installation of tools written in Python.")
     (license license:gpl3+)))
 
+(define-public emacs-pythonic
+  (let ((commit "c1e5643e044f1faaf6ecfadc719b981c048aeb79")
+        (revision "0"))
+    (package
+      (name "emacs-pythonic")
+      (version (git-version "0.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/proofit404/pythonic")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1bl2ds73g59v8q90kmjpchvzqrjdli3hmigzw5gv2yl548p7yppb"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-f emacs-s emacs-tramp))
+      (home-page "https://github.com/proofit404/pythonic")
+      (synopsis "Utility functions for writing Pythonic Emacs package.")
+      (description
+       "The Pythonic Emacs package provides function for convenient running
+Python on different platforms on local and remote hosts including Docker
+containers and Vagrant virtual machines.  To use Pythonic with Docker you need
+to install docker-tramp Emacs package.")
+      (license license:gpl3+))))
+
 (define-public emacs-jedi
   (package
     (name "emacs-jedi")

base-commit: 1b6ce1796abdf497f61f426d61339318f4f4f23d
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 73336-done <at> debbugs.gnu.org, Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#73336] [PATCH 1/2] gnu: Add emacs-pythonic.
Date: Sun, 27 Oct 2024 11:21:49 +0100
Hello,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-pythonic): New variable.
>
> Change-Id: I6612cd17406397024139fa4b69ae3ec17be2877c

Pushed, with an update to repository and home-page locations.

Thanks to Sharlatan for the review.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 210 days ago.

Previous Next


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