all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Danny Milosavljevic <dannym@scratchpost.org>, 26692@debbugs.gnu.org
Subject: bug#26692: [PATCH v2] gnu: python-openid: Fix package.
Date: Fri, 28 Apr 2017 16:30:03 +0200	[thread overview]
Message-ID: <87k264bo5w.fsf@fastmail.com> (raw)
In-Reply-To: <20170428125216.11070-1-dannym@scratchpost.org>

[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]

Danny Milosavljevic <dannym@scratchpost.org> writes:

> * gnu/packages/python.scm (python-openid)[arguments]: Replace 'check phase.
> [propagated-inputs]: Add python-defusedxml.
> [native-inputs]: Add python-psycopg2.
> ---
>  gnu/packages/python.scm | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index e51405bd9..313e69975 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -5523,6 +5523,19 @@ features useful for text console applications.")
>          (base32
>           "1x3nh3fycqfn43jp5j5pb4q4y2jxp4mdka4absaa3bc0078qd758"))))
>      (build-system python-build-system)
> +    (arguments
> +     `(#:phases
> +       (modify-phases %standard-phases
> +        (replace 'check
> +          (lambda _
> +            (substitute* "admin/runtests"
> +              (("django_failures = django_tests..")
> +               "print('Disabled Django tests')"))

Can you add a comment/TODO/FIXME here about why Django tests needs to be
disabled? Other than that looks OK.

> +            (zero? (system* "./admin/runtests")))))))
> +    (propagated-inputs
> +     `(("python-defusedxml" ,python-defusedxml)))
> +    (native-inputs
> +     `(("python-psycopg2" ,python-psycopg2)))
>      (home-page "https://github.com/necaris/python3-openid")
>      (synopsis "OpenID support for servers and consumers")
>      (description "This library provides OpenID authentication for Python, both

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2017-04-28 14:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28 12:42 bug#26692: [PATCH] gnu: python-openid: Fix tests Danny Milosavljevic
2017-04-28 12:52 ` bug#26692: [PATCH v2] gnu: python-openid: Fix package Danny Milosavljevic
2017-04-28 14:30   ` Marius Bakke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k264bo5w.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=26692@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.