diff options
author | 2023-03-17 12:59:13 +0100 | |
---|---|---|
committer | 2023-03-17 16:22:19 +0100 | |
commit | b8b9c8a57271d214320c3b1dca77f896cadbe783 (patch) | |
tree | dcd8668b1ad2c98e8d0b661dc1809de56ca6d330 /dev-python/PySensors | |
parent | dev-python/PySDL2: Use pypi.eclass (diff) | |
download | gentoo-b8b9c8a57271d214320c3b1dca77f896cadbe783.tar.gz gentoo-b8b9c8a57271d214320c3b1dca77f896cadbe783.tar.bz2 gentoo-b8b9c8a57271d214320c3b1dca77f896cadbe783.zip |
dev-python/PySensors: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySensors')
-rw-r--r-- | dev-python/PySensors/PySensors-0.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PySensors/PySensors-0.0.4-r1.ebuild b/dev-python/PySensors/PySensors-0.0.4-r1.ebuild index 09611850f92a..954d8809546f 100644 --- a/dev-python/PySensors/PySensors-0.0.4-r1.ebuild +++ b/dev-python/PySensors/PySensors-0.0.4-r1.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python bindings to libsensors (via ctypes)" HOMEPAGE="https://pypi.org/project/PySensors/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |