guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-futures: Remove variable.


From: Efraim Flashner
Subject: 02/02: gnu: python-futures: Remove variable.
Date: Tue, 05 Apr 2016 12:03:01 +0000

efraim pushed a commit to branch master
in repository guix.

commit 877889f3ca45e2a7b6972e19e5f20be74cd3ef30
Author: Efraim Flashner <address@hidden>
Date:   Tue Feb 16 18:38:27 2016 +0200

    gnu: python-futures: Remove variable.
    
    * gnu/packages/python.scm (python-futures): Remove it.
---
 gnu/packages/python.scm |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 150fce9..c1813e3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7257,9 +7257,9 @@ authenticated session objects providing things like 
keep-alive.")
 3.2.3 for use with older versions of Python and PyPy.")
     (license license:expat)))
 
-(define-public python-futures
+(define-public python2-futures
   (package
-    (name "python-futures")
+    (name "python2-futures")
     (version "3.0.3")
     (source
       (origin
@@ -7269,8 +7269,9 @@ authenticated session objects providing things like 
keep-alive.")
          (base32
           "1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig"))))
     (build-system python-build-system)
+    (arguments `(#:python ,python-2))
     (native-inputs
-     `(("python-setuptools" ,python-setuptools)))
+     `(("python2-setuptools" ,python2-setuptools)))
     (home-page "https://github.com/agronholm/pythonfutures";)
     (synopsis
      "Backport of the concurrent.futures package from Python 3.2")
@@ -7280,9 +7281,6 @@ asynchronously executing callables.  This package 
backports the
 concurrent.futures package from Python 3.2")
     (license bsd-3)))
 
-(define-public python2-futures
-  (package-with-python2 python-futures))
-
 (define-public python-urllib3
   (package
     (name "python-urllib3")



reply via email to

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