Accepting request 984234 from home:bnavigator:branches:KDE:Qt:PyQt
- Update devel runtime requirements and supplements OBS-URL: https://build.opensuse.org/request/show/984234 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-DataVisualization?expand=0&rev=8
This commit is contained in:
parent
f85620ff24
commit
41d9ba5cc7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 21 16:58:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update devel runtime requirements and supplements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 21 10:13:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Tue Jun 21 10:13:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
%define qtlib DataVisualization
|
%define qtlib DataVisualization
|
||||||
%define mname PyQt6-%{qtlib}
|
%define mname PyQt6-%{qtlib}
|
||||||
%define pyqt_build_for_qt6 1
|
%define pyqt_build_for_qt6 1
|
||||||
|
%define plainpython python
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 6.3.1
|
Version: 6.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -26,7 +27,7 @@ Summary: Python bindings for the Qt Data Visualization library
|
|||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization
|
URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/%{mname}/PyQt6_%{qtlib}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyQt6-devel >= 6.2}
|
BuildRequires: %{python_module PyQt6-devel >= 6.2}
|
||||||
BuildRequires: %{python_module devel >= 3.7}
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.10}
|
BuildRequires: %{python_module pyqt-builder >= 1.10}
|
||||||
@ -40,14 +41,16 @@ Provides: python-qtdatavisualization-qt6 = %{version}-%{release}
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PyQt6-3D is a set of Python bindings for The Qt Company’s Qt Data Visualization library.
|
%{mname} is a set of Python bindings for The Qt Company’s Qt %{qtlib} framework.
|
||||||
The bindings sit on top of PyQt6 and are implemented as a single module.
|
The bindings sit on top of PyQt6 and are implemented as a single module.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Devel files for %{name}
|
Summary: Devel files for %{name}
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Requires: python-PyQt6-devel
|
Requires: python-PyQt6-devel
|
||||||
Supplements: packageand(eric:python-%{mname})
|
Requires: %plainpython(abi) = %{python_version}
|
||||||
|
Supplements: (eric and python-%{mname})
|
||||||
|
Supplements: (python-PyQt6-devel and python-%{mname})
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides Qt6 API files for the Eric IDE and the SIP files
|
This package provides Qt6 API files for the Eric IDE and the SIP files
|
||||||
|
Loading…
Reference in New Issue
Block a user