Blame mingw-python-affine.spec

0789583
%{?mingw_package_header}
0789583
6b52583
%global pypi_name affine
0789583
6b52583
Name:          mingw-python-%{pypi_name}
6b52583
Summary:       MinGW Windows Python %{pypi_name}
71105ac
Version:       2.4.0
5ce443c
Release:       2%{?dist}
0789583
BuildArch:     noarch
0789583
0789583
License:       BSD
0789583
URL:           https://github.com/sgillies/affine
05f613e
Source0:       %{pypi_source}
0789583
0789583
BuildRequires: mingw32-filesystem >= 95
0789583
BuildRequires: mingw32-python3
6b52583
BuildRequires: mingw32-python3-build
1e468d7
BuildRequires: mingw32-python3-flit-core
0789583
0789583
BuildRequires: mingw64-filesystem >= 95
0789583
BuildRequires: mingw64-python3
6b52583
BuildRequires: mingw64-python3-build
1e468d7
BuildRequires: mingw64-python3-flit-core
0789583
0789583
0789583
%description
6b52583
MinGW Windows Python %{pypi_name}.
0789583
0789583
6b52583
%package -n mingw32-python3-%{pypi_name}
6b52583
Summary:       MinGW Windows Python3 %{pypi_name}
0789583
6b52583
%description -n mingw32-python3-%{pypi_name}
6b52583
MinGW Windows Python3 %{pypi_name}.
0789583
0789583
6b52583
%package -n mingw64-python3-%{pypi_name}
6b52583
Summary:       MinGW Windows Python3 %{pypi_name}
0789583
6b52583
%description -n mingw64-python3-%{pypi_name}
6b52583
MinGW Windows Python3 %{pypi_name}.
0789583
0789583
0789583
%prep
05f613e
%autosetup -p1 -n %{pypi_name}-%{version}
0789583
0789583
0789583
%build
6b52583
%mingw32_py3_build_wheel
6b52583
%mingw64_py3_build_wheel
0789583
0789583
0789583
%install
6b52583
%mingw32_py3_install_wheel
6b52583
%mingw64_py3_install_wheel
0789583
0789583
6b52583
%files -n mingw32-python3-%{pypi_name}
0789583
%license LICENSE.txt
6b52583
%{mingw32_python3_sitearch}/%{pypi_name}/
6b52583
%{mingw32_python3_sitearch}/%{pypi_name}-%{version}.dist-info/
0789583
6b52583
%files -n mingw64-python3-%{pypi_name}
0789583
%license LICENSE.txt
6b52583
%{mingw64_python3_sitearch}/%{pypi_name}/
6b52583
%{mingw64_python3_sitearch}/%{pypi_name}-%{version}.dist-info/
0789583
0789583
0789583
%changelog
5ce443c
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
5ce443c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
5ce443c
71105ac
* Fri Jan 20 2023 Sandro Mani <manisandro@gmail.com> - 2.4.0-1
71105ac
- Update to 2.4.0
71105ac
e957d29
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-4
e957d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
e957d29
6b52583
* Mon Oct 10 2022 Sandro Mani <manisandro@gmail.com> - 2.3.1-3
6b52583
- Switch to python3-build
6b52583
e7b5644
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
e7b5644
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
e7b5644
2ec1644
* Wed Apr 20 2022 Sandro Mani <manisandro@gmail.com> - 2.3.1-1
2ec1644
- Update to 2.3.1
2ec1644
a656070
* Thu Feb 10 2022 Sandro Mani <manisandro@gmail.com> - 2.3.0-9
a656070
- Rebuild for new python dependency generator (take two)
a656070
53624c5
* Thu Feb 10 2022 Sandro Mani <manisandro@gmail.com> - 2.3.0-8
53624c5
- Rebuild for new python dependency generator
53624c5
9e83d29
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-7
9e83d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
9e83d29
473b879
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-6
473b879
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
473b879
3153441
* Fri Jun 11 2021 Sandro Mani <manisandro@gmail.com> - 2.3.0-5
3153441
- Rebuild (python-3.10)
3153441
9c85d4d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-4
9c85d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9c85d4d
0789583
* Sun Nov 08 2020 Sandro Mani <manisandro@gmail.com> - 2.3.0-3
0789583
- Switch to py3_build/py3_install macros
0789583
0789583
* Tue Jun 02 2020 Sandro Mani <manisandro@gmail.com> - 2.3.0-2
0789583
- Rebuild (python-3.9)
0789583
0789583
* Mon Dec 16 2019 Sandro Mani <manisandro@gmail.com> - 2.3.0-1
0789583
- Initial package