summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:50 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:42 +0100
commit2b281aae72e351eacaa61b5c80f94fd0e54cb67b (patch)
tree50a4301bfca3c987db05a80df605ff27bab50f4b /dev-python/grpcio-testing
parentdev-python/GridDataFormats: Use pypi.eclass (diff)
downloadgentoo-2b281aae72e351eacaa61b5c80f94fd0e54cb67b.tar.gz
gentoo-2b281aae72e351eacaa61b5c80f94fd0e54cb67b.tar.bz2
gentoo-2b281aae72e351eacaa61b5c80f94fd0e54cb67b.zip
dev-python/grpcio-testing: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/grpcio-testing')
-rw-r--r--dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild
index 849836612a88..7dd1d26fa299 100644
--- a/dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild
+++ b/dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild
@@ -5,12 +5,12 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Testing utilities for gRPC Python"
HOMEPAGE="https://grpc.io"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"