guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add python-python3-midi.


From: guix-commits
Subject: 02/05: gnu: Add python-python3-midi.
Date: Tue, 22 Jun 2021 12:38:58 -0400 (EDT)

leoprikler pushed a commit to branch master
in repository guix.

commit 9e2cdf724e76cd22d50fd694c8c1d1fc7a4b2eb4
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun May 30 18:07:01 2021 +0200

    gnu: Add python-python3-midi.
    
    * gnu/packages/audio.scm (python-python3-midi): New variable.
---
 gnu/packages/audio.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9b259ed..db05735 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2462,6 +2462,24 @@ included are the command line utilities @code{send_osc} 
and @code{dump_osc}.")
 CFFI and NumPy.")
     (license license:expat)))
 
+(define-public python-python3-midi
+  (package
+    (name "python-python3-midi")
+    (version "0.2.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "python3_midi" version))
+       (sha256
+        (base32
+         "1z9j1w7mpn3xhkcpxmqm5rvmj6nffb5rf14bv7n3sdh07nf6n7sf"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/NFJones/python3-midi";)
+    (synopsis "Python MIDI API")
+    (description "This package provides a python API to read and write MIDI
+files.")
+    (license license:expat)))
+
 (define-public lilv
   (package
     (name "lilv")



reply via email to

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