unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: 48746@debbugs.gnu.org
Subject: [bug#48746] [PATCH WIP 2/3] gnu: Add python-python3-midi.
Date: Sun, 30 May 2021 18:20:11 +0200	[thread overview]
Message-ID: <20210530162012.24140-2-leo.prikler@student.tugraz.at> (raw)
In-Reply-To: <20210530162012.24140-1-leo.prikler@student.tugraz.at>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e190588efa..3589f8c96a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24154,6 +24154,24 @@ Open Sound Control 1.0} specification.")
 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 python-voluptuous
   (package
     (name "python-voluptuous")
-- 
2.31.1





  reply	other threads:[~2021-05-30 16:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 16:12 [bug#48746] [PATCH WIP 0/3] Add python-audio-to-midi Leo Prikler
2021-05-30 16:20 ` [bug#48746] [PATCH WIP 1/3] gnu: Add python-soundfile Leo Prikler
2021-05-30 16:20   ` Leo Prikler [this message]
2021-05-30 16:20   ` [bug#48746] [PATCH WIP 3/3] gnu: Add python-audio-to-midi Leo Prikler
2021-05-31 13:35 ` [bug#48746] [PATCH v2 1/3] gnu: Add python-soundfile Leo Prikler
2021-05-31 13:35   ` [bug#48746] [PATCH v2 2/3] gnu: Add python-python3-midi Leo Prikler
2021-05-31 13:35   ` [bug#48746] [PATCH v2 3/3] gnu: Add audio-to-midi Leo Prikler

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=20210530162012.24140-2-leo.prikler@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=48746@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).