public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-python-wheel] rawhide: Build with build_wheel macros
@ 2026-08-16  8:44 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-08-16  8:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mingw-python-wheel
Branch : rawhide
Commit : 92b3abc9b539be84fb8f4c6d9544fee545d2d979
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-08-16T10:44:44+02:00
Stats  : +18/-16 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-python-wheel/c/92b3abc9b539be84fb8f4c6d9544fee545d2d979?branch=rawhide

Log:
Build with build_wheel macros

---
diff --git a/mingw-python-wheel.spec b/mingw-python-wheel.spec
index 3533348..549cb02 100644
--- a/mingw-python-wheel.spec
+++ b/mingw-python-wheel.spec
@@ -12,13 +12,15 @@ License:       MIT AND (Apache-2.0 OR BSD-2-Clause)
 URL:           https://pypi.python.org/pypi/%{pypi_name}
 Source0:       %{pypi_source %{pypi_name} %{version}}
 
-BuildRequires: mingw32-filesystem >= 95
+BuildRequires: mingw32-filesystem
 BuildRequires: mingw32-python3
-BuildRequires: mingw32-python3-setuptools
+BuildRequires: mingw32-python3-build
+BuildRequires: mingw32-python3-flit-core
 
-BuildRequires: mingw64-filesystem >= 95
+BuildRequires: mingw64-filesystem
 BuildRequires: mingw64-python3
-BuildRequires: mingw64-python3-setuptools
+BuildRequires: mingw64-python3-build
+BuildRequires: mingw64-python3-flit-core
 
 # Don't scan */bin/wheel for requires, it would generate a Requires: pythonX.Y
 %global __requires_exclude_from ^.*/bin/wheel$
@@ -46,36 +48,36 @@ MinGW Windows Python3 %{pypi_name} library.
 
 
 %build
-%mingw32_py3_build
-%mingw64_py3_build
-%mingw32_py3_build_host
-%mingw64_py3_build_host
+%mingw32_py3_build_wheel
+%mingw64_py3_build_wheel
+%mingw32_py3_build_host_wheel
+%mingw64_py3_build_host_wheel
 
 
 %install
-%mingw32_py3_install
-%mingw64_py3_install
-%mingw32_py3_install_host
-%mingw64_py3_install_host
+%mingw32_py3_install_wheel
+%mingw64_py3_install_wheel
+%mingw32_py3_install_host_wheel
+%mingw64_py3_install_host_wheel
 
 
 %files -n mingw32-python3-%{pypi_name}
 %license LICENSE.txt
 %{mingw32_bindir}/wheel
 %{mingw32_python3_sitearch}/%{pypi_name}/
-%{mingw32_python3_sitearch}/%{pypi_name}-%{version}-py%{mingw32_python3_version}.egg-info/
+%{mingw32_python3_sitearch}/%{pypi_name}-%{version}.dist-info/
 %{_prefix}/%{mingw32_target}/bin/wheel
 %{mingw32_python3_hostsitearch}/%{pypi_name}/
-%{mingw32_python3_hostsitearch}/%{pypi_name}-%{version}-py%{mingw32_python3_version}.egg-info/
+%{mingw32_python3_hostsitearch}/%{pypi_name}-%{version}.dist-info/
 
 %files -n mingw64-python3-%{pypi_name}
 %license LICENSE.txt
 %{mingw64_bindir}/wheel
 %{mingw64_python3_sitearch}/%{pypi_name}/
-%{mingw64_python3_sitearch}/%{pypi_name}-%{version}-py%{mingw64_python3_version}.egg-info/
+%{mingw64_python3_sitearch}/%{pypi_name}-%{version}.dist-info/
 %{_prefix}/%{mingw64_target}/bin/wheel
 %{mingw64_python3_hostsitearch}/%{pypi_name}/
-%{mingw64_python3_hostsitearch}/%{pypi_name}-%{version}-py%{mingw64_python3_version}.egg-info/
+%{mingw64_python3_hostsitearch}/%{pypi_name}-%{version}.dist-info/
 
 
 %changelog

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16  8:44 [rpms/mingw-python-wheel] rawhide: Build with build_wheel macros Sandro Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox