guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 05/10] gnu: Add python2-futures.


From: Efraim Flashner
Subject: Re: [PATCH 05/10] gnu: Add python2-futures.
Date: Mon, 7 Dec 2015 21:27:15 +0200

On Thu,  3 Dec 2015 16:43:26 +0200
Efraim Flashner <address@hidden> wrote:

> * gnu/packages/python.scm (python2-futures): New variable.
> ---
>  gnu/packages/python.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 8084831..21aa8fa 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -6063,3 +6063,26 @@ automatically detect a wide range of file encodings.")
>  
>  (define-public python2-chardet
>    (package-with-python2 python-chardet))
> +
> +(define-public python2-futures
> +  (package
> +    (name "python2-futures")
> +    (version "3.0.3")
> +      (source
> +        (origin
> +        (method url-fetch)
> +          (uri (pypi-uri "futures" version))
> +        (sha256
> +          (base32
> +           "1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig"))))
> +  (build-system python-build-system)
> +  (arguments
> +   `(#:python ,python-2))
> +  (native-inputs
> +   `(("python2-setuptools" ,python2-setuptools)))
> +  (home-page "https://github.com/agronholm/pythonfutures";)
> +  (synopsis
> +   "Backport of the concurrent.futures package from Python 3.2")
> +  (description
> +   "Backport of the concurrent.futures package from Python 3.2")
> +  (license bsd-3)))



-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: 0005-gnu-Add-python2-futures.patch
Description: Text Data

Attachment: pgpckIsCK6HGi.pgp
Description: OpenPGP digital signature


reply via email to

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