pkgsrc-WIP-changes archive

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

py-gguf: Update to b9405



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Wed Jun 3 08:46:50 2026 +0900
Changeset:	f2c6540df74a3c95d26335251242a42ab736d73d

Modified Files:
	llama.cpp/Makefile.common
	py-gguf/Makefile
	py-gguf/distinfo

Log Message:
py-gguf: Update to b9405

Lots of changes.

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

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

diffstat:
 llama.cpp/Makefile.common |  1 +
 py-gguf/Makefile          | 12 +++++-------
 py-gguf/distinfo          |  6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs:
diff --git a/llama.cpp/Makefile.common b/llama.cpp/Makefile.common
index 4772072c02..a9873de38a 100644
--- a/llama.cpp/Makefile.common
+++ b/llama.cpp/Makefile.common
@@ -1,6 +1,7 @@
 # $NetBSD$
 #
 # used by wip/llama.cpp/Makefile
+# used by wip/py-gguf/Makefile
 
 .include "../../mk/bsd.prefs.mk"
 
diff --git a/py-gguf/Makefile b/py-gguf/Makefile
index 870cd7b29e..52d739d9eb 100644
--- a/py-gguf/Makefile
+++ b/py-gguf/Makefile
@@ -1,22 +1,20 @@
 # $NetBSD$
 
-DISTNAME=	llama.cpp-${GITHUB_TAG}
+.include "../../wip/llama.cpp/Makefile.common"
+
 PKGNAME=	${PYPKGPREFIX}-gguf-${GITHUB_TAG:S/b/${GGUF_VER}./}
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=ggml-org/}
-GITHUB_PROJECT=	llama.cpp
-GITHUB_TAG=	b6959
-GGUF_VER=	0.17.1
+GGUF_VER=	0.19.0
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://pypi.org/project/gguf/
 COMMENT=	Read and write ML models in GGUF for GGML
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
-
 USE_LANGUAGES=	# none
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+
 WRKSRC=		${WRKDIR}/${DISTNAME}
 PYSETUPSUBDIR=	gguf-py
 
diff --git a/py-gguf/distinfo b/py-gguf/distinfo
index 059d1328b6..f50ad1b859 100644
--- a/py-gguf/distinfo
+++ b/py-gguf/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (llama.cpp-b6959.tar.gz) = 2fc857bd5c6a2e53f79cbcd30e0d445e619f9801b337b483331561f865707289
-SHA512 (llama.cpp-b6959.tar.gz) = 2fccb2771664fc355cc0d23baf9d037ec6ac553a4e08cb3697f06e9226f8afac6ed8fb266b44fdd7017fa1012171d78bafea72637215e5cd468da36d2f6fc5a0
-Size (llama.cpp-b6959.tar.gz) = 26422088 bytes
+BLAKE2s (llama.cpp-b9405.tar.gz) = e3c17cae193e0199f48739e4c2a7b93814b5468105e7adab3c07ea5a834e4c62
+SHA512 (llama.cpp-b9405.tar.gz) = b973ca115041710fa759c056c1768b30f63d9870eb35e227ece451502eec45efdf98b8706b07ebe44f61166317104ca29f1ab978ad5caf1968b305c86d11d0be
+Size (llama.cpp-b9405.tar.gz) = 33963595 bytes


Home | Main Index | Thread Index | Old Index