From e9f834a69568e9a74500d18036b7eb4606f6ae9c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 17 Mar 2023 12:59:09 +0100 Subject: dev-python/py-cpuinfo: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/py-cpuinfo/py-cpuinfo-9.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/py-cpuinfo') diff --git a/dev-python/py-cpuinfo/py-cpuinfo-9.0.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-9.0.0.ebuild index 9e31f5523103..6602ecf04977 100644 --- a/dev-python/py-cpuinfo/py-cpuinfo-9.0.0.ebuild +++ b/dev-python/py-cpuinfo/py-cpuinfo-9.0.0.ebuild @@ -4,16 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Get CPU info with pure Python 2 & 3" HOMEPAGE=" https://github.com/workhorsy/py-cpuinfo/ https://pypi.org/project/py-cpuinfo/ " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad