mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
misc/py-llm: Update 0.27 => 0.31, take maintainerhsip
Changelog: https://github.com/simonw/llm/releases/tag/0.27.1 https://github.com/simonw/llm/releases/tag/0.28 https://github.com/simonw/llm/releases/tag/0.29 https://github.com/simonw/llm/releases/tag/0.30 https://github.com/simonw/llm/releases/tag/0.31 PR: 295216 Sponsored by: UNIS Labs
This commit is contained in:
committed by
Vladimir Druzenko
parent
7bb1b42592
commit
8ddb7ec811
@@ -1,10 +1,10 @@
|
||||
PORTNAME= llm
|
||||
DISTVERSION= 0.27
|
||||
DISTVERSION= 0.31
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= atanubiswas484@gmail.com
|
||||
COMMENT= Interact with Large Language Models by API, or locally
|
||||
WWW= https://llm.datasette.io/ \
|
||||
https://github.com/simonw/llm
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1756025124
|
||||
SHA256 (llm-0.27.tar.gz) = 0ad7101e29c3870b4c1f64e4ddbeaccbbdcadaf1457d14d3f57fd97d14ea752e
|
||||
SIZE (llm-0.27.tar.gz) = 85027
|
||||
TIMESTAMP = 1778579621
|
||||
SHA256 (llm-0.31.tar.gz) = c7701408fdc53cbdf1db6a43f35c7dd410c291dda36cc38a14db4b482b274fa4
|
||||
SIZE (llm-0.31.tar.gz) = 86505
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- pyproject.toml.orig 2025-06-10 21:49:38 UTC
|
||||
--- pyproject.toml.orig 2026-04-24 23:37:02 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -6,7 +6,7 @@ authors = [
|
||||
authors = [
|
||||
@@ -6,6 +6,6 @@
|
||||
]
|
||||
-license = "Apache-2.0"
|
||||
+license = { text = "Apache-2.0" }
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
Reference in New Issue
Block a user