From d32e619d478ba6ccffe92120be23a79e897d0464 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 22 Jun 2025 12:09:17 -0300 Subject: 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 --- gnu/packages/python-science.scm | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 65bb3f2d2c1..34403d8566e 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, -- cgit v1.3