python-google-cloud-kms/python-google-cloud-kms.spec

81 lines
2.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package python-google-cloud-kms
#
# Copyright (c) 2022 SUSE LLC
#
# 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-%{**}}
%bcond_without python2
Name: python-google-cloud-kms
Version: 2.11.2
Release: 0
Summary: Cloud Key Management Service (KMS) API API client library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-kms/google-cloud-kms-%{version}.tar.gz
BuildRequires: %{python_module google-api-core >= 1.14.0}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3}
BuildRequires: %{python_module proto-plus}
BuildRequires: %{python_module protobuf >= 3.19}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.14.0
Requires: python-grpc-google-iam-v1 >= 0.12.3
Requires(post): update-alternatives
Requires(preun):update-alternatives
BuildArch: noarch
%if %{with python2}
BuildRequires: python-enum34
%endif
%ifpython2
Requires: python-enum34
%endif
%python_subpackages
%description
Cloud Key Management Service (KMS) API API client library
%prep
%setup -q -n google-cloud-kms-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/fixup_kms_v1_keywords.py
%post
%python_install_alternative fixup_kms_v1_keywords.py
%postun
%python_uninstall_alternative fixup_kms_v1_keywords.py
%check
%pytest tests/unit
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%python_alternative %{_bindir}/fixup_kms_v1_keywords.py
%changelog