pkgsrc-WIP-changes archive

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

py-llama-cpp-scripts: Update to b10276



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Aug 13 15:32:09 2026 +0900
Changeset:	7b7fb26ec34e622fe4ce996bdf5e939d1d78de11

Modified Files:
	py-llama-cpp-scripts/Makefile
	py-llama-cpp-scripts/PLIST
	py-llama-cpp-scripts/distinfo

Log Message:
py-llama-cpp-scripts: Update to b10276

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=7b7fb26ec34e622fe4ce996bdf5e939d1d78de11

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

diffstat:
 py-llama-cpp-scripts/Makefile | 2 +-
 py-llama-cpp-scripts/PLIST    | 9 +++++++++
 py-llama-cpp-scripts/distinfo | 6 +++---
 3 files changed, 13 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-llama-cpp-scripts/Makefile b/py-llama-cpp-scripts/Makefile
index cf1b9663f1..115955df11 100644
--- a/py-llama-cpp-scripts/Makefile
+++ b/py-llama-cpp-scripts/Makefile
@@ -23,7 +23,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	310 314 # py-torch
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311 314 # py-torch
 
 PY_RENAME_BINARIES+=	llama-convert-hf-to-gguf
 PY_RENAME_BINARIES+=	llama-convert-llama-ggml-to-gguf
diff --git a/py-llama-cpp-scripts/PLIST b/py-llama-cpp-scripts/PLIST
index c9974b0008..92c06d7113 100644
--- a/py-llama-cpp-scripts/PLIST
+++ b/py-llama-cpp-scripts/PLIST
@@ -123,6 +123,9 @@ ${PYSITELIB}/conversion/kimi_linear.pyo
 ${PYSITELIB}/conversion/kimivl.py
 ${PYSITELIB}/conversion/kimivl.pyc
 ${PYSITELIB}/conversion/kimivl.pyo
+${PYSITELIB}/conversion/laguna.py
+${PYSITELIB}/conversion/laguna.pyc
+${PYSITELIB}/conversion/laguna.pyo
 ${PYSITELIB}/conversion/lfm2.py
 ${PYSITELIB}/conversion/lfm2.pyc
 ${PYSITELIB}/conversion/lfm2.pyo
@@ -168,6 +171,9 @@ ${PYSITELIB}/conversion/mistral3.pyo
 ${PYSITELIB}/conversion/mpt.py
 ${PYSITELIB}/conversion/mpt.pyc
 ${PYSITELIB}/conversion/mpt.pyo
+${PYSITELIB}/conversion/nanbeige.py
+${PYSITELIB}/conversion/nanbeige.pyc
+${PYSITELIB}/conversion/nanbeige.pyo
 ${PYSITELIB}/conversion/nemotron.py
 ${PYSITELIB}/conversion/nemotron.pyc
 ${PYSITELIB}/conversion/nemotron.pyo
@@ -198,6 +204,9 @@ ${PYSITELIB}/conversion/plm.pyo
 ${PYSITELIB}/conversion/qwen.py
 ${PYSITELIB}/conversion/qwen.pyc
 ${PYSITELIB}/conversion/qwen.pyo
+${PYSITELIB}/conversion/qwen3tts.py
+${PYSITELIB}/conversion/qwen3tts.pyc
+${PYSITELIB}/conversion/qwen3tts.pyo
 ${PYSITELIB}/conversion/qwen3vl.py
 ${PYSITELIB}/conversion/qwen3vl.pyc
 ${PYSITELIB}/conversion/qwen3vl.pyo
diff --git a/py-llama-cpp-scripts/distinfo b/py-llama-cpp-scripts/distinfo
index 106577930d..148eee74e4 100644
--- a/py-llama-cpp-scripts/distinfo
+++ b/py-llama-cpp-scripts/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (llama.cpp-b9857.tar.gz) = 44f6aea6d63f4c66a26baa6ec9df5dc32aa0a3b036333a31377a3883f1e8cd22
-SHA512 (llama.cpp-b9857.tar.gz) = 85d251707b879cb4dbfdd64a4e5d910894474b72e4223bf0cf32117e1df6a29e6825da246f6de5dff2ad202fb9eec2eb1f655477504b6d32b42ab5454b1a7c60
-Size (llama.cpp-b9857.tar.gz) = 35106659 bytes
+BLAKE2s (llama.cpp-b10276.tar.gz) = 594a6133bf8c8026f1dd8d4455fe400f6d0f179c3c1d7dc3e21b3441b0a15e93
+SHA512 (llama.cpp-b10276.tar.gz) = 621bd2ce92172fbb16f6132dedaa35cede36e60791f4e46a3647ca219a6cf30f4b835f80b5db020cda7485880b17fafbaee942a2bc67669e2319f5c954085e8b
+Size (llama.cpp-b10276.tar.gz) = 36569245 bytes


Home | Main Index | Thread Index | Old Index