guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/13: gnu: Add emacs-evil-text-object-python.


From: guix-commits
Subject: 06/13: gnu: Add emacs-evil-text-object-python.
Date: Thu, 11 Apr 2019 07:46:50 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2feaffb17cc3dbf6fe756c38362069328a9c76d8
Author: Brian Leung <address@hidden>
Date:   Thu Apr 4 06:16:49 2019 +0200

    gnu: Add emacs-evil-text-object-python.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-text-object-python): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f137cd..0b1f801 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5708,6 +5708,31 @@ blocks having the same or higher indentation, including 
or excluding
 surrounding lines.")
       (license license:gpl2+))))
 
+(define-public emacs-evil-text-object-python
+  (let ((commit "9a064fe6475429145cbcc3b270fcc963b67adb15")
+        (version "1.0.1")
+        (revision "1"))
+    (package
+      (name "emacs-evil-text-object-python")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/wbolster/evil-text-object-python";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"))))
+      (build-system emacs-build-system)
+      (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+      (home-page "https://github.com/wbolster/evil-text-object-python";)
+      (synopsis "Text objects for Python")
+      (description
+       "This package provides @code{evil-mode} text objects for Python.")
+      (license license:gpl3+))))
+
 (define-public emacs-monroe
   (package
     (name "emacs-monroe")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]