New package: python3-nvml-0.2.4

This commit is contained in:
Duje Mihanovic 2021-03-11 14:36:51 +01:00 committed by Piotr
parent 557fdf4552
commit 3808b2d7f4

View file

@ -0,0 +1,19 @@
# Template file for 'python3-nvml'
pkgname=python3-nvml
version=0.2.4
revision=1
wrksrc="py3nvml-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-xmltodict"
short_desc="Python bindings for NVML library"
maintainer="Duje Mihanovic <mihaduje@pm.me>"
license="BSD-3-Clause"
homepage="https://github.com/fbcotter/py3nvml"
distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
post_install() {
vlicense LICENSE
}