summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:42:34 +0100
commit11706cd5ae38960e081221efd8a4d481785756c0 (patch)
tree68ad717a5c4257ceb67d6cd3ec72c64f29c00fc4 /dev-python/boto
parentdev-python/blurb: Use pypi.eclass (diff)
downloadgentoo-11706cd5ae38960e081221efd8a4d481785756c0.tar.gz
gentoo-11706cd5ae38960e081221efd8a4d481785756c0.tar.bz2
gentoo-11706cd5ae38960e081221efd8a4d481785756c0.zip
dev-python/boto: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto')
-rw-r--r--dev-python/boto/boto-2.49.0-r6.ebuild3
1 files changed, 1 insertions, 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"