devel/py-pynvml: New port: Python Bindings for the NVIDIA Management Library

main
Yuri Victorovich 2024-04-26 18:10:20 -07:00
parent dc61470677
commit 771377e614
4 changed files with 24 additions and 0 deletions

View File

@ -5400,6 +5400,7 @@
SUBDIR += py-pymsgbox
SUBDIR += py-pymtbl
SUBDIR += py-pynest2d
SUBDIR += py-pynvml
SUBDIR += py-pyopencl
SUBDIR += py-pyparsing
SUBDIR += py-pyparsing2

19
devel/py-pynvml/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= pynvml
PORTVERSION= 11.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python Bindings for the NVIDIA Management Library
WWW= https://github.com/gpuopenanalytics/pynvml
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-pynvml/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1714179661
SHA256 (pynvml-11.5.0.tar.gz) = d027b21b95b1088b9fc278117f9f61b7c67f8e33a787e9f83f735f0f71ac32d0
SIZE (pynvml-11.5.0.tar.gz) = 70250

View File

@ -0,0 +1 @@
pynvml provides Python access to the NVML library for GPU diagnostics.