[packages/python3-PyQt6-WebEngine] - up to 6.3.1

baggins baggins at pld-linux.org
Wed Sep 7 23:28:55 CEST 2022


commit afc1a7f8179c70c659981c33980e4586622a78d3
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Sep 7 23:28:41 2022 +0200

    - up to 6.3.1

 python3-PyQt6-WebEngine.spec | 83 ++++++++++++++++++++++++++++++++++++++++++
 python3-PyQtWebEngine.spec   | 85 --------------------------------------------
 2 files changed, 83 insertions(+), 85 deletions(-)
---
diff --git a/python3-PyQt6-WebEngine.spec b/python3-PyQt6-WebEngine.spec
new file mode 100644
index 0000000..737337e
--- /dev/null
+++ b/python3-PyQt6-WebEngine.spec
@@ -0,0 +1,83 @@
+
+%define		module	PyQt6-WebEngine
+# minimal required sip version
+%define		sip_ver	6.4
+# last qt version covered by these bindings (minimal required is currently 5.0.0)
+%define		qt_ver	%{version}
+
+Summary:	Python bindings for the Qt6WebEngine module
+Summary(pl.UTF-8):	Wiązania Pythona do modułu Qt6WebEngine
+Name:		python3-%{module}
+Version:	6.3.1
+Release:	1
+License:	GPL v3
+Group:		Libraries/Python
+Source0:	https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-%{version}.tar.gz
+# Source0-md5:	4ee56e79abc0426fae2b9650f5f5852a
+URL:		http://www.riverbankcomputing.com/software/pyqtwebengine/
+BuildRequires:	Qt6WebEngine-devel >= %{qt_ver}
+BuildRequires:	pkgconfig
+BuildRequires:	python3-PyQt6
+BuildRequires:	qt6-build >= %{qt_ver}
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+BuildRequires:	sip-PyQt6 >= 5.15.7
+BuildRequires:	sip6 >= %{sip_ver}
+Requires:	python3-libs
+Obsoletes:	python-PyQtWebEngine < 5.15.6
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python bindings for the Qt6WebEngine module.
+
+%description -l pl.UTF-8
+Wiązania Pythona do modułu Qt6WebEngine.
+
+%package -n sip-PyQt6-WebEngine
+Summary:	SIP files needed to build bindings for Qt6WebEngine
+Summary(pl.UTF-8):	Pliki SIP potrzebne do budowania wiązań do Qt6WebEngine
+Group:		Development/Languages/Python
+Requires:	python3-PyQt6-sip >= 2:12.11.0
+Requires:	sip6 >= %{sip_ver}
+
+%description -n sip-PyQt6-WebEngine
+SIP files needed to build bindings for Qt6WebEngine.
+
+%description -n sip-PyQt6-WebEngine -l pl.UTF-8
+Pliki SIP potrzebne do budowania wiązań do Qt6WebEngine.
+
+%prep
+%setup -q -n PyQt6_WebEngine-%{version}
+
+%build
+sip-build --build-dir build-py3 \
+	--jobs %{__jobs} \
+	--verbose \
+	--pep484-pyi \
+	--qmake="%{_bindir}/qmake-qt6" \
+	--scripts-dir=%{_bindir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build-py3 install \
+	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py3_sitedir}/PyQt6/QtWebEngineCore.abi3.so
+%attr(755,root,root) %{py3_sitedir}/PyQt6/QtWebEngineQuick.abi3.so
+%attr(755,root,root) %{py3_sitedir}/PyQt6/QtWebEngineWidgets.abi3.so
+%{py3_sitedir}/PyQt6/QtWebEngineCore.pyi
+%{py3_sitedir}/PyQt6/QtWebEngineQuick.pyi
+%{py3_sitedir}/PyQt6/QtWebEngineWidgets.pyi
+%{py3_sitedir}/PyQt6_WebEngine-%{version}.dist-info
+
+%files -n sip-PyQt6-WebEngine
+%defattr(644,root,root,755)
+%{py3_sitedir}/PyQt6/bindings/QtWebEngineCore
+%{py3_sitedir}/PyQt6/bindings/QtWebEngineQuick
+%{py3_sitedir}/PyQt6/bindings/QtWebEngineWidgets
diff --git a/python3-PyQtWebEngine.spec b/python3-PyQtWebEngine.spec
deleted file mode 100644
index 9e9b407..0000000
--- a/python3-PyQtWebEngine.spec
+++ /dev/null
@@ -1,85 +0,0 @@
-
-%define		module	PyQtWebEngine
-# minimal required sip version
-%define		sip_ver	6.4
-# last qt version covered by these bindings (minimal required is currently 5.0.0)
-# %define		qt_ver	%{version}
-%define		qt_ver	5.15.0
-
-Summary:	Python bindings for the Qt5WebEngine module
-Summary(pl.UTF-8):	Wiązania Pythona do modułu Qt5WebEngine
-Name:		python3-%{module}
-Version:	5.15.6
-Release:	2
-License:	GPL v3
-Group:		Libraries/Python
-Source0:	https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz
-# Source0-md5:	d1e548617de149ba8142a32c1eb9f994
-URL:		http://www.riverbankcomputing.com/software/pyqtwebengine/
-BuildRequires:	Qt5WebEngine-devel >= %{qt_ver}
-BuildRequires:	pkgconfig
-BuildRequires:	python3-PyQt5
-BuildRequires:	qt5-build >= %{qt_ver}
-BuildRequires:	qt5-qmake >= %{qt_ver}
-BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.219
-BuildRequires:	sip-PyQt5 >= 5.15.7
-BuildRequires:	sip6 >= %{sip_ver}
-Requires:	python3-libs
-Obsoletes:	python-PyQtWebEngine < 5.15.6
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Python bindings for the Qt5WebEngine module.
-
-%description -l pl.UTF-8
-Wiązania Pythona do modułu Qt5WebEngine.
-
-%package -n sip-PyQtWebEngine
-Summary:	SIP files needed to build bindings for Qt5WebEngine
-Summary(pl.UTF-8):	Pliki SIP potrzebne do budowania wiązań do Qt5WebEngine
-Group:		Development/Languages/Python
-Requires:	python3-PyQt5-sip >= 2:12.11.0
-Requires:	sip6 >= %{sip_ver}
-
-%description -n sip-PyQtWebEngine
-SIP files needed to build bindings for Qt5WebEngine.
-
-%description -n sip-PyQtWebEngine -l pl.UTF-8
-Pliki SIP potrzebne do budowania wiązań do Qt5WebEngine.
-
-%prep
-%setup -q -n PyQtWebEngine-%{version}
-
-%build
-sip-build --build-dir build-py3 \
-	--jobs %{__jobs} \
-	--verbose \
-	--pep484-pyi \
-	--qmake="%{_bindir}/qmake-qt5" \
-	--scripts-dir=%{_bindir}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%{__make} -C build-py3 install \
-	INSTALL_ROOT=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%attr(755,root,root) %{py3_sitedir}/PyQt5/QtWebEngine.abi3.so
-%attr(755,root,root) %{py3_sitedir}/PyQt5/QtWebEngineCore.abi3.so
-%attr(755,root,root) %{py3_sitedir}/PyQt5/QtWebEngineWidgets.abi3.so
-%{py3_sitedir}/PyQt5/QtWebEngine.pyi
-%{py3_sitedir}/PyQt5/QtWebEngineCore.pyi
-%{py3_sitedir}/PyQt5/QtWebEngineWidgets.pyi
-%{py3_sitedir}/PyQtWebEngine-%{version}.dist-info
-
-%files -n sip-PyQtWebEngine
-%defattr(644,root,root,755)
-%{py3_sitedir}/PyQt5/bindings/QtWebEngine
-%{py3_sitedir}/PyQt5/bindings/QtWebEngineCore
-%{py3_sitedir}/PyQt5/bindings/QtWebEngineWidgets
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-PyQt6-WebEngine.git/commitdiff/afc1a7f8179c70c659981c33980e4586622a78d3



More information about the pld-cvs-commit mailing list