Autobuild autoformatter for 79130

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=47
This commit is contained in:
Marcus Rückert 2011-08-19 13:23:37 +00:00 committed by Git OBS Bridge
parent 40936de214
commit 66895e0cd4

View File

@ -17,12 +17,13 @@
# norootforbuild
Name: python3-sip
License: GPL-2.0 or GPL-3.0 or SIP
Group: Development/Libraries/Python
Summary: SIP tool to use python sip bindings
Version: 4.12.4
Release: 1.0
Release: 1
%define rversion %version
Url: http://www.riverbankcomputing.com/software/sip/intro
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,7 +37,6 @@ PreReq: python3 python3-base
%global py3_incdir %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo PYTHON-NOT-FOUND)
%description
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the