15
0

Accepting request 1003365 from home:bnavigator:branches:devel:languages:python:numeric

now with doc and license

OBS-URL: https://build.opensuse.org/request/show/1003365
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meson-python?expand=0&rev=1
This commit is contained in:
2022-09-14 15:48:11 +00:00
committed by Git OBS Bridge
commit 2b235b37f3
8 changed files with 183 additions and 0 deletions

17
mesonpy-trim-deps.patch Normal file
View File

@@ -0,0 +1,17 @@
The backend does not require a mesonbuild module for every flavor.
`meson` and `ninja` commands from the regular RPM packages are
sufficient.
Index: meson_python-0.8.1/pyproject.toml
===================================================================
--- meson_python-0.8.1.orig/pyproject.toml
+++ meson_python-0.8.1/pyproject.toml
@@ -26,8 +26,6 @@ classifiers = [
dependencies = [
'colorama; os_name == "nt"',
- 'meson>=0.62.0',
- 'ninja',
'pyproject-metadata>=0.5.0', # not a hard dependency, only needed for projects that use PEP 621 metadata
'tomli>=1.0.0',
'typing-extensions>=3.7.4; python_version<"3.8"',