[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] gnu: Add xcffib
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/4] gnu: Add xcffib |
Date: |
Wed, 17 Dec 2014 10:01:43 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Federico Beffa <address@hidden> skribis:
> On Mon, Dec 15, 2014 at 11:16 PM, Ludovic Courtès <address@hidden> wrote:
>>> + (propagated-inputs
>>> + `(("python-cffi" ,python-cffi)))
>>
>> Please add a comment saying why this is propagated.
>
> The reason is that I want the package to inherit the propagated inputs
> from 'python-cffi' as the latter requires 'python-pycparser' at run
> time. If I don't make python-cffi a propagated-input, but a normal
> input, I need to copy the propagated-inputs from that package and
> (re-) make them propagated-inputs of python-xcffib as well.
Oh, I see. But that’s basically because xcffib does “import cffi” or
something like that, right?
In that case I would just add a comment saying that, unless you really
think it’s obvious (it wasn’t to me, initially.)
> A similar reason applier to python-xcffib in python-cairocffi and to
> pygobject + python-cairocffi + gobject-introspection + pathon-pycairo
> in python-matplotlib.
>
> Is that OK?
Yes. Thanks for explaining!
Ludo’.