all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40801] [PATCH] gnu: Add pyton-osc.
@ 2020-04-23 22:47 Giacomo Leidi
  2020-04-26 10:12 ` bug#40801: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Giacomo Leidi @ 2020-04-23 22:47 UTC (permalink / raw)
  To: 40801; +Cc: Giacomo Leidi

* gnu/packages/python-xyz.scm (python-osc): New variable.
---
 gnu/packages/python-xyz.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1a7bbcc299..982af649ad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
-;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2019, 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019, 2020 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
@@ -19544,3 +19544,25 @@ 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)))
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40801: [PATCH] gnu: Add pyton-osc.
  2020-04-23 22:47 [bug#40801] [PATCH] gnu: Add pyton-osc Giacomo Leidi
@ 2020-04-26 10:12 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-04-26 10:12 UTC (permalink / raw)
  To: Giacomo Leidi; +Cc: 40801-done


Pushed with minor edits,

Thanks,

Mathieu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-26 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 22:47 [bug#40801] [PATCH] gnu: Add pyton-osc Giacomo Leidi
2020-04-26 10:12 ` bug#40801: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.