guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] gnu: Update python-fixtures


From: Mathieu Lirzin
Subject: Re: [PATCH 2/3] gnu: Update python-fixtures
Date: Tue, 22 Sep 2015 17:11:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

I can't help much about the circular dependency problem.  I think it is
important to avoid propagation of inputs from old versions, but I don't
know if this is feasible.  Here are my usual cosmetic comments :)


Cyril Roelandt <address@hidden> writes:

> * gnu/packages/python.scm (python-fixtures): Update.
> * gnu/packages/python.scm (python-fixtures-0.3.16,
>   python2-fixtures-0.3.16, python-pbr-0.11,
>   python2-pbr-0.11): New variables.
> * gnu/packages/python.scm (python-testrepository): Use python-fxitures-0.3.16
                                                                ^^^
                                                                fixtures
>   instead of python-fixtures in the inputs.

[...]

> +(define-public python-pbr-0.11
> +  (package
> +    (name "python-pbr")
> +    (version "0.11.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://pypi.python.org/packages/source/p/pbr/pbr-";
> +             version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0v9gb7gyqf7q9s99l0nnjj9ww9b0jvyqlwm4d56pcyinxydddw6p"))))
> +    (build-system python-build-system)
> +    (arguments
> +     `(#:tests? #f)) ;; Most tests seem to use the Internet.

     `(#:tests? #f))                    ;most tests seem to use the internet

--
Mathieu Lirzin



reply via email to

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