From 02021fbfd19b0f900682d666a323e03ab9a3457c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Dec 2025 22:03:45 +0000 Subject: automatic import of sip6 --- .gitignore | 1 + sip6.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 52 insertions(+) create mode 100644 sip6.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..167e8c2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/sip-6.5.1.tar.gz diff --git a/sip6.spec b/sip6.spec new file mode 100644 index 0000000..77ae9be --- /dev/null +++ b/sip6.spec @@ -0,0 +1,50 @@ +%global pypi_name sip + +Name: sip6 +Version: 6.5.1 +Release: 1%{?dist} +Summary: SIP - Python/C++ Bindings Generator +%py_provides python3-sip6 + +# 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 +* Tue Apr 19 2022 Jan Grulich - 6.5.1-1 +- Initial package + Resolves: bz#2071748 diff --git a/sources b/sources new file mode 100644 index 0000000..102f98f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +aa0166e60afcd92f02d7fd928d01fa20 sip-6.5.1.tar.gz -- cgit v1.2.3