public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-meson-python] f44: Use long pyproject options
@ 2026-06-12 11:54 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-12 11:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-meson-python
Branch : f44
Commit : 85b6a0d1ea1e445187be70012f1094c67aac96a4
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-13T19:49:21+01:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-meson-python/c/85b6a0d1ea1e445187be70012f1094c67aac96a4?branch=f44
Log:
Use long pyproject options
---
diff --git a/python-meson-python.spec b/python-meson-python.spec
index 406b161..69010ef 100644
--- a/python-meson-python.spec
+++ b/python-meson-python.spec
@@ -24,10 +24,13 @@ Source: %{pypi_source meson_python}
# functionality), controlled by the patchelf build conditional
Patch100: meson-python-0.18.0-remove-patchelf.patch
-BuildSystem: pyproject
-BuildOption(generate_buildrequires): -p %{?with_tests:-g test}
+BuildSystem: pyproject
+BuildOption(generate_buildrequires): %{shrink:
+ --pyproject-dependencies
+ %{?with_tests:--dependency-groups test}
+ }
# LICENSE duplicates LICENSES/MIT.txt, which is handled automatically.
-BuildOption(install): -l mesonpy
+BuildOption(install): --assert-license mesonpy
BuildArch: noarch
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 11:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 11:54 [rpms/python-meson-python] f44: Use long pyproject options Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox