summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-02-16 18:38:27 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-04-05 15:02:30 +0300
commit877889f3ca45e2a7b6972e19e5f20be74cd3ef30 (patch)
tree0b4812b50c0196c3add530ce41c350cb82678f94
parentf71d1a08a1eade5dcc1df79d1b66a9524b113253 (diff)
gnu: python-futures: Remove variable.
* gnu/packages/python.scm (python-futures): Remove it.
-rw-r--r--gnu/packages/python.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 150fce95403..c1813e38b4a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7257,9 +7257,9 @@ authenticated session objects providing things like keep-alive.")
72573.2.3 for use with older versions of Python and PyPy.") 72573.2.3 for use with older versions of Python and PyPy.")
7258 (license license:expat))) 7258 (license license:expat)))
7259 7259
7260(define-public python-futures 7260(define-public python2-futures
7261 (package 7261 (package
7262 (name "python-futures") 7262 (name "python2-futures")
7263 (version "3.0.3") 7263 (version "3.0.3")
7264 (source 7264 (source
7265 (origin 7265 (origin
@@ -7269,8 +7269,9 @@ authenticated session objects providing things like keep-alive.")
7269 (base32 7269 (base32
7270 "1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig")))) 7270 "1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig"))))
7271 (build-system python-build-system) 7271 (build-system python-build-system)
7272 (arguments `(#:python ,python-2))
7272 (native-inputs 7273 (native-inputs
7273 `(("python-setuptools" ,python-setuptools))) 7274 `(("python2-setuptools" ,python2-setuptools)))
7274 (home-page "https://github.com/agronholm/pythonfutures") 7275 (home-page "https://github.com/agronholm/pythonfutures")
7275 (synopsis 7276 (synopsis
7276 "Backport of the concurrent.futures package from Python 3.2") 7277 "Backport of the concurrent.futures package from Python 3.2")
@@ -7280,9 +7281,6 @@ asynchronously executing callables. This package backports the
7280concurrent.futures package from Python 3.2") 7281concurrent.futures package from Python 3.2")
7281 (license bsd-3))) 7282 (license bsd-3)))
7282 7283
7283(define-public python2-futures
7284 (package-with-python2 python-futures))
7285
7286(define-public python-urllib3 7284(define-public python-urllib3
7287 (package 7285 (package
7288 (name "python-urllib3") 7286 (name "python-urllib3")