[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61464] [PATCH 2/2] gnu: python-capablerobot-usbhub: Update to 0.5.0
From: |
zimoun |
Subject: |
[bug#61464] [PATCH 2/2] gnu: python-capablerobot-usbhub: Update to 0.5.0. |
Date: |
Wed, 15 Feb 2023 12:41:27 +0100 |
Hi,
Thanks! Enough green: https://qa.guix.gnu.org/issue/61464 :-) LGTM.
On Sun, 12 Feb 2023 at 23:49, Sharlatan Hellseher <sharlatanus@gmail.com> wrote:
> * gnu/packages/libusb.scm (python-capablerobot-usbhub): Fix build and update
> to 0.5.0.
> [source]: Use git checkout which allows to pass build the package.
> [build-system]: Use pyproject-build-system.
> [arguments]{tests}: Disable them as not provided.
> [phases]{use-poetry-core}: New phase.
> [phases]{install-udev-rules}: Remove trailing #t from lambda.
> [native-inputs]: Add python-poetry-core.
> [propagated-inputs]: python-click -> python-click-7, python-pyyaml ->
> python-pyyaml-5.
For what it is worth and I am not an expert with ChangeLog style; I
think it should be without extra space and ’->’ probably with plain
words.
--8<---------------cut here---------------start------------->8---
* gnu/packages/libusb.scm (python-capablerobot-usbhub): Fix build and update to
0.5.0.
[source]: Use git checkout which allows to pass build the package.
[build-system]: Use pyproject-build-system.
[arguments]{tests}: Disable them as not provided.
[phases]{use-poetry-core}: New phase.
[phases]{install-udev-rules}: Remove trailing #t from lambda.
[native-inputs]: Add python-poetry-core.
[propagated-inputs]: Replace python-pyyaml-7 and python-pyyaml-5 by
python-click and python-pyyaml.
--8<---------------cut here---------------end--------------->8---
Cheers,
simon