commit:     11706cd5ae38960e081221efd8a4d481785756c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:44:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:42:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11706cd5

dev-python/boto: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/boto/boto-2.49.0-r6.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/boto/boto-2.49.0-r6.ebuild 
b/dev-python/boto/boto-2.49.0-r6.ebuild
index 4044a5d7d063..00502f5ae5de 100644
--- a/dev-python/boto/boto-2.49.0-r6.ebuild
+++ b/dev-python/boto/boto-2.49.0-r6.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Amazon Web Services API"
 HOMEPAGE="https://github.com/boto/boto https://pypi.org/project/boto/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to