guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/17] gnu: Add python-atomicwrites.


From: Efraim Flashner
Subject: Re: [PATCH 01/17] gnu: Add python-atomicwrites.
Date: Wed, 6 Jan 2016 21:02:10 +0200

On Sun,  3 Jan 2016 19:04:59 -0500
Leo Famulari <address@hidden> wrote:

> * gnu/packages/python.scm (python-atomicwrites): New variable.
> ---
>  gnu/packages/python.scm | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 4ab1eed..496bdd9 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -6620,3 +6620,20 @@ the standard library.")
>  
>  (define-public python2-contextlib2
>    (package-with-python2 python-contextlib2))
> +
> +(define-public python-atomicwrites
> +  (package
> +    (name "python-atomicwrites")
> +    (version "0.1.8")
> +    (source (origin
> +             (method url-fetch)
> +             (uri (pypi-uri "atomicwrites" version))
> +             (sha256
> +              (base32
> +               "13nwk0gw0yb61pnf5vxs3fvhav6q3zrf08x9ggc93bnk5fsssx1j"))))
> +    (build-system python-build-system)
> +    (synopsis "Atomic file writes in Python")
> +    (description "Library for atomic file writes using platform dependent 
> tools
> +for atomic filesystem operations.")
> +    (home-page "https://github.com/untitaker/python-atomicwrites";)
> +    (license license:expat)))

Is this python 3 only?

-- 
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: pgpCrFFrd_ut7.pgp
Description: OpenPGP digital signature


reply via email to

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