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