%global srcname etcd3gw Name: python-%{srcname} Version: 0.2.4 Release: 1%{?dist} Summary: An etcd3 gateway Python client License: ASL 2.0 URL: https://pypi.python.org/pypi/%{srcname} Source0: %{pypi_source} BuildArch: noarch %description A python client for etcd3 grpc-gateway v3alpha API %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-futurist BuildRequires: python3-oslotest BuildRequires: python3-requests %{?python_enable_dependency_generator} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} A python client for etcd3 grpc-gateway v3alpha API %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %check export PYTHON=%{__python3} %{__python3} setup.py test %files -n python3-%{srcname} %license LICENSE %doc README.md CONTRIBUTING.rst HACKING.rst %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}/ %changelog * Wed Feb 13 2019 John Eckersberg - 0.2.4-1 - Initial package