guix-patches
[Top][All Lists]
Advanced

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

bug#58369: [PATCH] gnu: Add python-simple-pid.


From: Ludovic Courtès
Subject: bug#58369: [PATCH] gnu: Add python-simple-pid.
Date: Tue, 18 Oct 2022 14:41:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

jgart <jgart@dismail.de> skribis:

> * gnu/packages/python-science.scm (python-simple-pid): New variable.

Applied with the change below, thanks!

Ludo'.

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 7d748035ba..94a4c922a5 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1503,7 +1503,8 @@ (define-public python-simple-pid
                (invoke "python" "-m" "unittest" "discover" "tests/")))))))
     (home-page "https://github.com/m-lundberg/simple-pid";)
     (synopsis "Easy to use PID controller")
-    (description "This package provides a simple, easy to use PID controller.")
+    (description "This package provides a simple and easy-to-use @acronym{PID,
+proportional-integral-derivative} controller.")
     (license license:expat)))
 
 (define-public python-opt-einsum

reply via email to

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