From unknown Tue Aug 19 02:58:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58369] [PATCH] gnu: Add python-simple-pid. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 07 Oct 2022 22:00:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58369 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58369@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166517998629997 (code B ref -1); Fri, 07 Oct 2022 22:00:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Oct 2022 21:59:46 +0000 Received: from localhost ([127.0.0.1]:37614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogvNh-0007nk-VW for submit@debbugs.gnu.org; Fri, 07 Oct 2022 17:59:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:57906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogvNg-0007nd-8J for submit@debbugs.gnu.org; Fri, 07 Oct 2022 17:59:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogvNg-0002F9-3F for guix-patches@gnu.org; Fri, 07 Oct 2022 17:59:44 -0400 Received: from mx1.dismail.de ([78.46.223.134]:12627) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogvNd-0002wo-NM for guix-patches@gnu.org; Fri, 07 Oct 2022 17:59:43 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 9413e971 for ; Fri, 7 Oct 2022 23:59:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=aIATIxwg7LrI4aXJeyN1O 6dIw+6eRLpghq92iiOAPpM=; b=E+x4LOTl3fF9BRI8zmkSgVVioNyFcXdfCgNdG vD/f0HEDg/0ZL3zD1HiDIryp0n5P//P9SOaLX6BavgEPu3PIeATz6bSDCUrqmWmA JNUXY6Urn2OSAJVn3rRUlZwGsntLi9bH+qj/guyQFju3MnEmG+L3xvVs+G16BCh5 MUXrbFp1TrwXgULrbrcWU2OJPr2aASmW896b+pXXWYWTc2bfCKBLM+wAhvCV39GQ F7bV5DL7WpDHr8in2lgdQBY3wLi04nZHUR1ht7++5y8niqJzaEK+Ny7peOD8DWGV xflFTItKQde4nE6gttnqHCdSdCXLCg/Nq0GvEOsmwhpeid6gg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b2e2ab41 for ; Fri, 7 Oct 2022 23:59:38 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id b55e7c5b for ; Fri, 7 Oct 2022 23:59:37 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id d6f57b41 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 7 Oct 2022 23:59:37 +0200 (CEST) From: jgart Date: Fri, 7 Oct 2022 16:59:11 -0500 Message-Id: <20221007215911.9083-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ;;; Copyright © 2022 Wiktor Żelazny ;;; Copyright © 2022 Eric Bavier +;;; Copyright © 2022 jgart ;;; ;;; 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 From unknown Tue Aug 19 02:58:22 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#58369: closed (Re: bug#58369: [PATCH] gnu: Add python-simple-pid.) Message-ID: References: <87mt9tnw2a.fsf@gnu.org> <20221007215911.9083-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 58369 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58369@debbugs.gnu.org Date: Tue, 18 Oct 2022 12:42:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1666096923-3006-1" This is a multi-part message in MIME format... ------------=_1666096923-3006-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58369: [PATCH] gnu: Add python-simple-pid. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58369@debbugs.gnu.org. --=20 58369: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58369 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1666096923-3006-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58369-done) by debbugs.gnu.org; 18 Oct 2022 12:41:32 +0000 Received: from localhost ([127.0.0.1]:51475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okluW-0000lH-2p for submit@debbugs.gnu.org; Tue, 18 Oct 2022 08:41:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okluQ-0000kx-PM for 58369-done@debbugs.gnu.org; Tue, 18 Oct 2022 08:41:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44128) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okluJ-0003oW-SH; Tue, 18 Oct 2022 08:41:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=fUgBADNKodn2sUPOl9fZXRRLmfGvK7Fz9TbaobmUgDM=; b=WwsrYCf47a5JK+rFaGwt 0L4+Qhf4w4l+W4WQ2YeBlP4oUiLUIh4B5IO68MWiZNr5SJa98hMrE22uLLLldKxla1UQYJvXxy+2d nBW6tswRJMzCXvXkS22Ga/Z0Sxcp4an1Xw7Y+SmsvpzdpMku9HorxYB0+cQgGrex+QwZzC7KdO5Tl rw1tpY/Fd3xXu+wDZ21t2jfBbGWFeIjn7AU4074FYat9FkPHyk3xpOygi1qIL0qMQnv9VkUA69Hvt ZUdEZdA9q5mQBwAe3CTULdpID/TzIlTjacTK1QmhO4rYFMOSDBub9x6sBDPD9AxWK9+XZGgSBeJEV gnp0s/LhIeEEGA==; Received: from [193.50.110.209] (port=58388 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okluJ-00020c-44; Tue, 18 Oct 2022 08:41:19 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#58369: [PATCH] gnu: Add python-simple-pid. References: <20221007215911.9083-1-jgart@dismail.de> Date: Tue, 18 Oct 2022 14:41:17 +0200 In-Reply-To: <20221007215911.9083-1-jgart@dismail.de> (jgart@dismail.de's message of "Fri, 7 Oct 2022 16:59:11 -0500") Message-ID: <87mt9tnw2a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58369-done Cc: 58369-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain jgart skribis: > * gnu/packages/python-science.scm (python-simple-pid): New variable. Applied with the change below, thanks! Ludo'. --=-=-= Content-Type: text/x-patch Content-Disposition: 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 --=-=-=-- ------------=_1666096923-3006-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Oct 2022 21:59:46 +0000 Received: from localhost ([127.0.0.1]:37614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogvNh-0007nk-VW for submit@debbugs.gnu.org; Fri, 07 Oct 2022 17:59:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:57906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogvNg-0007nd-8J for submit@debbugs.gnu.org; Fri, 07 Oct 2022 17:59:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogvNg-0002F9-3F for guix-patches@gnu.org; Fri, 07 Oct 2022 17:59:44 -0400 Received: from mx1.dismail.de ([78.46.223.134]:12627) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogvNd-0002wo-NM for guix-patches@gnu.org; Fri, 07 Oct 2022 17:59:43 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 9413e971 for ; Fri, 7 Oct 2022 23:59:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=aIATIxwg7LrI4aXJeyN1O 6dIw+6eRLpghq92iiOAPpM=; b=E+x4LOTl3fF9BRI8zmkSgVVioNyFcXdfCgNdG vD/f0HEDg/0ZL3zD1HiDIryp0n5P//P9SOaLX6BavgEPu3PIeATz6bSDCUrqmWmA JNUXY6Urn2OSAJVn3rRUlZwGsntLi9bH+qj/guyQFju3MnEmG+L3xvVs+G16BCh5 MUXrbFp1TrwXgULrbrcWU2OJPr2aASmW896b+pXXWYWTc2bfCKBLM+wAhvCV39GQ F7bV5DL7WpDHr8in2lgdQBY3wLi04nZHUR1ht7++5y8niqJzaEK+Ny7peOD8DWGV xflFTItKQde4nE6gttnqHCdSdCXLCg/Nq0GvEOsmwhpeid6gg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b2e2ab41 for ; Fri, 7 Oct 2022 23:59:38 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id b55e7c5b for ; Fri, 7 Oct 2022 23:59:37 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id d6f57b41 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 7 Oct 2022 23:59:37 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-simple-pid. Date: Fri, 7 Oct 2022 16:59:11 -0500 Message-Id: <20221007215911.9083-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ;;; Copyright © 2022 Wiktor Żelazny ;;; Copyright © 2022 Eric Bavier +;;; Copyright © 2022 jgart ;;; ;;; 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 ------------=_1666096923-3006-1-- From unknown Tue Aug 19 02:58:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58369] [PATCH] gnu: Add python-simple-pid. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 18 Oct 2022 15:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58369 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 58369-done@debbugs.gnu.org Received: via spool by 58369-done@debbugs.gnu.org id=D58369.166610713331041 (code D ref 58369); Tue, 18 Oct 2022 15:33:02 +0000 Received: (at 58369-done) by debbugs.gnu.org; 18 Oct 2022 15:32:13 +0000 Received: from localhost ([127.0.0.1]:53808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okoZh-00084b-IF for submit@debbugs.gnu.org; Tue, 18 Oct 2022 11:32:13 -0400 Received: from mx1.dismail.de ([78.46.223.134]:37615) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okoZd-00084L-Ux for 58369-done@debbugs.gnu.org; Tue, 18 Oct 2022 11:32:11 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 34a9bf13; Tue, 18 Oct 2022 17:32:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=SLWYw8U63dal4IvcZengyS6wxxdzm/nMP/WWgs0MO4w=; b=CbB mRsl7of79Rsh331wgffVQA2HQwXOjaY8Z8fN5OCAK4DjCTytI40a7ql61iNHb/43 QE6qylu74qvX+wIrAJSyZcnB0AgIvNQ7XTrx+yGnGs6GTWP9hv26Wau//JeYCXYb Jjb0xlrfNxAYC9Z7ktZNJiEPTby0Lcrq/klhTfVOFs09X7SdyQVXhcx+u8bpxCnQ dYfnxT6KPVq6T8bUe8J7UrFmrH1o+EAr672NjCGZezndkushmdrs3OZTQkKsxWOv kTXlaHR9BR/u7CjcdeFmqpBmhrp0/1IgrFXcSoLxtG15ZRI8Qih7rgT3urivTxzI YaIQEfFamvZYakS950w== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a22b68e4; Tue, 18 Oct 2022 17:32:02 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 818fd0b3; Tue, 18 Oct 2022 17:32:02 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b2e17127 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 18 Oct 2022 17:32:01 +0200 (CEST) Date: Tue, 18 Oct 2022 10:31:58 -0500 Message-ID: <20221018103158.GB1778@dismail.de> From: jgart In-Reply-To: <87mt9tnw2a.fsf@gnu.org> References: <20221007215911.9083-1-jgart@dismail.de> <87mt9tnw2a.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Tue, 18 Oct 2022 14:41:17 +0200 Ludovic Courtès wrote: > jgart skribis: > > > * gnu/packages/python-science.scm (python-simple-pid): New variable. > > Applied with the change below, thanks! THNX! all best, jgart