- Fix the URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=10
This commit is contained in:
parent
8ada6afb6f
commit
a7322d5af9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user