1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Atanu Biswas
2026-05-13 02:56:52 +03:00
committed by Vladimir Druzenko
parent 7bb1b42592
commit 8ddb7ec811
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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",