Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
python-pyface
python-pyface.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-pyface.spec of Package python-pyface
# # spec file for package python-pyface # # Copyright (c) 2022 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-%{**}} %define skip_python2 1 Name: python-pyface Version: 7.3.0 Release: 0 Summary: Traits-capable windowing framework # Source code is under BSD but images are under different licenses # and details are inside image_LICENSE.txt License: BSD-3-Clause AND EPL-1.0 AND LGPL-2.1-only AND LGPL-3.0-only AND SUSE-Public-Domain Group: Development/Libraries/Python URL: https://github.com/enthought/pyface Source: https://files.pythonhosted.org/packages/source/p/pyface/pyface-%{version}.tar.gz # PATCH-FIX-UPSTREAM pyface-pr958-qt5deprecation.patch -- gh#/enthought/pyface#958 Patch0: https://github.com/enthought/pyface/pull/958.patch#/pyface-pr958-qt5deprecation.patch BuildRequires: %{python_module Pygments} BuildRequires: %{python_module importlib-metadata} %if 0%{?suse_version} < 1550 BuildRequires: %{python_module importlib_resources >= 1.1.0} %else BuildRequires: %{python_module importlib-resources >= 1.1.0} %endif BuildRequires: %{python_module qt5} BuildRequires: %{python_module qtwebengine-qt5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module traits >= 6.2} BuildRequires: %{python_module wxWidgets} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: xvfb-run BuildRequires: %{python_module numpy if (%python-base without python36-base)} Requires: python-importlib-metadata %if 0%{?suse_version} < 1550 Requires: python-importlib_resources >= 1.1.0 %else Requires: python-importlib-resources >= 1.1.0 %endif Requires: python-traits >= 6.2 Recommends: python-Pygments Recommends: python-numpy Recommends: python-qt5 Recommends: python-qtwebengine-qt5 Recommends: python-traitsui Recommends: python-wxWidgets BuildArch: noarch %python_subpackages %description The pyface project contains a toolkit-independent GUI abstraction layer, which is used to support the "visualization" features of the Traits package. Thus, you can write code in terms of the Traits API (views, items, editors, etc.), and let pyface and your selected toolkit and back-end take care of the details of displaying them. Part of the Enthought Tool Suite (ETS). %prep %autosetup -p1 -n pyface-%{version} %build %python_build %install %python_install %{python_expand %fdupes %{buildroot}%{$python_sitelib} $python -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/pyface/sizers $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/pyface/sizers %fdupes %{buildroot}%{$python_sitelib}/pyface/sizers } %check export ETS_TOOLKIT=qt4 %{python_expand mkdir tester_%{$python_bin_suffix} pushd tester_%{$python_bin_suffix} export PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run --server-args "-screen 0 1920x1080x24" $python -m unittest discover -v pyface popd # wait 2 seconds before the next xvfb-run sleep 2 } %files %{python_files} %doc README.rst %license LICENSE.txt image_LICENSE*.txt %{python_sitelib}/pyface/ %{python_sitelib}/pyface-%{version}*-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