]> git.pld-linux.org Git - packages/python3-PyQt6-sip.git/blob - python3-PyQt6-sip.spec
a4c847d59126c5fbabe57397ac2414185c862bdd
[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.4.1
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:  12ea4bee7856ac036b96981cb063283b
11 URL:            https://www.riverbankcomputing.com/software/sip/
12 BuildRequires:  python3-devel >= 1:3.2
13 BuildRequires:  rpm-pythonprov
14 BuildRequires:  rpmbuild(macros) >= 1.714
15 Requires:       python3-modules >= 1:3.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The sip extension module provides support for the PyQt6 package.
20
21 %package apidocs
22 Summary:        API documentation for Python %{module} module
23 Summary(pl.UTF-8):      Dokumentacja API modułu Pythona %{module}
24 Group:          Documentation
25 BuildArch:      noarch
26
27 %description apidocs
28 API documentation for Python %{module} module.
29
30 %description apidocs -l pl.UTF-8
31 Dokumentacja API modułu Pythona %{module}.
32
33 %prep
34 %setup -q -n PyQt6_sip-%{version}
35
36 %build
37 %py3_build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %py3_install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README
50 %attr(755,root,root) %{py3_sitedir}/PyQt6/*.so
51 %{py3_sitedir}/PyQt6_sip-%{version}-py*.egg-info
This page took 0.060967 seconds and 2 git commands to generate.