GNU bug report logs - #26731
[Patch 0/2] Add python-flask-oidc and dependencies.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Mon, 1 May 2017 10:01:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 26731 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>, 26731 <at> debbugs.gnu.org
Subject: Re: bug#26731: [PATCH 1/2] gnu: Add python-oauth2client.
Date: Mon, 01 May 2017 16:57:52 +0200
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> * gnu/packages/python.scm (python-oauth2client): New variable.
> ---
>  gnu/packages/python.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 164c1f49b..dd83f2dd7 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -14011,3 +14011,30 @@ exception message with a traceback that points to the culprit.")
>  
>  (define-public python2-fudge
>    (package-with-python2 python-fudge))
> +
> +(define-public python-oauth2client
> +  (package
> +    (name "python-oauth2client")
> +    (version "4.0.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "oauth2client" version))
> +       (sha256
> +        (base32
> +         "1irqqap2zibysf8dba8sklfqikia579srd0phm5n754ni0h59gl0"))))
> +    (build-system python-build-system)
> +    (arguments
> +     `(#:tests? #f))                    ; Django not found.

Please add a TODO here, maybe including the error message.

> +    (propagated-inputs
> +     `(("python-httplib2" ,python-httplib2)
> +       ("python-pyasn1" ,python-pyasn1)
> +       ("python-pyasn1-modules" ,python-pyasn1-modules)
> +       ("python-rsa" ,python-rsa)
> +       ("python-six" ,python-six)))
> +    (home-page
> +     "http://github.com/google/oauth2client/")

The line break here is unnecessary.

> +    (synopsis "OAuth 2.0 client library")
> +    (description "@code{python-oauth2client} provides an OAuth 2.0 client
> +library for Python")

...and this misses a punctuation

> +    (license license:asl2.0)))
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.