pkgbase = python-llm
pkgdesc = Access large language models from the command-line
- pkgver = 0.24.2
+ pkgver = 0.25
pkgrel = 1
url = https://github.com/simonw/llm
arch = any
makedepends = python-wheel
depends = python
depends = python-click
- depends = python-httpx
depends = python-openai
depends = python-click-default-group
depends = python-condense-json
depends = python-pluggy
depends = python-ulid
depends = python-puremagic
- source = python-llm-0.24.2.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.24.2.tar.gz
+ source = python-llm-0.25.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.25.tar.gz
sha256sums = SKIP
pkgname = python-llm
# Contributor: Martin Harrigan <martinharrigan at gmail.com>
pkgname="python-llm"
_name=${pkgname#python-}
-pkgver="0.24.2"
+pkgver="0.25"
pkgrel=1
pkgdesc="Access large language models from the command-line"
arch=("any")
url="https://github.com/simonw/llm"
license=("Apache-2.0")
-depends=("python" "python-click" "python-httpx" "python-openai" "python-click-default-group" "python-condense-json" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic")
+depends=("python" "python-click" "python-openai" "python-click-default-group" "python-condense-json" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic")
makedepends=("python-build" "python-installer" "python-setuptools" "python-wheel")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/simonw/llm/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=("SKIP")