public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-glyphsLib] f43: Use pyproject long options
@ 2026-08-02 9:39 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-02 9:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-glyphsLib
Branch : f43
Commit : 46961a1f29a0dca8dadab70f17943e21386bd29f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-02T09:36:40+01:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-glyphsLib/c/46961a1f29a0dca8dadab70f17943e21386bd29f?branch=f43
Log:
Use pyproject long options
[skip changelog]
---
diff --git a/python-glyphsLib.spec b/python-glyphsLib.spec
index 0ac99a7..57be7ab 100644
--- a/python-glyphsLib.spec
+++ b/python-glyphsLib.spec
@@ -71,9 +71,9 @@ Summary: %{summary}
%generate_buildrequires
%{pyproject_buildrequires %{shrink:
- %{?with_ufo_normalization:-x ufo_normalization}
- -x defcon
- %{?with_colr:-x colr}
+ %{?with_ufo_normalization:--extras ufo_normalization}
+ --extras defcon
+ %{?with_colr:--extras colr}
%{?with_check:requirements-dev.in}
}}
@@ -82,7 +82,7 @@ Summary: %{summary}
%install
%pyproject_install
-%pyproject_save_files -l glyphsLib
+%pyproject_save_files --assert-license glyphsLib
install --directory '%{buildroot}%{_mandir}/man1'
for bin in glyphs2ufo ufo2glyphs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 9:39 [rpms/python-glyphsLib] f43: Use pyproject long 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