gnu: python-sacn: Update to 1.11.0.

* gnu/packages/python-xyz.scm (python-sacn): Update to 1.11.0.
[build-system]: Use pyproject-build-system.
[arguments]<#:phases>: Do not override the 'check' phase.
[native-inputs]: Add python-setuptools, python-wheel.
[synopsis]: Do not break line.

Change-Id: I476308da1c13bcfb6eaf9d55b5f3f6aa4798d450
This commit is contained in:
Vinicius Monego 2025-07-30 08:31:53 -03:00
parent 42fc2c5ad2
commit 15c2b47df7
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -26957,25 +26957,17 @@ in pure Python.")
(define-public python-sacn (define-public python-sacn
(package (package
(name "python-sacn") (name "python-sacn")
(version "1.10.0") (version "1.11.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sacn" version)) (uri (pypi-uri "sacn" version))
(sha256 (sha256
(base32 "02pqfwwx83lgb8nj9p0s6vyi1s7wjgbx9k0bzlyz8qapszzdsr37")))) (base32 "1sp0jmrjsd9g62kgi177fw4hi56h21s2p9khia3idmixgz53k2ql"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (native-inputs (list python-pytest python-setuptools python-wheel))
(list #:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "pytest" "-vv")))))))
(native-inputs (list python-pytest))
(home-page "https://github.com/Hundemeier/sacn") (home-page "https://github.com/Hundemeier/sacn")
(synopsis (synopsis "Python library for sending and receiving sACN data")
"Python library for sending and receiving sACN data")
(description (description
"This package provides a Python library for sending and receiving "This package provides a Python library for sending and receiving
sACN (Streaming Architecture for Control Networks) data, a standard sACN (Streaming Architecture for Control Networks) data, a standard