[packages/python3-PyQt6-sip] - pl, fixed License, updated dependencies
qboosh
qboosh at pld-linux.org
Thu Jun 5 20:35:39 CEST 2025
commit 51e8d9feda3176b2b67a741b748708f2f1e427bc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jun 5 20:24:16 2025 +0200
- pl, fixed License, updated dependencies
python3-PyQt6-sip.spec | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/python3-PyQt6-sip.spec b/python3-PyQt6-sip.spec
index 51b7f34..f003fd8 100644
--- a/python3-PyQt6-sip.spec
+++ b/python3-PyQt6-sip.spec
@@ -1,25 +1,29 @@
%define module PyQt6-sip
Summary: The sip module support for PyQt6
+Summary(pl.UTF-8): Obsługa PyQt6 dla modułu sip
Name: python3-%{module}
Version: 13.10.2
Release: 1
-License: GPL v3
+License: BSD
Group: Libraries/Python
-#Source0Download: https://pypi.org/simple/MODULE/
+#Source0Download: https://pypi.org/simple/pyqt6-sip/
Source0: https://files.pythonhosted.org/packages/source/p/pyqt6_sip/pyqt6_sip-%{version}.tar.gz
# Source0-md5: 52eb69e8b6988814ca8b4ebdeb93cc36
URL: https://www.riverbankcomputing.com/software/sip/
-BuildRequires: python3-devel >= 1:3.7
-BuildRequires: python3-setuptools
+BuildRequires: python3-devel >= 1:3.9
+BuildRequires: python3-setuptools >= 1:75.8.1
BuildRequires: rpm-build >= 4.6
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
-Requires: python3-modules >= 1:3.7
+Requires: python3-modules >= 1:3.9
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
The sip extension module provides support for the PyQt6 package.
+%description -l pl.UTF-8
+Rozszerzenie modułu sip, zapewniające obsługę pakietu PyQt6.
+
%prep
%setup -q -n pyqt6_sip-%{version}
@@ -37,5 +41,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README
-%attr(755,root,root) %{py3_sitedir}/PyQt6/*.so
+%attr(755,root,root) %{py3_sitedir}/PyQt6/sip.cpython-*.so
%{py3_sitedir}/PyQt6_sip-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-PyQt6-sip.git/commitdiff/51e8d9feda3176b2b67a741b748708f2f1e427bc
More information about the pld-cvs-commit
mailing list