Accepting request 1222703 from KDE:Qt:PyQt
- Back to PyPI source - Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185 OBS-URL: https://build.opensuse.org/request/show/1222703 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-DataVisualization?expand=0&rev=13
This commit is contained in:
commit
2cfadaba96
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 08:52:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Back to PyPI source
|
||||||
|
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 5 08:16:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Nov 5 08:16:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -27,9 +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
|
||||||
# boo#1222514
|
Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
||||||
# Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%%{qtlib}/PyQt6_%%{qtlib}-%%{version}.tar.gz
|
|
||||||
Source: https://riverbankcomputing.com/pypi/packages/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
|
||||||
BuildRequires: %{python_module PyQt6-devel >= 6.2}
|
BuildRequires: %{python_module PyQt6-devel >= 6.2}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.10 with %python-pyqt-builder < 2}
|
BuildRequires: %{python_module pyqt-builder >= 1.10 with %python-pyqt-builder < 2}
|
||||||
@ -38,8 +36,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-pyqt-rpm-macros
|
BuildRequires: python-pyqt-rpm-macros
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: cmake(Qt6%{qtlib})
|
BuildRequires: cmake(Qt6%{qtlib})
|
||||||
Requires: python-PyQt6 >= %(rpm -q --whatprovides python3-PyQt6 --qf "%%{version}")
|
Requires: python-PyQt6 >= %(rpm -q --whatprovides python-PyQt6 --qf "%%{version}")
|
||||||
Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python3-PyQt6-sip --qf "%%{version}")
|
Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python-PyQt6-sip --qf "%%{version}")
|
||||||
Provides: python-qtdatavisualization-qt6 = %{version}-%{release}
|
Provides: python-qtdatavisualization-qt6 = %{version}-%{release}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user