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-uv-build] epel10: Backport to EPEL10
Date: Sun, 16 Aug 2026 07:56:06 GMT	[thread overview]
Message-ID: <178686696639.1.17709241103733925100.rpms-python-uv-build-4b61ad60d780@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-uv-build
Branch : epel10
Commit : 4b61ad60d780b1295bf8680eaf5b8552711df027
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-16T08:52:55+01:00
Stats  : +14/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/4b61ad60d780b1295bf8680eaf5b8552711df027?branch=epel10

Log:
Backport to EPEL10

---
diff --git a/python-uv-build.spec b/python-uv-build.spec
index a82da03..d1e80b4 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -74,9 +74,6 @@ Source:         %{pypi_source uv_build}
 # keep updating uv (primarily a developer tool) while holding uv-build
 # (primarily used for building packages) at an older version for compatibility.
 
-BuildSystem:    pyproject
-BuildOption(install): --assert-license uv_build
-
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 # Also, there are a couple of test failures on 32-bit platforms.
 ExcludeArch:   %{ix86}
@@ -145,7 +142,7 @@ tomcli set Cargo.toml false profile.release.strip
 %cargo_prep
 
 
-%generate_buildrequires -p
+%generate_buildrequires
 # For unclear reasons, maturin checks for all crate dependencies when it is
 # invoked as part of %%pyproject_buildrequires – including those corresponding
 # to optional features.
@@ -154,13 +151,24 @@ tomcli set Cargo.toml false profile.release.strip
 # generated even when the “check” bcond is disabled.
 %cargo_generate_buildrequires -a -t
 
+%pyproject_buildrequires
+
 
-%build -p
+%build
 %cargo_license_summary
 %{cargo_license} > LICENSE.dependencies
 
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+%pyproject_save_files -l uv_build
+
+
+%check
+%pyproject_check_import
 
-%check -a
 %if %{with check}
 # These tests require files from scripts/packages/built-by-uv/, which are not
 # included in the sdist.

                 reply	other threads:[~2026-08-16  7:56 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=178686696639.1.17709241103733925100.rpms-python-uv-build-4b61ad60d780@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