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