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
This commit is contained in:
Vinicius Monego 2025-06-22 12:09:17 -03:00
parent 4a38059258
commit d32e619d47
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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,