%global pypi_name sip Name: sip6 Version: 6.4.0 Release: 1%{?dist} Summary: SIP - Python/C++ Bindings Generator %py_provides python3-sip6 # Remove when F34 is EOL Provides: sip5%{?_isa} = %{version}-%{release} Obsoletes: sip5 < 6.0.0 # code_generator/parser.{c.h} is GPLv2+ with exceptions (bison) License: (GPLv2 or GPLv3) and (GPLv2+ with exceptions) URL: https://www.riverbankcomputing.com/software/sip Source0: %{pypi_source} BuildRequires: gcc BuildRequires: python3-devel BuildRequires: %{py3_dist setuptools toml} %global _description %{expand: SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed in 1998 to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. For example it is also used to generate wxPython, the Python bindings for wxWidgets.} %description %_description %prep %autosetup -n %{pypi_name}-%{version} -p 1 %build %py3_build %install %py3_install %check %py3_check_import sipbuild sipbuild.distinfo sipbuild.module sipbuild.tools %files %doc README %license LICENSE LICENSE-GPL2 LICENSE-GPL3 %{_bindir}/sip* %{python3_sitearch}/sip-* %{python3_sitearch}/sipbuild/ %changelog * Sat Oct 30 2021 Scott Talbert - 6.4.0-1 - Update to new upstream release 6.4.0 (#2018175) * Wed Oct 13 2021 Scott Talbert - 6.3.1-1 - Update to new upstream release 6.3.1 (#2013781) * Tue Oct 12 2021 Scott Talbert - 6.3.0-1 - Update to new upstream release 6.3.0 (#2013274) * Mon Oct 04 2021 Scott Talbert - 6.2.0-1 - Update to new upstream release 6.2.0 (#2010059) * Wed Aug 04 2021 Scott Talbert - 6.1.1-3 - Fix handling of Unicode docstrings * Fri Jul 23 2021 Fedora Release Engineering - 6.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jul 08 2021 Scott Talbert - 6.1.1-1 - Initial package.