sip6: 6.8.6
This commit is contained in:
parent
d89e245bc3
commit
1282b782e0
@ -1,7 +1,7 @@
|
||||
%global pypi_name sip
|
||||
|
||||
Name: sip6
|
||||
Version: 6.8.1
|
||||
Version: 6.8.6
|
||||
Release: 1%{?dist}
|
||||
Summary: SIP - Python/C++ Bindings Generator
|
||||
%py_provides python%{python3_pkgversion}-sip6
|
||||
@ -12,6 +12,7 @@ URL: https://www.riverbankcomputing.com/software/sip
|
||||
Source0: %{pypi_source}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-wheel
|
||||
BuildRequires: python%{python3_pkgversion}-pip
|
||||
@ -35,24 +36,29 @@ Python bindings for wxWidgets.}
|
||||
%autosetup -n %{pypi_name}-%{version} -p 1
|
||||
|
||||
%build
|
||||
%py3_build_wheel
|
||||
#py3_build_wheel
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
|
||||
%py3_install_wheel %{pypi_name}-%{version}-py3-none-any.whl
|
||||
#py3_install_wheel %{pypi_name}-%{version}-py3-none-any.whl
|
||||
%pyproject_install
|
||||
|
||||
%check
|
||||
|
||||
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%license LICENSE LICENSE-GPL2 LICENSE-GPL3
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/sip*
|
||||
%{python3_sitelib}/sip-*
|
||||
%{python3_sitelib}/sipbuild/
|
||||
|
||||
%changelog
|
||||
* Thu Oct 10 2024 Raven <raven@sysadmins.ws> - 6.8.6-1
|
||||
- 6.8.6
|
||||
|
||||
* Tue Dec 19 2023 Raven <raven@sysadmins.ws> - 6.8.1-1
|
||||
- 6.8.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user