]> git.pld-linux.org Git - packages/python3-PyQt6-sip.git/blob - python3-PyQt6-sip.spec
5ee4ac9bd7547d5b2f36ae41e1ef332e91e9c0aa
[packages/python3-PyQt6-sip.git] / python3-PyQt6-sip.spec
1 %define         module  PyQt6-sip
2 Summary:        The sip module support for PyQt6
3 Name:           python3-%{module}
4 Version:        13.5.2
5 Release:        1
6 License:        GPL v3
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/MODULE/
9 Source0:        https://files.pythonhosted.org/packages/source/P/PyQt6_sip/PyQt6_sip-%{version}.tar.gz
10 # Source0-md5:  0ba49dc69dd019aa46abdd2df4639823
11 URL:            https://www.riverbankcomputing.com/software/sip/
12 BuildRequires:  python3-devel >= 1:3.2
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-build >= 4.6
15 BuildRequires:  rpm-pythonprov
16 BuildRequires:  rpmbuild(macros) >= 1.714
17 Requires:       python3-modules >= 1:3.2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The sip extension module provides support for the PyQt6 package.
22
23 %package apidocs
24 Summary:        API documentation for Python %{module} module
25 Summary(pl.UTF-8):      Dokumentacja API modułu Pythona %{module}
26 Group:          Documentation
27 BuildArch:      noarch
28
29 %description apidocs
30 API documentation for Python %{module} module.
31
32 %description apidocs -l pl.UTF-8
33 Dokumentacja API modułu Pythona %{module}.
34
35 %prep
36 %setup -q -n PyQt6_sip-%{version}
37
38 %build
39 %py3_build
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %py3_install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README
52 %attr(755,root,root) %{py3_sitedir}/PyQt6/*.so
53 %{py3_sitedir}/PyQt6_sip-%{version}-py*.egg-info
This page took 0.045544 seconds and 2 git commands to generate.