diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-06-17 23:17:33 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-06-17 23:18:22 +0100 |
commit | 5d622214c2a1d6424ab1f4f5d3f7dbe22f881aa8 (patch) | |
tree | f91888837297e8ba7c39a00415ba4017d67565ef /dev-python/python-rtmidi/files | |
parent | app-backup/snapper: add 0.10.5 (diff) | |
download | gentoo-5d622214c2a1d6424ab1f4f5d3f7dbe22f881aa8.tar.gz gentoo-5d622214c2a1d6424ab1f4f5d3f7dbe22f881aa8.tar.bz2 gentoo-5d622214c2a1d6424ab1f4f5d3f7dbe22f881aa8.zip |
dev-python/python-rtmidi: add 1.5.2, drop 1.5.1
Closes: https://bugs.gentoo.org/908657
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/python-rtmidi/files')
-rw-r--r-- | dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch (renamed from dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch b/dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch index fdb2a14b7c7d..511e86f836df 100644 --- a/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch +++ b/dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch @@ -18,16 +18,19 @@ description = "A Python binding for the RtMidi C++ library implemented using Cython." authors = [ { name="Christopher Arndt", email="info@chrisarndt.de" }, -@@ -41,12 +41,6 @@ +@@ -41,11 +41,12 @@ "music", "rtmidi", ] -meson-python-option-name = "python" -meson-options = [ -- "-Dwheel=true", -- "-Dverbose=true", ++ ++[tool.meson-python.args] ++setup = [ + "-Dwheel=true", + "-Dverbose=false", - "--buildtype=plain" --] ++ "-Dbuildtype=plain" + ] [project.license] - file = "LICENSE.md" |