summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:09 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:22:14 +0100
commite9f834a69568e9a74500d18036b7eb4606f6ae9c (patch)
tree51f5de580964b46e49777258380d236357d28e28 /dev-python/py-cpuinfo
parentdev-python/pyClamd: Use pypi.eclass (diff)
downloadgentoo-e9f834a69568e9a74500d18036b7eb4606f6ae9c.tar.gz
gentoo-e9f834a69568e9a74500d18036b7eb4606f6ae9c.tar.bz2
gentoo-e9f834a69568e9a74500d18036b7eb4606f6ae9c.zip
dev-python/py-cpuinfo: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py-cpuinfo')
-rw-r--r--dev-python/py-cpuinfo/py-cpuinfo-9.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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"