Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37877474
en ru br
ALT Linux repos
S:1.28.5-alt1

Group :: Development/Python3
RPM: python3-module-boto3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define pypi_name boto3
%def_with check

Name: python3-module-%pypi_name
Version: 1.24.90
Release: alt1

Summary: The AWS SDK for Python

License: Apache-2.0
Group: Development/Python3
Url: https://pypi.org/project/boto3/

BuildArch: noarch

# Source-git: https://github.com/boto/boto3.git

Source: %name-%version.tar

Patch: %name-%version-alt.patch

BuildRequires(pre): rpm-build-python3

# build backend and its deps

BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

# this version includes debundler

Requires: python3-module-botocore >= 1.27.42-alt1

# botocore.vendored doesn't provide subpackages

%filter_from_requires /python3(botocore\.vendored\..*)/d

%if_with check
# install_requires=
BuildRequires: python3(botocore)
BuildRequires: python3(jmespath)
BuildRequires: python3(s3transfer)

BuildRequires: python3(pytest)
%endif

%description
Boto is the Amazon Web Services (AWS) Software Development Kit (SDK) for
Python, which allows Python developers to write software that makes use
of services like Amazon S3 and Amazon EC2.

WARNING: Boto 3 is in developer preview and should not be used in
production yet! Please try it out and give feedback by opening issues or
pull requests on this repository. Thanks!

%prep
%setup
%autopatch1 -p1

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject

%files
%doc LICENSE
%doc *.rst
%python3_sitelibdir/%pypi_name
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin