diff options
Diffstat (limited to 'misc/py-gguf/Makefile')
-rw-r--r-- | misc/py-gguf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-gguf/Makefile b/misc/py-gguf/Makefile index 2477ca4fa9ab..b4b655f4ac86 100644 --- a/misc/py-gguf/Makefile +++ b/misc/py-gguf/Makefile @@ -1,5 +1,5 @@ PORTNAME= gguf -DISTVERSION= 0.16.2.${GH_TAGNAME:S/b//} # the base version is in pyproject.toml, updated by post-patch +DISTVERSION= 0.16.3.${GH_TAGNAME:S/b//} # the base version is in pyproject.toml, updated by post-patch CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # the PYPI version is way behind of llama-cpp PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +24,7 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= ggml-org GH_PROJECT= llama.cpp -GH_TAGNAME= b5195 +GH_TAGNAME= b5401 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/gguf-py @@ -37,6 +37,6 @@ post-patch: # update version to reflect llama-cpp revision, have to use '.' sinc -e 's/version = "${DISTVERSION:R}"/version = "${DISTVERSION:R}.${GH_TAGNAME:S/b//}"/' \ ${WRKSRC}/pyproject.toml -# tests as of 0.16.0: 5 passed in 1.64s +# tests as of 0.16.2.5280: 5 passed in 10.59s .include <bsd.port.mk> |