From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 04/17] gnu: Add python-click-log. Date: Thu, 7 Jan 2016 11:49:15 -0500 Message-ID: <20160107164915.GD3632@jasmine> References: <20160106210451.58c9cfd2@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHDkT-0004Rd-La for guix-devel@gnu.org; Thu, 07 Jan 2016 11:49:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHDkQ-00084v-Uy for guix-devel@gnu.org; Thu, 07 Jan 2016 11:49:17 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:46110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHDkQ-00084r-RK for guix-devel@gnu.org; Thu, 07 Jan 2016 11:49:14 -0500 Content-Disposition: inline In-Reply-To: <20160106210451.58c9cfd2@debian-netbook> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org On Wed, Jan 06, 2016 at 09:04:51PM +0200, Efraim Flashner wrote: > On Sun, 3 Jan 2016 19:05:02 -0500 > Leo Famulari 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 אפרים פלשנר > GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 > Confidentiality cannot be guaranteed on emails sent or received unencrypted