pkgsrc-WIP-changes archive

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

py-gguf: restrict to python 3.12+ for py-numpy



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Aug 13 15:31:36 2026 +0900
Changeset:	301bc747394a6cf745d5834238201beb62c284c1

Modified Files:
	py-gguf/Makefile

Log Message:
py-gguf: restrict to python 3.12+ for py-numpy

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

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

diffstat:
 py-gguf/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-gguf/Makefile b/py-gguf/Makefile
index c706d4c6c6..f84babd92c 100644
--- a/py-gguf/Makefile
+++ b/py-gguf/Makefile
@@ -19,6 +19,8 @@ REPLACE_PYTHON+=	gguf/scripts/*.py
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311 # py-numpy
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index