GNU bug report logs -
#55637
Add west requirements.txt dependencies
Previous Next
Reported by: Peter Polidoro <peter <at> polidoro.io>
Date: Wed, 25 May 2022 16:45:02 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hi,
peter <at> polidoro.io skribis:
> From: Peter Polidoro <peter <at> 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’.
[Message part 2 (text/x-patch, inline)]
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)))
This bug report was last modified 2 years and 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.