mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Remove python2-futures.
* gnu/packages/python-xyz.scm (python2-futures): Delete variable.
This commit is contained in:
parent
c3a8ee49bc
commit
08063afd31
1 changed files with 0 additions and 29 deletions
|
@ -14687,35 +14687,6 @@ (define-public python2-subprocess32
|
|||
otherwise matches 3.2’s API.")
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python2-futures
|
||||
(package
|
||||
(name "python2-futures")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "futures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rdjmmsab550kxsssdq49jcniz77zlkpw4pvi9hvib3lsskjmh4y"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "python" "test_futures.py")
|
||||
#t)))))
|
||||
(home-page "https://github.com/agronholm/pythonfutures")
|
||||
(synopsis
|
||||
"Backport of the concurrent.futures package from Python 3.2")
|
||||
(description
|
||||
"The concurrent.futures module provides a high-level interface for
|
||||
asynchronously executing callables. This package backports the
|
||||
concurrent.futures package from Python 3.2")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-promise
|
||||
(package
|
||||
(name "python-promise")
|
||||
|
|
Loading…
Reference in a new issue