git: f3789deb5cff - main - www/py-llm: use correct name for dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Jun 2025 21:53:32 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3789deb5cff4cba4f72ce09b5c1c5edd96e80f0 commit f3789deb5cff4cba4f72ce09b5c1c5edd96e80f0 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2025-06-10 21:47:44 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2025-06-10 21:51:46 +0000 www/py-llm: use correct name for dependency Un-break index & poudriere Fixes: e76441e5cd85849dc3abe21132c79ea4ff988cc6 Reported by: antoine --- misc/py-llm/Makefile | 2 +- misc/py-llm/files/patch-pyproject.toml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/misc/py-llm/Makefile b/misc/py-llm/Makefile index 003ec22a8f6e..56f2f832db1a 100644 --- a/misc/py-llm/Makefile +++ b/misc/py-llm/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click-default-group>=1.2.3:devel/py-click-default-group@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}condense_json>0:devel/py-condense_json@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}condense-json>0:devel/py-condense-json@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openai>=1.0.0:misc/py-openai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>=1.0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}puremagic>0:sysutils/py-puremagic@${PY_FLAVOR} \ diff --git a/misc/py-llm/files/patch-pyproject.toml b/misc/py-llm/files/patch-pyproject.toml new file mode 100644 index 000000000000..7f3206e16706 --- /dev/null +++ b/misc/py-llm/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-10 21:49:38 UTC ++++ pyproject.toml +@@ -6,7 +6,7 @@ authors = [ + authors = [ + { name = "Simon Willison" }, + ] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + requires-python = ">=3.9" + classifiers = [ + "Development Status :: 4 - Beta",