From 4310cda05d74694772d091b58d6ae3e9eac04f1b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 26 Apr 2022 10:43:55 +0200 Subject: dev-python/boto3: Bump to 1.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/boto3/boto3-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-python/boto3/boto3-9999.ebuild') diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index 08e404dd41b6..23a4a6fecbae 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -5,10 +5,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 multiprocessing DESCRIPTION="The AWS SDK for Python" -HOMEPAGE="https://github.com/boto/boto3" +HOMEPAGE=" + https://github.com/boto/boto3/ + https://pypi.org/project/boto3/ +" LICENSE="Apache-2.0" SLOT="0" -- cgit v1.2.3-65-gdbad