22e0cbe
%global pypi_name webthing-ws
22e0cbe
22e0cbe
Name:           python-%{pypi_name}
22e0cbe
Version:        0.1.0
22e0cbe
Release:        1%{?dist}
22e0cbe
Summary:        WebThing WebSocket consumer and API client
22e0cbe
22e0cbe
License:        MIT
22e0cbe
URL:            https://github.com/fabaff/webthing-ws
22e0cbe
Source0:        https://github.com/fabaff/webthing-ws/archive/%{version}/%{pypi_name}-%{version}.tar.gz
22e0cbe
BuildArch:      noarch
22e0cbe
22e0cbe
%description
22e0cbe
A WebThing WebSocket consumer and API client.
22e0cbe
22e0cbe
%package -n python3-%{pypi_name}
22e0cbe
Summary:        %{summary}
22e0cbe
22e0cbe
BuildRequires:  python3-devel
22e0cbe
%{?python_provide:%python_provide python3-%{pypi_name}}
22e0cbe
22e0cbe
%description -n python3-%{pypi_name}
22e0cbe
A WebThing WebSocket consumer and API client.
22e0cbe
22e0cbe
%prep
22e0cbe
%autosetup -n %{pypi_name}-%{version}
22e0cbe
22e0cbe
%build
22e0cbe
%py3_build
22e0cbe
22e0cbe
%install
22e0cbe
%py3_install
22e0cbe
22e0cbe
%files -n python3-%{pypi_name}
22e0cbe
%doc README.rst example.py
22e0cbe
%license LICENSE
22e0cbe
%{python3_sitelib}/webthing_ws/
22e0cbe
%{python3_sitelib}/webthing_ws*.egg-info
22e0cbe
22e0cbe
%changelog
22e0cbe
* Thu Dec 12 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.0-1
22e0cbe
- Initial package for Fedora