gnu: python-futures: Remove variable.
* gnu/packages/python.scm (python-futures): Remove it.
This commit is contained in:
parent
f71d1a08a1
commit
877889f3ca
1 changed files with 4 additions and 6 deletions
|
|
@ -7257,9 +7257,9 @@ authenticated session objects providing things like keep-alive.")
|
||||||
3.2.3 for use with older versions of Python and PyPy.")
|
3.2.3 for use with older versions of Python and PyPy.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-futures
|
(define-public python2-futures
|
||||||
(package
|
(package
|
||||||
(name "python-futures")
|
(name "python2-futures")
|
||||||
(version "3.0.3")
|
(version "3.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
@ -7269,8 +7269,9 @@ authenticated session objects providing things like keep-alive.")
|
||||||
(base32
|
(base32
|
||||||
"1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig"))))
|
"1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments `(#:python ,python-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python2-setuptools" ,python2-setuptools)))
|
||||||
(home-page "https://github.com/agronholm/pythonfutures")
|
(home-page "https://github.com/agronholm/pythonfutures")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Backport of the concurrent.futures package from Python 3.2")
|
"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")
|
concurrent.futures package from Python 3.2")
|
||||||
(license bsd-3)))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public python2-futures
|
|
||||||
(package-with-python2 python-futures))
|
|
||||||
|
|
||||||
(define-public python-urllib3
|
(define-public python-urllib3
|
||||||
(package
|
(package
|
||||||
(name "python-urllib3")
|
(name "python-urllib3")
|
||||||
|
|
|
||||||
Reference in a new issue