public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Let LICENSE.dependencies be installed in the .dist-info
@ 2026-08-16  7:54 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16  7:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-uv-build
Branch : epel10
Commit : b567ab7b6706902a6348af97940ff42bb6b0af52
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2025-04-05T06:54:45-04:00
Stats  : +5/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/b567ab7b6706902a6348af97940ff42bb6b0af52?branch=epel10

Log:
Let LICENSE.dependencies be installed in the .dist-info

---
diff --git a/python-uv-build.spec b/python-uv-build.spec
index 140e050..e16579c 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -199,11 +199,11 @@ tomcli set Cargo.toml false profile.release.strip
 
 
 %build
-%pyproject_wheel
-
 %cargo_license_summary
 %{cargo_license} > LICENSE.dependencies
 
+%pyproject_wheel
+
 
 %install
 %pyproject_install
@@ -223,9 +223,9 @@ skip="${skip-} --skip wheel::test::test_prepare_metadata"
 
 
 %files -n python3-uv-build -f %{pyproject_files}
-# The main license files, LICENSE-APACHE and LICENSE-MIT, are already in the
-# .dist-info directory. However, we still need to include these manually:
-%license LICENSE.dependencies LICENSE.bundled/
+# The other license files (LICENSE-APACHE, LICENSE-MIT, and
+# LICENSE.dependencies) are already handled in the .dist-info directory.
+%license LICENSE.bundled/
 %doc README.md
 
 %{_bindir}/uv-build

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

only message in thread, other threads:[~2026-08-16  7:54 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:54 [rpms/python-uv-build] epel10: Let LICENSE.dependencies be installed in the .dist-info 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