gnu: Add python-python3-midi.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Sun, 30 May 2021 16:07:01 +0000 (18:07 +0200)
committerLeo Prikler <leo.prikler@student.tugraz.at>
Tue, 22 Jun 2021 16:34:38 +0000 (18:34 +0200)
* gnu/packages/audio.scm (python-python3-midi): New variable.

gnu/packages/audio.scm

index 9b259ed..db05735 100644 (file)
@@ -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")