From: Rick Huijzer <ikbenrickhuyzer@gmail.com>
To: 72142@debbugs.gnu.org
Cc: Rick Huijzer <ikbenrickhuyzer@gmail.com>,
Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
Munyoki Kilyungi <me@bonfacemunyoki.com>,
Sharlatan Hellseher <sharlatanus@gmail.com>,
Tanguy Le Carrour <tanguy@bioneland.org>,
jgart <jgart@dismail.de>
Subject: [bug#72142] [PATCH v1] Fix formatting, boost not needed in python-rtmidi
Date: Thu, 18 Jul 2024 17:10:31 +0200 [thread overview]
Message-ID: <09a92b6a22245646ca2b51ac5059c5fca54ee0f7.1721315431.git.ikbenrickhuyzer@gmail.com> (raw)
In-Reply-To: <20240716152423.17557-1-ikbenrickhuyzer@gmail.com>
Change-Id: I96127532b959bec2995180d8c0838595c0943a62
---
Sorry; this is a fixed patch. Still trying to use pytest, but haven't found a nice way to add the add-installed-pythonpath logic, which is not present in the meson-build system
gnu/packages/python-xyz.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ac585c8d9..a46d36790b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24765,24 +24765,19 @@ (define-public python-rtmidi
(package
(name "python-rtmidi")
(version "1.5.8")
- (source
- (origin
+ (source
+ (origin
(method url-fetch)
(uri (pypi-uri "python_rtmidi" version))
(sha256
(base32 "1yh4s124awzwhfg49m8s6qsa58qxabljlmnb1q00kbk8n1ldx6kz"))))
(build-system meson-build-system)
- (inputs
- (list glibc
- python-cffi
- jack-2
- boost
- rtmidi))
+ (inputs (list glibc python-cffi jack-2 rtmidi))
(native-inputs (list python python-pytest pkg-config python-setuptools))
(home-page "https://pypi.org/project/python-rtmidi/")
(synopsis "Python bindings for RtMidi")
(description
- "Python-rtmidi is a Python binding for RtMidi, a set of C++ classes that provides
+ "Python-rtmidi is a Python binding for RtMidi, a set of C++ classes that provides
a common API for real-time MIDI input/output across Linux (ALSA & JACK), macOS,
and Windows (Multimedia Library).")
(license license:expat)))
base-commit: c3cdb2b4057a2c2e8e7be1e320784431f0f671ae
prerequisite-patch-id: f1cc8a724ee8010966de580066164220f481deff
--
2.45.2
next prev parent reply other threads:[~2024-07-18 15:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 15:23 [bug#72142] [PATCH] add python-rtmidi Rick Huijzer
2024-07-18 15:10 ` Rick Huijzer [this message]
2024-07-18 16:38 ` [bug#72142] [PATCH v1] Fix formatting, boost not needed in python-rtmidi jgart via Guix-patches via
2024-07-18 20:54 ` [bug#72142] [PATCH] add python-rtmidi Rick Huijzer
2024-08-06 13:28 ` Rick Huijzer
2024-09-02 20:07 ` Rick Huijzer
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=09a92b6a22245646ca2b51ac5059c5fca54ee0f7.1721315431.git.ikbenrickhuyzer@gmail.com \
--to=ikbenrickhuyzer@gmail.com \
--cc=72142@debbugs.gnu.org \
--cc=jgart@dismail.de \
--cc=lars@6xq.net \
--cc=marius@gnu.org \
--cc=me@bonfacemunyoki.com \
--cc=sharlatanus@gmail.com \
--cc=tanguy@bioneland.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 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.