2020-06-16 13:04:34 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-google-cloud-translate
|
|
|
|
#
|
2024-01-06 17:17:44 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2020-06-16 13:04:34 +00:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2023-12-16 20:29:29 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2020-06-16 13:04:34 +00:00
|
|
|
Name: python-google-cloud-translate
|
2024-04-15 06:13:57 +00:00
|
|
|
Version: 3.15.3
|
2020-06-16 13:04:34 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Google Cloud Translation API client library
|
|
|
|
License: Apache-2.0
|
2023-12-16 20:29:29 +00:00
|
|
|
URL: https://github.com/googleapis/google-cloud-python
|
2020-06-16 13:04:34 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-translate/google-cloud-translate-%{version}.tar.gz
|
2024-04-15 06:13:57 +00:00
|
|
|
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
|
|
|
BuildRequires: %{python_module google-auth}
|
2023-12-07 11:00:10 +00:00
|
|
|
BuildRequires: %{python_module google-cloud-core >= 1.4.4}
|
2023-12-16 20:29:29 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
|
|
|
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
2022-10-17 12:35:29 +00:00
|
|
|
BuildRequires: %{python_module protobuf >= 3.19.5}
|
2023-12-16 20:29:29 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2021-03-12 16:15:47 +00:00
|
|
|
# START TESTING SECTION
|
|
|
|
BuildRequires: %{python_module pytest-asyncio}
|
2020-06-16 13:04:34 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2021-03-12 16:15:47 +00:00
|
|
|
# END TESTING SECTION
|
2020-06-16 13:04:34 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2024-04-15 06:13:57 +00:00
|
|
|
Requires: python-google-api-core >= 1.34.1
|
|
|
|
Requires: python-google-auth
|
2023-12-07 11:00:10 +00:00
|
|
|
Requires: python-google-cloud-core >= 1.4.4
|
2023-12-16 20:29:29 +00:00
|
|
|
Requires: python-proto-plus >= 1.22.3
|
2022-10-17 12:35:29 +00:00
|
|
|
Requires: python-protobuf >= 3.19.5
|
2020-06-16 13:04:34 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
With `Google Cloud Translation`_, you can dynamically translate text between
|
|
|
|
thousands of language pairs. The Google Cloud Translation API lets websites
|
|
|
|
and programs integrate with Google Cloud Translation programmatically.
|
|
|
|
|
|
|
|
%prep
|
2022-06-09 15:18:05 +00:00
|
|
|
%autosetup -p1 -n google-cloud-translate-%{version}
|
2020-06-16 13:04:34 +00:00
|
|
|
|
|
|
|
%build
|
2023-12-16 20:29:29 +00:00
|
|
|
%pyproject_wheel
|
2020-06-16 13:04:34 +00:00
|
|
|
|
|
|
|
%install
|
2023-12-16 20:29:29 +00:00
|
|
|
%pyproject_install
|
2020-06-16 13:04:34 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%check
|
|
|
|
%pytest tests/unit -k 'not test_extra_headers'
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE
|
2023-12-16 20:29:29 +00:00
|
|
|
%{python_sitelib}/google/cloud/translate*
|
|
|
|
%{python_sitelib}/google_cloud_translate-%{version}.dist-info
|
2020-06-16 13:04:34 +00:00
|
|
|
|
|
|
|
%changelog
|