commit: 2e40cc285662190fd7fc7fc8748930553b335c60 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 29 10:05:26 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 29 10:05:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e40cc28
dev-python/boto3: Clean up after live ebuild Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/boto3/boto3-1.34.29.ebuild | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/dev-python/boto3/boto3-1.34.29.ebuild b/dev-python/boto3/boto3-1.34.29.ebuild index 037a85ad96ee..b64e7191fd19 100644 --- a/dev-python/boto3/boto3-1.34.29.ebuild +++ b/dev-python/boto3/boto3-1.34.29.ebuild @@ -13,20 +13,14 @@ HOMEPAGE=" https://github.com/boto/boto3/ https://pypi.org/project/boto3/ " +SRC_URI=" + https://github.com/boto/boto3/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + LICENSE="Apache-2.0" SLOT="0" - -if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://github.com/boto/boto3" - inherit git-r3 - BOTOCORE_PV=${PV} -else - 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" -fi +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/botocore-${PV}[${PYTHON_USEDEP}]