Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
python3-QtPy
python3-QtPy.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-QtPy.spec of Package python3-QtPy
# # spec file for package python-QtPy # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python3-QtPy Version: 1.9.0 Release: 0 Summary: Abstraction layer on top of Qt bindings License: MIT Group: Development/Languages/Python URL: https://github.com/spyder-ide/qtpy Source: https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-%{version}.tar.gz Patch0: 0001-Add-QtDatavisualization-alias-to-QtDataVisualization.patch BuildRequires: %{python_module qt5} BuildRequires: %{python_module qtwebengine-qt5} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python3-qt5 Recommends: python3-qtwebengine-qt5 Suggests: python3-pyside2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: xvfb-run # /SECTION %python_subpackages %description QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you write applications using a single api call to either PyQt or PySide. It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). Basically, you write your code as if you were using PyQt5 but import qt from `qtpy` instead of `PyQt5`. %prep %setup -q -n QtPy-%{version} sed -i 's/\r$//' LICENSE.txt rm qtpy/tests/runtests.py # Submitted to upstream at gh#spyder-ide/qtpy#228 mv qtpy/QtDatavisualization.py qtpy/QtDataVisualization.py %patch0 -p1 %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check export QT_HASH_SEED=0 export PYTHONDONTWRITEBYTECODE=1 mkdir empty pushd empty %{python_expand # pytest-xvfb unfortunately fails here export PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run --server-args="-screen 0 1920x1080x24" pytest-%{$python_bin_suffix} -v ../qtpy/tests/ } popd %files %{python_files} %doc AUTHORS.md CHANGELOG.md README.md %license LICENSE.txt %{python_sitelib}/qtpy %{python_sitelib}/QtPy-%{version}-py*.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor