guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40318] [PATCH] gnu: Add tuir.


From: Marius Bakke
Subject: [bug#40318] [PATCH] gnu: Add tuir.
Date: Thu, 02 Apr 2020 19:14:25 +0200
User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)

Efraim Flashner <address@hidden> writes:

> * gnu/packages/syndication.scm (tuir): New variable.

[...]

> +    (build-system python-build-system)
> +    (arguments
> +     `(#:phases
> +       (modify-phases %standard-phases
> +         (replace 'check
> +           (lambda* (#:key inputs outputs #:allow-other-keys)
> +             (add-installed-pythonpath inputs outputs)
> +             (invoke "py.test" "-v"))))))
> +    (propagated-inputs
> +     `(("python-beautifulsoup4" ,python-beautifulsoup4)
> +       ("python-decorator" ,python-decorator)
> +       ("python-kitchen" ,python-kitchen)
> +       ("python-requests" ,python-requests)
> +       ("python-six" ,python-six)))

As this is a terminal application, I guess these inputs can be regular
inputs instead of propagated?  The 'wrap' phase should take care of
things automatically.

Also note that "py.test" is deprecated and one is supposed to use just
"pytest" nowadays IIRC.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]