git: 8127a68cacd6 - main - devel/py-nvidia-ml-py: New port: Python bindings to NVIDIA Management Library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Feb 2026 22:18:18 UTC
The branch main has been updated by tiga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8127a68cacd6c7ec02d310836ea452e24f1e8b35
commit 8127a68cacd6c7ec02d310836ea452e24f1e8b35
Author: Tiago Gasiba <tiga@FreeBSD.org>
AuthorDate: 2026-02-04 23:25:44 +0000
Commit: Tiago Gasiba <tiga@FreeBSD.org>
CommitDate: 2026-02-05 22:13:44 +0000
devel/py-nvidia-ml-py: New port: Python bindings to NVIDIA Management Library
This library provides a Python interface to GPU management and
monitoring functions for NVIDIA GPUs.
WWW: https://pypi.org/project/nvidia-ml-py/
PR: 289082
Approved by: eduardo (mentor)
---
devel/Makefile | 1 +
devel/py-nvidia-ml-py/Makefile | 21 +++++++++++++++++++++
devel/py-nvidia-ml-py/distinfo | 3 +++
devel/py-nvidia-ml-py/pkg-descr | 2 ++
4 files changed, 27 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 1fe6577c40b1..c18d6b8d3ccf 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5369,6 +5369,7 @@
SUBDIR += py-notify2
SUBDIR += py-num2words
SUBDIR += py-numba
+ SUBDIR += py-nvidia-ml-py
SUBDIR += py-objgraph
SUBDIR += py-objprint
SUBDIR += py-objsize
diff --git a/devel/py-nvidia-ml-py/Makefile b/devel/py-nvidia-ml-py/Makefile
new file mode 100644
index 000000000000..1c2a252258d1
--- /dev/null
+++ b/devel/py-nvidia-ml-py/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= nvidia_ml_py
+PORTVERSION= 13.590.48
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= tiga@FreeBSD.org
+COMMENT= Python bindings to the NVIDIA Management Library
+WWW= https://pypi.org/project/nvidia-ml-py/
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-nvidia-ml-py/distinfo b/devel/py-nvidia-ml-py/distinfo
new file mode 100644
index 000000000000..f52ed6258cc8
--- /dev/null
+++ b/devel/py-nvidia-ml-py/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1770246933
+SHA256 (nvidia_ml_py-13.590.48.tar.gz) = 8184d1be52914ac7f0991cd1c0d946c65dc88a840c754cd12c274b77b88760dd
+SIZE (nvidia_ml_py-13.590.48.tar.gz) = 49732
diff --git a/devel/py-nvidia-ml-py/pkg-descr b/devel/py-nvidia-ml-py/pkg-descr
new file mode 100644
index 000000000000..9d0deffd41ac
--- /dev/null
+++ b/devel/py-nvidia-ml-py/pkg-descr
@@ -0,0 +1,2 @@
+Python bindings to the NVIDIA Management Library.
+Provides a Python interface to GPU management and monitoring functions.