File python3-whither.spec of Package python3-whither
#
# spec file for package python3-whither
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright © 2016-2017 Antergos Developers <dev@antergos.com>
#
# 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 http://bugs.opensuse.org/
#
Name: python3-whither
Version: 0.3.2
Release: 0
Summary: Desktop application SDK for creating Universal Linux Applications
License: GPL-3.0
Group: Development/Languages/Python3
Url: https://github.com/antergos/whither
Source: https://files.pythonhosted.org/packages/source/w/whither/whither-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%if 0%{?leap_version} == 420200
BuildRequires: python3-typing
Requires: python3-typing
%endif
Requires: libqt5-qtwebengine
Requires: python3-qt5
Requires: python3-ruamel.yaml
%description
Whither allows developers to create universal desktop applications that can run under Qt5 or Gtk3.
A common api is provided so developers need not worry about implementation details of the GUI toolkits.
%prep
%setup -q -n whither-%{version}
%build
python3 setup.py build
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%{python3_sitelib}/*
%changelog