diff options
author | 2022-05-27 08:13:52 +0200 | |
---|---|---|
committer | 2022-05-27 09:06:03 +0200 | |
commit | bdbef79e8d6c02be09c109de85a8a368f167b177 (patch) | |
tree | 9eaa8bf5e5678319b4c666bcd8b2748a77270e3d /dev-python/boto3/boto3-9999.ebuild | |
parent | dev-python/botocore: Bump to 1.26.9 (diff) | |
download | gentoo-bdbef79e8d6c02be09c109de85a8a368f167b177.tar.gz gentoo-bdbef79e8d6c02be09c109de85a8a368f167b177.tar.bz2 gentoo-bdbef79e8d6c02be09c109de85a8a368f167b177.zip |
dev-python/boto3: Bump to 1.23.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3/boto3-9999.ebuild')
-rw-r--r-- | dev-python/boto3/boto3-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index 8b87bf9ae488..73f2eea33612 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -21,7 +21,10 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 BOTOCORE_PV=${PV} else - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI=" + https://github.com/boto/boto3/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" # botocore is x.(y+3).z |