2015-12-09 21:29:33 +00:00
|
|
|
%global sum Google APIs Client Library for Python
|
|
|
|
%global srcname google-api-client
|
|
|
|
|
|
|
|
Name: google-api-python-client
|
|
|
|
Summary: %{sum}
|
2020-09-16 19:13:57 +00:00
|
|
|
Epoch: 2
|
2024-01-31 16:35:50 +00:00
|
|
|
Version: 2.116.0
|
2021-11-17 11:18:44 +00:00
|
|
|
Release: %autorelease
|
2015-12-09 21:29:33 +00:00
|
|
|
|
2023-03-05 01:27:58 +00:00
|
|
|
License: Apache-2.0
|
2022-01-06 21:12:17 +00:00
|
|
|
URL: https://github.com/googleapis/google-api-python-client
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
2020-06-26 21:07:27 +00:00
|
|
|
|
2015-12-09 21:29:33 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2021-10-25 21:19:18 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
|
2015-12-09 21:29:33 +00:00
|
|
|
%description
|
2018-01-19 09:50:05 +00:00
|
|
|
Written by Google, this library provides a small, flexible, and powerful
|
2015-12-09 21:29:33 +00:00
|
|
|
Python client library for accessing Google APIs.
|
|
|
|
|
|
|
|
%package -n python3-%{srcname}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
%description -n python3-%{srcname}
|
|
|
|
Written by Google, this library provides a small, flexible, and powerful
|
|
|
|
Python 3 client library for accessing Google APIs.
|
|
|
|
|
|
|
|
%prep
|
2020-06-26 21:07:27 +00:00
|
|
|
%autosetup
|
2015-12-09 21:29:33 +00:00
|
|
|
|
2021-10-25 21:19:18 +00:00
|
|
|
%generate_buildrequires
|
2022-01-06 21:12:17 +00:00
|
|
|
%pyproject_buildrequires
|
2015-12-09 21:29:33 +00:00
|
|
|
|
|
|
|
%build
|
2021-10-25 21:19:18 +00:00
|
|
|
%pyproject_wheel
|
2015-12-09 21:29:33 +00:00
|
|
|
|
|
|
|
%install
|
2021-10-25 21:19:18 +00:00
|
|
|
%pyproject_install
|
|
|
|
%pyproject_save_files googleapiclient apiclient
|
2015-12-09 21:29:33 +00:00
|
|
|
|
2021-10-25 21:19:18 +00:00
|
|
|
%files -n python3-%{srcname} -f %{pyproject_files}
|
2022-01-06 21:12:17 +00:00
|
|
|
%license LICENSE
|
2020-06-26 21:07:27 +00:00
|
|
|
%doc README.md
|
2015-12-09 21:29:33 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-11-17 11:18:44 +00:00
|
|
|
%autochangelog
|