summaryrefslogtreecommitdiff
path: root/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch')
-rw-r--r--dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch33
1 files changed, 0 insertions, 33 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.1-build_backend.patch
deleted file mode 100644
index fdb2a14b7c7d..000000000000
--- a/dev-python/python-rtmidi/files/python-rtmidi-1.5.1-build_backend.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- 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,12 +41,6 @@
- "music",
- "rtmidi",
- ]
--meson-python-option-name = "python"
--meson-options = [
-- "-Dwheel=true",
-- "-Dverbose=true",
-- "--buildtype=plain"
--]
-
- [project.license]
- file = "LICENSE.md"