dev-python/py3nvml: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-17 17:49:03 +05:00
parent 7ed9427bfe
commit bd642d5ebc

View File

@@ -4,14 +4,13 @@
EAPI=7
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python 3 Bindings for the NVIDIA Management Library"
HOMEPAGE="
https://pypi.org/project/py3nvml/
https://github.com/fbcotter/py3nvml
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="BSD"