GNU bug report logs -
#58369
[PATCH] gnu: Add python-simple-pid.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 7 Oct 2022 22:00:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58369 in the body.
You can then email your comments to 58369 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58369
; Package
guix-patches
.
(Fri, 07 Oct 2022 22:00:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 07 Oct 2022 22:00:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-science.scm (python-simple-pid): New variable.
---
gnu/packages/python-science.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f2cbfb0043..293ad156f6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2022 Paul A. Patience <paul <at> apatience.com>
;;; Copyright © 2022 Wiktor Żelazny <wzelazny <at> vurv.cz>
;;; Copyright © 2022 Eric Bavier <bavier <at> posteo.net>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1482,6 +1483,29 @@ (define-public python-deepdish
interoperability offered by HDF5.")
(license license:bsd-3)))
+(define-public python-simple-pid
+ (package
+ (name "python-simple-pid")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "simple-pid" version))
+ (sha256
+ (base32
+ "094mz6rmfq1h0gpns5vlxb7xf9297hlkhndw7g9k95ziqfkv7mk0"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (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.")
+ (license license:expat)))
+
(define-public python-opt-einsum
(package
(name "python-opt-einsum")
--
2.37.3
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 18 Oct 2022 12:42:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Oct 2022 12:42:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 58369-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart <jgart <at> dismail.de> skribis:
> * gnu/packages/python-science.scm (python-simple-pid): New variable.
Applied with the change below, thanks!
Ludo'.
[Message part 2 (text/x-patch, inline)]
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58369
; Package
guix-patches
.
(Tue, 18 Oct 2022 15:33:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 58369-done <at> debbugs.gnu.org (full text, mbox):
On Tue, 18 Oct 2022 14:41:17 +0200 Ludovic Courtès <ludo <at> gnu.org> wrote:
> jgart <jgart <at> dismail.de> skribis:
>
> > * gnu/packages/python-science.scm (python-simple-pid): New variable.
>
> Applied with the change below, thanks!
THNX!
all best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 16 Nov 2022 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.