public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Backport to EPEL10
@ 2026-08-16  7:56 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16  7:56 UTC (permalink / raw)
  To: git-commits

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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-16  7:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16  7:56 [rpms/python-uv-build] epel10: Backport to EPEL10 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