summaryrefslogtreecommitdiff
path: root/dev-python/python-rtmidi/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-18 01:06:52 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-18 01:06:52 +0000
commitac4e1bda5b8077042e58f7c6aa8b017f4d1bf465 (patch)
tree475290faeb4502d7375f4b1e5189178f622a7e08 /dev-python/python-rtmidi/files
parentf59f30a60c3a172f0d323fc45806dd837487aa2c (diff)
downloadbaldeagleos-repo-ac4e1bda5b8077042e58f7c6aa8b017f4d1bf465.tar.gz
baldeagleos-repo-ac4e1bda5b8077042e58f7c6aa8b017f4d1bf465.tar.xz
baldeagleos-repo-ac4e1bda5b8077042e58f7c6aa8b017f4d1bf465.zip
Adding metadata
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"