[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: |
Mon, 15 Dec 2014 23:16:38 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Federico Beffa <address@hidden> skribis:
> From f4187d31f95e3a65947d77bf267115906ed3816b Mon Sep 17 00:00:00 2001
> From: Federico Beffa <address@hidden>
> Date: Wed, 10 Dec 2014 20:36:58 +0100
> Subject: [PATCH 2/4] gnu: Add xcffib
>
> * gnu/packages/python.scm (python-xcffib, python2-xcffib): New variables.
[...]
> + (propagated-inputs
> + `(("python-cffi" ,python-cffi)))
Please add a comment saying why this is propagated.
> + (synopsis "XCB Python binding")
“bindings” (plural)
> + (description
> + "A drop in replacement for xpyb, an XCB python binding.")
“drop-in”, “Python”, “bindings”.
Could you expound the description a little bit?
The rest looks alright.
Thanks,
Ludo’.