Accepting request 850575 from home:bnavigator:branches:KDE:Qt5
- Update to version 1.6.0 * Appropriate defaults are now provided for the 'abi-version' and 'sip-module' options. * Added the 'jobs' builder option and corresponding '--jobs' command line option to sip-build, sip-install and sip-wheel. - Update License tag OBS-URL: https://build.opensuse.org/request/show/850575 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-builder?expand=0&rev=4
This commit is contained in:
parent
2e2b4074cc
commit
ebdaf09ea8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841
|
|
||||||
size 5473948
|
|
3
PyQt-builder-1.6.0.tar.gz
Normal file
3
PyQt-builder-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c
|
||||||
|
size 5685616
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 14:54:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 1.6.0
|
||||||
|
* Appropriate defaults are now provided for the 'abi-version' and
|
||||||
|
'sip-module' options.
|
||||||
|
* Added the 'jobs' builder option and corresponding '--jobs'
|
||||||
|
command line option to sip-build, sip-install and sip-wheel.
|
||||||
|
- Update License tag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 30 17:28:02 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Sun Aug 30 17:28:02 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -15,14 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mname pyqt-builder
|
%define mname pyqt-builder
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The PEP 517 compliant PyQt build system
|
Summary: The PEP 517 compliant PyQt build system
|
||||||
License: BSD-2-Clause
|
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqt
|
URL: https://www.riverbankcomputing.com/software/pyqt
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -30,13 +31,13 @@ BuildRequires: %{pythons >= 3.5}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python >= 3.5
|
Requires: python >= 3.5
|
||||||
Requires: python-sip-devel >= 5.3
|
Requires: python-sip-devel >= 5.5
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Provides: python-PyQt-builder = %{version}
|
Provides: python-PyQt-builder = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION Test Requirements
|
# SECTION Test Requirements
|
||||||
BuildRequires: %{python_module sip-devel >= 5.3}
|
BuildRequires: %{python_module sip-devel >= 5.5}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -51,7 +52,6 @@ sip-install or pip can then be used to build and install the project.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyQt-builder-%{version}
|
%setup -q -n PyQt-builder-%{version}
|
||||||
head -n 25 pyqtbuild/__init__.py | sed -E 's/^# ?//' > LICENSE
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -68,7 +68,6 @@ $python -c 'import pyqtbuild'
|
|||||||
%{buildroot}%{_bindir}/pyqt-bundle-%{$python_bin_suffix} -V
|
%{buildroot}%{_bindir}/pyqt-bundle-%{$python_bin_suffix} -V
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative pyqt-bundle
|
%python_install_alternative pyqt-bundle
|
||||||
|
|
||||||
@ -76,7 +75,7 @@ $python -c 'import pyqtbuild'
|
|||||||
%python_uninstall_alternative pyqt-bundle
|
%python_uninstall_alternative pyqt-bundle
|
||||||
|
|
||||||
%files %python_files
|
%files %python_files
|
||||||
%license LICENSE
|
%license LICENSE*
|
||||||
%doc README NEWS ChangeLog
|
%doc README NEWS ChangeLog
|
||||||
%python_alternative %{_bindir}/pyqt-bundle
|
%python_alternative %{_bindir}/pyqt-bundle
|
||||||
%{python_sitelib}/pyqtbuild
|
%{python_sitelib}/pyqtbuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user