guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 04/17] gnu: Add python-click-log.


From: Efraim Flashner
Subject: Re: [PATCH 04/17] gnu: Add python-click-log.
Date: Wed, 6 Jan 2016 21:04:51 +0200

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

> * gnu/packages/python.scm (python-click-log): New variable.
> ---
>  gnu/packages/python.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 5d28bbb..95de6b3 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -6675,3 +6675,22 @@ with python-requests.")
>  applications.")
>      (home-page "https://github.com/click-contrib/click-threading";)
>      (license license:expat)))
> +
> +(define-public python-click-log
> +  (package
> +    (name "python-click-log")
> +    (version "0.1.1")
> +    (source (origin
> +             (method url-fetch)
> +             (uri (pypi-uri "click-log" version))
> +             (sha256
> +              (base32
> +               "1z3jdwjmwax159zrnyx830xa968rfqrpkm04ad5xqyh0269ydiqb"))))
> +    (build-system python-build-system)
> +    (propagated-inputs
> +     `(("python-click" ,python-click)))
> +    (synopsis "Logging for click applications")
> +    (description "This package provides a Python library for logging for 
> Click
                                                                        ^^^
        I think you can leave out this "for" ----------------------------^
> +applications.")
> +    (home-page "https://github.com/click-contrib/click-log";)
> +    (license license:expat)))

Also, 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: pgpXsT5XJsYXL.pgp
Description: OpenPGP digital signature


reply via email to

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