From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] gnu: Add python-openid. Date: Tue, 14 Feb 2017 15:55:11 +0000 Message-ID: <20170214155511.dyrrnbcalrupso5k@wasp> References: <20170206222446.27226-1-julien@lepiller.eu> <87wpcsiyou.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdfQ0-0006Ag-20 for guix-devel@gnu.org; Tue, 14 Feb 2017 10:53:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdfPx-0006xC-Gb for guix-devel@gnu.org; Tue, 14 Feb 2017 10:53:28 -0500 Received: from fragranza.investici.org ([2a00:1dc0:2479::19]:48210) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdfPx-0006vf-5b for guix-devel@gnu.org; Tue, 14 Feb 2017 10:53:25 -0500 Content-Disposition: inline In-Reply-To: <87wpcsiyou.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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" To: Marius Bakke Cc: guix-devel@gnu.org On 17-02-14 16:23:13, Marius Bakke wrote: > Julien Lepiller writes: > > > * gnu/packages/python.scm (python-openid): New variable. > > [...] > > > +(define-public python-openid > > + (package > > + (name "python-openid") > > + (version "3.0.10") > > + (source > > + (origin > > + (method url-fetch) > > + (uri (pypi-uri "python3-openid" version)) > > + (sha256 > > + (base32 > > + "1x3nh3fycqfn43jp5j5pb4q4y2jxp4mdka4absaa3bc0078qd758")))) > > + (build-system python-build-system) > > + (home-page "https://github.com/necaris/python3-openid") > > + (synopsis "OpenID support for servers and consumers") > > + (description "This library provides OpenID authentication for Python, both > > +for clients and servers.") > > + (license license:asl2.0))) > > Hi Julien, > > This package has a runtime dependency on 'defusedxml' according to the > setup.py file. It is currently silently failing its tests due to this, > and a bug in python-build-system[0]. > > Could you look into packaging it and using it for this package? > > [0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25177 Hi, as far as I know I packaged defusedxml. Either someone forgot to review this or you should look at the last email I've sent about packages which need to be reviewed. Thanks. -- ng0 -- https://www.inventati.org/patternsinthechaos/