guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add python-osc.


From: guix-commits
Subject: 02/02: gnu: Add python-osc.
Date: Sun, 26 Apr 2020 06:15:38 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 0bf66cbb72937f1bc084a1b84d85864761056f40
Author: Giacomo Leidi <address@hidden>
AuthorDate: Fri Apr 24 00:47:44 2020 +0200

    gnu: Add python-osc.
    
    * gnu/packages/python-xyz.scm (python-osc): New variable.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/python-xyz.scm | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1a7bbcc..9460a59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2019, 2020 Alex Griffin <address@hidden>
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2019 Jacob MacDonald <address@hidden>
-;;; Copyright © 2019 Giacomo Leidi <address@hidden>
+;;; Copyright © 2019, 2020 Giacomo Leidi <address@hidden>
 ;;; Copyright © 2019 Wiktor Żelazny <address@hidden>
 ;;; Copyright © 2019, 2020 Tanguy Le Carrour <address@hidden>
 ;;; Copyright © 2019 Mădălin Ionel Patrașcu <address@hidden>
@@ -19544,3 +19544,23 @@ a set of pluggable tools to help the programmer in 
various ways.  Some
 example tools are source structure, project manager, interactive help,
 workspace...")
     (license license:bsd-2)))
+
+(define-public python-osc
+  (package
+    (name "python-osc")
+    (version "1.7.4")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "python-osc" version))
+        (sha256
+          (base32
+            "0cnh0z5lnng7fh48nmfaqqn8j25k13gkd4rhxd3m6sjqiix9s3vn"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/attwad/python-osc";)
+    (synopsis "Open Sound Control server and client implementations")
+    (description
+      "@code{python-osc} is a pure Python library with no external
+dependencies.  It implements the @uref{http://opensoundcontrol.org/spec-1_0,
+Open Sound Control 1.0} specification.")
+    (license license:unlicense)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]