summaryrefslogtreecommitdiff
path: root/dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch
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/python-rtmidi-1.5.2-build_backend.patch
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/python-rtmidi-1.5.2-build_backend.patch')
-rw-r--r--dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch b/dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch
new file mode 100644
index 000000000000..511e86f836df
--- /dev/null
+++ b/dev-python/python-rtmidi/files/python-rtmidi-1.5.2-build_backend.patch
@@ -0,0 +1,36 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,14 +1,14 @@
+ [build-system]
+-# https://thiblahute.gitlab.io/mesonpep517/
+-build-backend = "mesonpep517.buildapi"
++build-backend = "mesonpy"
+ requires = [
+ "cython",
+ "wheel",
+- "mesonpep517 @ git+https://gitlab.com/SpotlightKid/mesonpep517.git@rtmidi",
++ "meson-python",
+ "ninja"
+ ]
+
+ [project]
++name = "python-rtmidi"
+ description = "A Python binding for the RtMidi C++ library implemented using Cython."
+ authors = [
+ { name="Christopher Arndt", email="info@chrisarndt.de" },
+@@ -41,11 +41,12 @@
+ "music",
+ "rtmidi",
+ ]
+-meson-python-option-name = "python"
+-meson-options = [
++
++[tool.meson-python.args]
++setup = [
+ "-Dwheel=true",
+ "-Dverbose=false",
+- "--buildtype=plain"
++ "-Dbuildtype=plain"
+ ]
+
+ [project.license]