mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add python-sacn.
* gnu/packages/python-xyz.scm (python-sacn): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Iaed5ba294366a6934248c335ca30f7ca71a1127a
This commit is contained in:
parent
8f12ed2c0f
commit
91a773a65e
1 changed files with 23 additions and 0 deletions
|
@ -153,6 +153,7 @@
|
||||||
;;; Copyright © 2024 Navid Afkhami <navid.afkhami@mdc-berlin.de>
|
;;; Copyright © 2024 Navid Afkhami <navid.afkhami@mdc-berlin.de>
|
||||||
;;; Copyright © 2024 TakeV <takev@disroot.org>
|
;;; Copyright © 2024 TakeV <takev@disroot.org>
|
||||||
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
|
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
|
||||||
|
;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -24689,6 +24690,28 @@ (define-public python-rfc6555
|
||||||
and integration into other projects.")
|
and integration into other projects.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public python-sacn
|
||||||
|
(package
|
||||||
|
(name "python-sacn")
|
||||||
|
(version "1.10.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "sacn" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "02pqfwwx83lgb8nj9p0s6vyi1s7wjgbx9k0bzlyz8qapszzdsr37"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(native-inputs (list python-pytest))
|
||||||
|
(home-page "https://github.com/Hundemeier/sacn")
|
||||||
|
(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
|
||||||
|
protocol used for controlling lighting and other devices over
|
||||||
|
a network.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-bagit
|
(define-public python-bagit
|
||||||
(package
|
(package
|
||||||
(name "python-bagit")
|
(name "python-bagit")
|
||||||
|
|
Loading…
Reference in a new issue