commit 451781d6909aee406be401fcc72f0bf9f84ad98d Author: MSVSphere Packaging Team Date: Fri Oct 25 18:49:35 2024 +0300 import python-pyqt6-sip-13.6.0-4.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc5cedd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/PyQt6_sip-13.6.0.tar.gz diff --git a/.python-pyqt6-sip.metadata b/.python-pyqt6-sip.metadata new file mode 100644 index 0000000..ddb1f07 --- /dev/null +++ b/.python-pyqt6-sip.metadata @@ -0,0 +1 @@ +7fb3c1e777700e02856ff7540f12cbe9d06dabec SOURCES/PyQt6_sip-13.6.0.tar.gz diff --git a/SPECS/python-pyqt6-sip.spec b/SPECS/python-pyqt6-sip.spec new file mode 100644 index 0000000..8b78c81 --- /dev/null +++ b/SPECS/python-pyqt6-sip.spec @@ -0,0 +1,90 @@ +%global pkg_name pyqt6-sip +%global pypi_name PyQt6_sip +%global _sip_api_major 13 +%global _sip_api_minor 4 +%global _sip_api %{_sip_api_major}.%{_sip_api_minor} + +Name: python-%{pkg_name} +Version: 13.6.0 +Release: 4%{?dist} +Summary: The sip module support for PyQt6 + +License: GPL-2.0-only OR GPL-3.0-only +URL: https://www.riverbankcomputing.com/software/sip/ +Source0: %{pypi_source} + +BuildRequires: gcc +BuildRequires: python3-devel +BuildRequires: %{py3_dist setuptools} >= 30.3 +BuildRequires: %{py3_dist wheel} + +%global _description %{expand: +The sip extension module provides support for the PyQt6 package. +} + +%description %_description + +%package -n python3-%{pkg_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pkg_name}} +Provides: python3-pyqt6-sip-api(%{_sip_api_major}) = %{_sip_api} +Provides: python3-pyqt6-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api} + +%description -n python3-%{pkg_name} %_description +%prep +%autosetup -p1 -n %{pypi_name}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-%{pkg_name} +%doc README +%license LICENSE LICENSE-GPL3 +%{python3_sitearch}/PyQt6_sip* +%{python3_sitearch}/PyQt6/ + + +%changelog +* Mon Jun 24 2024 Troy Dawson - 13.6.0-4 +- Bump release for June 2024 mass rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 13.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 13.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Oct 16 2023 Jan Grulich - 13.6.0-1 +- 13.6.0 + +* Thu Oct 12 2023 Richard Fontana - 13.4.0-6 +- Migrate License: tag to SPDX +* Fri Jul 21 2023 Fedora Release Engineering - 13.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 21 2023 Tomáš Hrnčiar - 13.4.0-4 +- Backport patches needed for compatibility with Python 3.12 + +* Tue Jun 13 2023 Python Maint - 13.4.0-3 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 13.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Sep 05 2022 Onuralp Sezer - 13.4.0-1 +- 13.4.0 + +* Fri Jul 22 2022 Fedora Release Engineering - 13.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 13.3.0-2 +- Rebuilt for Python 3.11 + +* Wed Apr 13 2022 Onuralp Sezer - 13.3.0-1 +- Initial Package