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: Leo Famulari
Subject: Re: [PATCH 04/17] gnu: Add python-click-log.
Date: Thu, 7 Jan 2016 11:49:15 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Jan 06, 2016 at 09:04:51PM +0200, Efraim Flashner wrote:
> 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" ----------------------------^

Done.

> > +applications.")
> > +    (home-page "https://github.com/click-contrib/click-log";)
> > +    (license license:expat)))
> 
> Also, is this python-3 only?

This has the same author as python-atomicwrites, who is moving away from
Python 2.

> 
> -- 
> 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





reply via email to

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