public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-glyphsLib] rawhide: Use pyproject long options
Date: Sun, 02 Aug 2026 09:02:57 GMT	[thread overview]
Message-ID: <178566137728.1.12544128383542483413.rpms-python-glyphsLib-46961a1f29a0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-glyphsLib
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-08-02  9:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178566137728.1.12544128383542483413.rpms-python-glyphsLib-46961a1f29a0@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox