guix-patches
[Top][All Lists]
Advanced

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

[bug#55637] Add west requirements.txt dependencies


From: Ludovic Courtès
Subject: [bug#55637] Add west requirements.txt dependencies
Date: Mon, 06 Jun 2022 22:19:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

peter@polidoro.io skribis:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/python-xyz.scm (python-canopen): New variable.

Applied with the changes below (see
<https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html>).

Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 312a365fb7..56552b12c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2086,9 +2086,12 @@ (define-public python-canopen
     (propagated-inputs (list python-can))
     (home-page "https://github.com/christiansandberg/canopen";)
     (synopsis "CANopen stack implementation")
-    (description "A Python implementation of the CANopen standard.  The aim of
-the project is to support the most common parts of the CiA 301 standard in a
-simple Pythonic interface.  It is mainly targeted for testing and automation
+    (description
+     "This package provides a Python implementation of the
+@uref{https://www.can-cia.org/canopen/,CANopen standard} for
+@acronym{CAN, controller-area networks}.  The aim of the project is to
+support the most common parts of the CiA 301 standard in a simple
+Pythonic interface.  It is mainly targeted for testing and automation
 tasks rather than a standard compliant master implementation.")
     (license license:expat)))
 

reply via email to

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