From db629f02e118ce3b9f0c1411ab8e8f36fc6b4d1c Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 17 Mar 2023 18:28:08 +0500 Subject: [PATCH] dev-python/types-paramiko: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/types-paramiko/types-paramiko-2.11.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild b/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild index 3875ace19b..fb782452c3 100644 --- a/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild +++ b/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild @@ -3,16 +3,16 @@ EAPI=8 +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Typing stubs for paramiko" HOMEPAGE=" https://pypi.org/project/types-paramiko/ https://github.com/python/typeshed/tree/master/stubs/paramiko " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0"