unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rick Huijzer <ikbenrickhuyzer@gmail.com>
To: 72057@debbugs.gnu.org
Cc: Rick Huijzer <ikbenrickhuyzer@gmail.com>
Subject: [bug#72057] [PATCH] Add python-sacn
Date: Thu, 11 Jul 2024 11:20:21 +0200	[thread overview]
Message-ID: <20240711092149.12396-3-ikbenrickhuyzer@gmail.com> (raw)

---
Feel free to remove copyright header, I dont know the custom / rules for that.
Packaging python-sacn to maybe package more of the Open Lighting Project later.
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e1b2679e59..bbfe7bfdbf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -153,6 +153,7 @@
 ;;; Copyright © 2024 Navid Afkhami <navid.afkhami@mdc-berlin.de>
 ;;; Copyright © 2024 TakeV <takev@disroot.org>
 ;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
+;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24689,6 +24690,28 @@ (define-public python-rfc6555
      and integration into other projects.")
       (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))
+    (propagated-inputs
+      (list python-setuptools)) 
+    (home-page "https://github.com/Hundemeier/sacn")
+    (synopsis "A Python library for sending and receiving sACN (Streaming Architecture for Control Networks) data")
+    (description
+      "sACN is 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
   (package
     (name "python-bagit")

base-commit: 0663668507377a849317b0fff3d72f609c3139c2
-- 
2.45.2





             reply	other threads:[~2024-07-11 13:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11  9:20 Rick Huijzer [this message]
2024-07-11 20:36 ` [bug#72057] Small changes required Andreas Enge
2024-07-11 20:52   ` bug#72057: [PATCH] Add python-sacn jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240711092149.12396-3-ikbenrickhuyzer@gmail.com \
    --to=ikbenrickhuyzer@gmail.com \
    --cc=72057@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).