summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:20 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:08:29 +0100
commit7fd24e9d84da1a415746bff0387771c48ed07fe4 (patch)
treecf54c28f83ce6b9837310db946a147ec67d5eaac
parentdev-python/jinja2_pluralize: Remove duplicate whitespace (diff)
downloadgentoo-7fd24e9d84da1a415746bff0387771c48ed07fe4.tar.gz
gentoo-7fd24e9d84da1a415746bff0387771c48ed07fe4.tar.bz2
gentoo-7fd24e9d84da1a415746bff0387771c48ed07fe4.zip
dev-python/s3transfer: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild b/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild
index efdb1aa6e19d..ef5c75ef2ab5 100644
--- a/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="An Amazon S3 Transfer Manager"
HOMEPAGE="
https://github.com/boto/s3transfer/
https://pypi.org/project/s3transfer/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"