[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#59112: [PATCH] gnu: add python-enoslib
From: |
Ludovic Courtès |
Subject: |
bug#59112: [PATCH] gnu: add python-enoslib |
Date: |
Mon, 14 Nov 2022 12:12:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Matthieu,
matthieu.simonin@inria.fr skribis:
> +(define-public python-enoslib
> + (package
> + (name "python-enoslib")
> + (version "v8.0.1")
I applied the patch with minor changes:
• removed “v” from the version string;
• passed the code through ‘guix style’;
• tweaked the synopsis and description;
• added a ChangeLog-style commit log following our conventions.
(If you haven’t see it yet, most of these are described at
<https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html>,
which has admittedly become lengthy.)
Thank you!
Ludo’.