Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
python-os-client-config
python-os-client-config.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-os-client-config.spec of Package python-os-client-config
# # spec file for package python-os-client-config # # Copyright (c) 2016 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/ # %global sname os-client-config %bcond_with test %bcond_with docs Name: python-os-client-config Version: 1.21.1 Release: 0 Summary: OpenStack Client Configuration Library License: Apache-2.0 Group: Development/Libraries Url: https://launchpad.net/%{sname} Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python-pbr >= 1.6 BuildRequires: python-setuptools >= 16.0 Requires: python-PyYAML >= 3.1.0 Requires: python-appdirs >= 1.3.0 Requires: python-keystoneauth1 >= 2.10.0 Requires: python-requestsexceptions >= 1.1.1 BuildArch: noarch %if %{with test} BuildRequires: python-extras BuildRequires: python-fixtures >= 3.0.0 BuildRequires: python-glanceclient >= 2.0.0 BuildRequires: python-jsonschema >= 2.0.0 BuildRequires: python-keystoneclient >= 2.0.0 BuildRequires: python-mock >= 2.0 BuildRequires: python-oslotest >= 1.10.0 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 %endif %description os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack. %if %{with docs} %package doc Summary: Documentation for OpenStack client configuration library Group: Development/Libraries BuildRequires: python-Sphinx BuildRequires: python-oslosphinx >= 2.5.0 BuildRequires: python-reno >= 1.8.0 %description doc Documentation for the os-client-config library. %endif %prep %setup -q -n %{sname}-%{version} %build %{py2_build} %if %{with docs} # generate html docs %{__python2} setup.py build_sphinx # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} %endif %install %{py2_install} %if %{with test} %check export PYTHONPATH="%{python2_sitearch}:%{python2_sitelib}:%{buildroot}%{python2_sitelib}" testr init && testr run %endif %files %license LICENSE %doc README.rst AUTHORS %{python2_sitelib}/os_client_config %{python2_sitelib}/*.egg-info %if %{with docs} %files doc %doc doc/build/html %license LICENSE %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor