diff options
author | Vinicius Monego <monego@posteo.net> | 2025-06-22 12:09:17 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-06-22 12:41:00 -0300 |
commit | d32e619d478ba6ccffe92120be23a79e897d0464 (patch) | |
tree | 912e7508dba032fa20ab51c1fef319a52ba575d4 /gnu/packages/python-science.scm | |
parent | 4a380592589fbb51d5d601e42cb9ff67b153ed0f (diff) |
gnu: python-simple-pid: Update to 2.0.1.
* gnu/packages/python-science.scm (python-simple-pid): Update to 2.0.1.
[source]: Update URI.
[build-system]: Use pyproject-build-system.
[arguments]<#:phases>: Do not override the 'check' phase.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
Change-Id: I26c7b3097d30ac067a370c8a3a0600779d13efb6
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 65bb3f2d2c..34403d8566 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4545,21 +4545,16 @@ interoperability offered by HDF5.") (define-public python-simple-pid (package (name "python-simple-pid") - (version "1.0.1") + (version "2.0.1") (source (origin (method url-fetch) - (uri (pypi-uri "simple-pid" version)) + (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/"))))))) + "17p9bgka5yv5lbnbk374yjccrlizm572wv3xb479072lahf7cwap")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/m-lundberg/simple-pid") (synopsis "Easy to use PID controller") (description "This package provides a simple and easy-to-use @acronym{PID, |