pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-dbgpu: import py-dbgpu-2025.12



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun May 17 20:50:15 2026 +0200
Changeset:	b33b46910d2f77c0872e8c68b2bb6f5e81b27fe0

Added Files:
	py-dbgpu/DESCR
	py-dbgpu/Makefile
	py-dbgpu/PLIST
	py-dbgpu/distinfo

Log Message:
wip/py-dbgpu: import py-dbgpu-2025.12

A small, easy-to-use open source database of over 2000 GPUs with
architecture, manufacturing, API support and performance details
sourced from TechPowerUp.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b33b46910d2f77c0872e8c68b2bb6f5e81b27fe0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-dbgpu/DESCR    |  3 +++
 py-dbgpu/Makefile | 20 ++++++++++++++++++++
 py-dbgpu/PLIST    | 35 +++++++++++++++++++++++++++++++++++
 py-dbgpu/distinfo |  5 +++++
 4 files changed, 63 insertions(+)

diffs:
diff --git a/py-dbgpu/DESCR b/py-dbgpu/DESCR
new file mode 100644
index 0000000000..b7247427e4
--- /dev/null
+++ b/py-dbgpu/DESCR
@@ -0,0 +1,3 @@
+A small, easy-to-use open source database of over 2000 GPUs with
+architecture, manufacturing, API support and performance details
+sourced from TechPowerUp.
diff --git a/py-dbgpu/Makefile b/py-dbgpu/Makefile
new file mode 100644
index 0000000000..711ffa557c
--- /dev/null
+++ b/py-dbgpu/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	dbgpu-2025.12
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	python devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/dbgpu/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/painebenjamin/dbgpu
+COMMENT=	Small, easy-to-use open source database of GPUs
+LICENSE=	mit
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+DEPENDS+=	${PYPKGPREFIX}-click>=0:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-pydantic>=0:../../devel/py-pydantic
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-dbgpu/PLIST b/py-dbgpu/PLIST
new file mode 100644
index 0000000000..39fa4739b2
--- /dev/null
+++ b/py-dbgpu/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD$
+bin/dbgpu
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/dbgpu/__init__.py
+${PYSITELIB}/dbgpu/__init__.pyc
+${PYSITELIB}/dbgpu/__init__.pyo
+${PYSITELIB}/dbgpu/__main__.py
+${PYSITELIB}/dbgpu/__main__.pyc
+${PYSITELIB}/dbgpu/__main__.pyo
+${PYSITELIB}/dbgpu/constants.py
+${PYSITELIB}/dbgpu/constants.pyc
+${PYSITELIB}/dbgpu/constants.pyo
+${PYSITELIB}/dbgpu/data.pkl
+${PYSITELIB}/dbgpu/db.py
+${PYSITELIB}/dbgpu/db.pyc
+${PYSITELIB}/dbgpu/db.pyo
+${PYSITELIB}/dbgpu/gpu.py
+${PYSITELIB}/dbgpu/gpu.pyc
+${PYSITELIB}/dbgpu/gpu.pyo
+${PYSITELIB}/dbgpu/py.typed
+${PYSITELIB}/dbgpu/tpu.py
+${PYSITELIB}/dbgpu/tpu.pyc
+${PYSITELIB}/dbgpu/tpu.pyo
+${PYSITELIB}/dbgpu/util.py
+${PYSITELIB}/dbgpu/util.pyc
+${PYSITELIB}/dbgpu/util.pyo
+${PYSITELIB}/dbgpu/version.py
+${PYSITELIB}/dbgpu/version.pyc
+${PYSITELIB}/dbgpu/version.pyo
+${PYSITELIB}/dbgpu/version.txt
diff --git a/py-dbgpu/distinfo b/py-dbgpu/distinfo
new file mode 100644
index 0000000000..8b292732d7
--- /dev/null
+++ b/py-dbgpu/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (dbgpu-2025.12.tar.gz) = beab51edbe22f60e15b4b493453f488e859316325c24325397c323a730bf13f9
+SHA512 (dbgpu-2025.12.tar.gz) = bf8c9fdf0013f9e469a01b861d1c2786b4c0636a4e8215f78be19198cf5c81e549ae78a0bc31fe8b5dd84cbaa3f2c8736a1d3ae09ed5aace53d9f4a99170e68e
+Size (dbgpu-2025.12.tar.gz) = 225653 bytes


Home | Main Index | Thread Index | Old Index