Tomáš Chvátal 2019-03-29 10:42:53 +00:00 committed by Git OBS Bridge
parent 8ada6afb6f
commit a7322d5af9
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 22 14:22:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the URL
-------------------------------------------------------------------
Tue Mar 19 15:25:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -24,7 +24,7 @@ Release: 0
Summary: Python toolkit for creating graphical user interfaces
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://flexx.readthedocs.io
URL: https://github.com/flexxui/flexx
Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.tar.gz
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module dialite >= 0.5.2}
@ -32,6 +32,7 @@ BuildRequires: %{python_module imageio}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pscript >= 0.7.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module selenium}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tornado >= 4}
BuildRequires: %{python_module webruntime >= 0.5.6}
@ -69,7 +70,8 @@ document. It also works in the Jupyter notebook.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
# Do not run tests, they require online access to jquery/etc.
#%%pytest
%files %{python_files}
%doc README.md