emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#31010: closed ([PATCH] gnu: Add python-empy.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31010: closed ([PATCH] gnu: Add python-empy.)
Date: Wed, 04 Apr 2018 12:13:02 +0000

Your message dated Wed, 04 Apr 2018 14:12:47 +0200
with message-id <address@hidden>
and subject line Re: [bug#31010] [PATCH] gnu: Add python-empy.
has caused the debbugs.gnu.org bug report #31010,
regarding [PATCH] gnu: Add python-empy.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31010: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31010
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31010] [PATCH] gnu: Add python-empy. Date: Wed, 04 Apr 2018 14:12:47 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Mathieu Lirzin <address@hidden> skribis:

> From bda277bdc584c3c3b5c096a1cf193e9358b9d4ee Mon Sep 17 00:00:00 2001
> From: Mathieu Lirzin <address@hidden>
> Date: Sat, 31 Mar 2018 23:19:12 +0200
> Subject: [PATCH] gnu: Add python-empy.
>
> * gnu/packages/python.scm (python-empy): New variable.
> (python2-empy): Use 'package-with-python-2'.

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

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