mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-python/py3nvml: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -4,14 +4,13 @@
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_9 )
|
PYTHON_COMPAT=( python3_9 )
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Python 3 Bindings for the NVIDIA Management Library"
|
DESCRIPTION="Python 3 Bindings for the NVIDIA Management Library"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://pypi.org/project/py3nvml/
|
https://pypi.org/project/py3nvml/
|
||||||
https://github.com/fbcotter/py3nvml
|
https://github.com/fbcotter/py3nvml
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
|
|||||||
Reference in New Issue
Block a user