Accepting request 582222 from home:jengelh:branches:devel:languages:python

- Summary and description improvements.

OBS-URL: https://build.opensuse.org/request/show/582222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2018-03-03 17:31:58 +00:00 committed by Git OBS Bridge
parent 909ca8f1ac
commit 0b0705ef00
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 3 16:15:44 UTC 2018 - jengelh@inai.de
- Summary and description improvements.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 1 18:33:09 UTC 2017 - toddrme2178@gmail.com Fri Dec 1 18:33:09 UTC 2017 - toddrme2178@gmail.com

View File

@ -13,6 +13,7 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@ -21,10 +22,10 @@
Name: python-flexx Name: python-flexx
Version: 0.4.1 Version: 0.4.1
Release: 0 Release: 0
Summary: Python toolkit for creating graphical user interfaces
License: BSD-2-Clause License: BSD-2-Clause
Summary: Write desktop and web apps in pure Python
Url: http://flexx.readthedocs.io
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://flexx.readthedocs.io
Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.zip Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.zip
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -48,11 +49,11 @@ BuildArch: noarch
%description %description
Flexx is a pure Python toolkit for creating graphical user interfaces Flexx is a pure Python toolkit for creating graphical user interfaces
(GUI's), that uses web technology for its rendering. Apps are written (GUIs), that uses web technology for its rendering. Apps are written
purely in Python; Flexx' transpiler generates the necessary JavaScript purely in Python; Flexx's transpiler generates the necessary JavaScript
on the fly. on the fly.
You can use Flexx to create (cross platform) desktop applications, web Flexx can be used to create (cross platform) desktop applications, web
applications, and (if designed well) export an app to a standalone HTML applications, and (if designed well) export an app to a standalone HTML
document. It also works in the Jupyter notebook. document. It also works in the Jupyter notebook.