From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] gnu: Add python-openid. Date: Tue, 14 Feb 2017 16:53:40 +0000 Message-ID: <20170214165340.gfgisknldzgszgma@wasp> References: <20170206222446.27226-1-julien@lepiller.eu> <87wpcsiyou.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170214155511.dyrrnbcalrupso5k@wasp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdgKa-0002gM-Kf for guix-devel@gnu.org; Tue, 14 Feb 2017 11:51:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdgKX-0001Fi-K4 for guix-devel@gnu.org; Tue, 14 Feb 2017 11:51:56 -0500 Received: from perdizione.investici.org ([94.23.50.208]:62291) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdgKX-0001F0-AB for guix-devel@gnu.org; Tue, 14 Feb 2017 11:51:53 -0500 Content-Disposition: inline In-Reply-To: <20170214155511.dyrrnbcalrupso5k@wasp> 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 , Julien Lepiller , guix-devel@gnu.org On 17-02-14 15:55:11, ng0 wrote: > 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. As you can see here https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=defusedxml&submit=Search!&idxname=guix-devel&max=20&result=normal&sort=score they have not been pushed (as part of postorius) because Harmut had a question, django packaging related, which so far remained open: https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00072.html It would be great if either Harmut would just go ahead and push them - discussion can be done afterwards and package process be fixed and documented then - or if the questions are replied to. > Thanks. > -- > ng0 -- https://www.inventati.org/patternsinthechaos/ > -- ng0 -- https://www.inventati.org/patternsinthechaos/