Compare commits

...

1 Commits
epel9 ... i10ce

@ -0,0 +1 @@
b1b68c23b64409491258a9177b7153844e93d07b SOURCES/pyqt_builder-1.16.4.tar.gz

9
.gitignore vendored

@ -1,8 +1 @@
/PyQt-builder-1.6.0.tar.gz SOURCES/pyqt_builder-1.16.4.tar.gz
/PyQt-builder-1.10.0.tar.gz
/PyQt-builder-1.10.3.tar.gz
/PyQt-builder-1.11.0.tar.gz
/PyQt-builder-1.12.0.tar.gz
/PyQt-builder-1.12.1.tar.gz
/PyQt-builder-1.12.2.tar.gz
/PyQt-builder-1.13.0.tar.gz

@ -1,18 +1,16 @@
%global pypi_name PyQt-builder %global pypi_name pyqt_builder
%global srcname PyQt-builder
Name: %{srcname} Name: PyQt-builder
Version: 1.13.0 Version: 1.16.4
Release: 3%{?dist} Release: 2%{?dist}
Summary: The PEP 517 compliant PyQt build system Summary: The PEP 517 compliant PyQt build system
License: GPLv2 or GPLv3 License: BSD-2-Clause
URL: https://www.riverbankcomputing.com/software/pyqt/ URL: https://www.riverbankcomputing.com/software/pyqt/
Source0: %{pypi_source} Source0: %{pypi_source}
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
%description %description
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
@ -26,25 +24,76 @@ project.py.
# Remove bundled egg-info # Remove bundled egg-info
rm -rf %{pypi_name}.egg-info rm -rf %{pypi_name}.egg-info
%generate_buildrequires
%pyproject_buildrequires
%build %build
%py3_build %pyproject_wheel
%install %install
%py3_install %pyproject_install
# These dll files are from openssl and microsoft visiual studio # These dll files are from openssl and microsoft visiual studio
# While we can redistribute them, we don't have source and it's # While we can redistribute them, we don't have source and it's
# unlikely anyone will want to bundle a windows executable from linux. # unlikely anyone will want to bundle a windows executable from linux.
rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
%check
%py3_check_import pyqtbuild
%files %files
%license LICENSE-GPL2 %license LICENSE
%license LICENSE-GPL3
%{_bindir}/pyqt-bundle %{_bindir}/pyqt-bundle
%{_bindir}/pyqt-qt-wheel %{_bindir}/pyqt-qt-wheel
%{python3_sitelib}/pyqtbuild %{python3_sitelib}/pyqtbuild
%{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/PyQt_builder-%{version}.dist-info
%changelog %changelog
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.16.4-2
- Rebuilt for MSVSphere 10
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jul 15 2024 Scott Talbert <swt@techie.net> - 1.16.4-1
- Update to new upstream release 1.16.4 (#2293673)
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.16.2-2
- Rebuilt for Python 3.13
* Wed May 01 2024 Scott Talbert <swt@techie.net> - 1.16.2-2
- Update to new upstream release 1.16.2 (#2272990)
* Sun Feb 04 2024 Scott Talbert <swt@techie.net> - 1.15.4-1
- Update to new upstream release 1.15.4 (#2252258)
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Nov 18 2023 Scott Talbert <swt@techie.net> - 1.15.3-1
- Update to new upstream release 1.15.3 (#2244187)
* Mon Jul 24 2023 Scott Talbert <swt@techie.net> - 1.15.2-1
- Update to new upstream release 1.15.2 (#2225119)
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 18 2023 Scott Talbert <swt@techie.net> - 1.15.1-1
- Update to new upstream release 1.15.1 (#2210072)
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.15.0-2
- Rebuilt for Python 3.12
* Wed Apr 26 2023 Scott Talbert <swt@techie.net> - 1.15.0-1
- Update to new upstream release 1.15.0 (#2185560)
* Tue Jan 31 2023 Scott Talbert <swt@techie.net> - 1.14.1-1
- Update to new upstream release 1.14.1 (#2131649)
- Modernize python packaging
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-3 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (PyQt-builder-1.13.0.tar.gz) = dd7df6c22b4829307154a1f0f2d065249ee84676be5ca215c029887187d4fd1a30d46264e9c54e23ff2cc08675dff75d39bdf7ba269121ffa369e6f43dec38c7
Loading…
Cancel
Save