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