GNU bug report logs -
#73336
[PATCH 1/2] gnu: Add emacs-pythonic.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73336 in the body.
You can then email your comments to 73336 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
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#73336
; Package
guix-patches
.
(Wed, 18 Sep 2024 15:03:02 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:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73336
; Package
guix-patches
.
(Sat, 28 Sep 2024 04:56:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 73336 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thank you for the patch.
QA tried to apply but failed with git conflict.
May you, please, rebase on current master and send v2?
--
Oleg
[Message part 2 (text/html, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 27 Oct 2024 10:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 27 Oct 2024 10:23:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 73336-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Nov 2024 12:24:12 GMT)
Full text and
rfc822 format available.
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.