guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: python-send2trash: Properly delay python2 variant.


From: guix-commits
Subject: 11/12: gnu: python-send2trash: Properly delay python2 variant.
Date: Thu, 18 Apr 2019 19:48:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4782a06f45d515eebc4d1ee8e958def409a0ef9f
Author: Marius Bakke <address@hidden>
Date:   Wed Apr 17 22:31:51 2019 +0200

    gnu: python-send2trash: Properly delay python2 variant.
    
    * gnu/packages/python-xyz.scm (python2-send2trash)[properties]: Move from 
here ...
    (python-send2trash)[properties]: ... to here.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4e0a67a..5138218 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13581,6 +13581,7 @@ and works only with Python 2 and NumPy < 1.9.")
     (synopsis "Send files to the user's @file{~/Trash} directory")
     (description "This package provides a Python library to send files to the
 user's @file{~/Trash} directory.")
+    (properties `((python2-variant . ,(delay python-send2trash))))
     (license license:bsd-3)))
 
 (define-public python2-send2trash
@@ -13594,8 +13595,7 @@ user's @file{~/Trash} directory.")
              (lambda _
                (setenv "PYTHONPATH"
                        (string-append (getcwd) ":" (getenv "PYTHONPATH")))
-               #t))))))
-    (properties `((python2-variant . ,(delay python-send2trash))))))
+               #t))))))))
 
 (define-public python-yapf
   (package



reply via email to

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