summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:45 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:48:02 +0100
commit02ff5a4df543cfc752495da4ed3878f266a9ecb0 (patch)
tree6cee661ca96be372d8e56aa9ede787080b8486e9 /dev-python/grpcio
parentdev-python/glooey: Use pypi.eclass (diff)
downloadgentoo-02ff5a4df543cfc752495da4ed3878f266a9ecb0.tar.gz
gentoo-02ff5a4df543cfc752495da4ed3878f266a9ecb0.tar.bz2
gentoo-02ff5a4df543cfc752495da4ed3878f266a9ecb0.zip
dev-python/grpcio: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/grpcio')
-rw-r--r--dev-python/grpcio/grpcio-1.51.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/grpcio/grpcio-1.51.0.ebuild b/dev-python/grpcio/grpcio-1.51.0.ebuild
index a4c92cf1b712..c501eb843a7c 100644
--- a/dev-python/grpcio/grpcio-1.51.0.ebuild
+++ b/dev-python/grpcio/grpcio-1.51.0.ebuild
@@ -6,11 +6,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 multiprocessing prefix
+inherit distutils-r1 multiprocessing prefix pypi
DESCRIPTION="High-performance RPC framework (python libraries)"
HOMEPAGE="https://grpc.io"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"