public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-python-wheel] rawhide: Build with build_wheel macros
Date: Sun, 16 Aug 2026 08:44:55 GMT	[thread overview]
Message-ID: <178686989553.1.10490813731179825758.rpms-mingw-python-wheel-92b3abc9b539@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-16  8:44 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=178686989553.1.10490813731179825758.rpms-mingw-python-wheel-92b3abc9b539@fedoraproject.org \
    --to=manisandro@gmail.com \
    --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