# Created by pyp2rpm-3.2.2 %global pypi_name boto3 Name: python-%{pypi_name} Version: 1.4.4 Release: 1%{?dist} Summary: The AWS SDK for Python License: Apache License 2.0 URL: https://github.com/boto/boto3 Source0: https://files.pythonhosted.org/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools %description Boto 3 The AWS SDK for Python |Build Status| |Docs| |Version|Boto3 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. You can find the latest, most up to date, documentation at Read the Docs_, including a list of services that are supported. To see only those ... %package -n python2-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python-botocore >= 1.5.0 Requires: python-botocore < 1.6.0 Requires: python-jmespath >= 0.7.1 Requires: python-jmespath < 1.0.0 Requires: python-s3transfer >= 0.1.10 Requires: python-s3transfer < 0.2.0 %description -n python2-%{pypi_name} Boto 3 The AWS SDK for Python |Build Status| |Docs| |Version|Boto3 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. You can find the latest, most up to date, documentation at Read the Docs_, including a list of services that are supported. To see only those ... %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py2_build %install %py2_install %files -n python2-%{pypi_name} %license LICENSE %doc README.rst %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Sun Jul 23 2017 Copr dist git - 1.4.4-1 - Initial package.