File python-pyowm.spec of Package python-pyowm

#
# spec file for package python-pyowm
#
# Copyright (c) 2019 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:           python-pyowm
Version:        3.2.0
Release:        0
Summary:        A Python wrapper around the OpenWeatherMap web API
License:        MIT
Group:          Development/Languages/Python
URL:            http://github.com/csparpa/pyowm
Source:         https://files.pythonhosted.org/packages/source/p/pyowm/pyowm-%{version}.tar.gz
Source99:       https://raw.githubusercontent.com/csparpa/pyowm/master/LICENSE
BuildRequires:  %{python_module requests >= 2.18.2}
BuildRequires:  %{python_module geojson}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-geojson >= 2.3.0
Requires:       python-requests >= 2.20.0
Requires:       python-PySocks >= 1.7.1
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
%fdupes %{buildroot}%{_prefix}
chmod a-x %{buildroot}%{_prefix}/lib/python*/site-packages/pyowm/commons/cityids/*.bz2
chmod a-x %{buildroot}%{_prefix}/lib/python*/site-packages/pyowm*/*.txt
chmod a-x %{buildroot}%{_prefix}/lib/python*/site-packages/pyowm*/PKG-INFO
chmod a-x README.md
chmod u+x %{buildroot}%{_prefix}/lib/python*/site-packages/pyowm/*/alert.py

%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*

%changelog
openSUSE Build Service is sponsored by