guix-patches
[Top][All Lists]
Advanced

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

[bug#31010] [PATCH] gnu: Add python-empy.


From: Mathieu Lirzin
Subject: [bug#31010] [PATCH] gnu: Add python-empy.
Date: Sat, 31 Mar 2018 23:27:33 +0200

* gnu/packages/python.scm (python-empy): New variable.
(python2-empy): Use 'package-with-python-2'.
---
 gnu/packages/python.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9e038ef4f..84578fe02 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -48,6 +48,7 @@
 ;;; Copyright © 2018 Ethan R. Jones <address@hidden
 ;;; Copyright © 2018 Fis Trivial <address@hidden>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <address@hidden>
+;;; Copyright © 2018 Mathieu Lirzin <address@hidden>
 
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1304,9 +1305,9 @@ applications. dogtail scripts are written in Python and 
executed like any
 other Python program.")
     (license license:gpl2+)))
 
-(define-public python2-empy
+(define-public python-empy
   (package
-    (name "python2-empy")
+    (name "python-empy")
     (version "3.3")
     (source (origin
              (method url-fetch)
@@ -1339,6 +1340,9 @@ system is highly configurable via command line options 
and embedded
 commands.")
     (license license:lgpl2.1+)))
 
+(define-public python2-empy
+  (package-with-python2 python-empy))
+
 (define-public python2-element-tree
   (package
     (name "python2-element-tree")
-- 
2.16.3






reply via email to

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