guix-patches
[Top][All Lists]
Advanced

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

[bug#27558] [PATCH] gnu: Add python-ruamel.yaml


From: Marius Bakke
Subject: [bug#27558] [PATCH] gnu: Add python-ruamel.yaml
Date: Sun, 16 Jul 2017 22:38:03 +0200
User-agent: Notmuch/0.24.2 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)

Muriithi Frederick Muriuki <address@hidden> writes:

> * gnu/packages/serialization.scm (python-ruamel.yaml, python-ruamel2.yaml):
> * New variables.
> * Use module (guix build-system python)

[...]

> +    (arguments
> +     `(;; The 'check phase defined below seems to be correct, but the code on
> +       ;; pypi comes with no tests, and the code fetched directly from
> +       ;; bitbucket (https://bitbucket.org/ruamel/yaml/get/<version>.tar.gz)
> +       ;; fails the tests with "ImportError: No module named 'ruamel.yaml'"
> +       ;; or "ImportError: No module named 'ruamel'".

I looked into this, and it requires an additional library
"ruamel.std.pathlib" for tests. It would be great to have it, but I've
applied this for now with minor cosmetics fixes to make `guix lint`
happy. Also added a copyright line for you.

Attachment: signature.asc
Description: PGP signature


reply via email to

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