mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4a38059258
commit
d32e619d47
1 changed files with 6 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue