File python-pyowm.spec of Package python-pyowm

#
# spec file for package python-pyowm
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-pyowm
Version:        2.8.0
Release:        0
License:        MIT
Summary:        A Python wrapper around the OpenWeatherMap web API
Url:            http://github.com/csparpa/pyowm
Group:          Development/Languages/Python
Source:         https://files.pythonhosted.org/packages/source/p/pyowm/pyowm-%{version}.tar.gz
Source99:       https://raw.githubusercontent.com/csparpa/pyowm/master/LICENSE
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module requests >= 2.18.2}
BuildRequires:  fdupes
BuildArch:      noarch

%python_subpackages

%description
PyOWM is a client Python wrapper library for the OpenWeatherMap web API.
It allows quick and easy consumption of OWM weather data from Python
applications via a simple object model and in a human-friendly fashion.

%prep
%setup -q -n pyowm-%{version}
cp %{SOURCE99} .

# Remove shebang line:
sed -i '1d' pyowm/__init__.py

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%defattr(-,root,root,-)
%doc README.md
%license LICENSE
%{python_sitelib}/*

%changelog
openSUSE Build Service is sponsored by