File python-k8sclient.spec of Package python-k8sclient
#
# spec file for package python-k8sclient
#
# Copyright (c) 2018 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/
#
Name: python-k8sclient
Version: 0.4.0
Release: 0
Summary: Python API and CLI for OpenStack K8s
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/%{name}
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-oslotest >= 3.2.0
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-python-dateutil >= 2.4.2
BuildRequires: python-python-subunit >= 1.0.0
BuildRequires: python-setuptools >= 16.0
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 2.2.0
BuildRequires: python-urllib3 >= 1.21.1
Requires: python-pbr >= 2.0.0
Requires: python-python-dateutil >= 2.4.2
Requires: python-six >= 1.10.0
Requires: python-urllib3 >= 1.21.1
BuildArch: noarch
%description
Client library for K8s built on the K8s API. It provides a Python API
(the k8sclient module) and a command-line tool (k8s).
%package doc
Summary: Documentation for OpenStack K8s API client libary
Group: Documentation/HTML
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 4.7.0
%description doc
Client library for K8s built on the K8s API. It provides a Python API
(the k8sclient module) and a command-line tool (k8s).
This package contains the documentation.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
%build
%py2_build
# Build HTML docs and man page
%{__python2} setup.py build_sphinx
rm -rf html/.{doctrees,buildinfo}
%install
%py2_install
%check
%{__python2} setup.py testr
%files
%doc README.rst
%license LICENSE
%{python2_sitelib}/k8sclient
%{python2_sitelib}/*.egg-info
%files doc
%doc doc/build/html
%license LICENSE
%changelog