blob: c1fff18378fbd68f1807fe537681cd77d4aef7b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = python-llm
pkgdesc = Access large language models from the command-line
pkgver = 0.19.1
pkgrel = 1
url = https://github.com/simonw/llm
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-click
depends = python-openai
depends = python-click-default-group
depends = sqlite-utils
depends = python-sqlite-migrate
depends = python-pydantic
depends = python-pyyaml
depends = python-pluggy
depends = python-ulid
depends = python-setuptools
depends = python-pip
depends = python-puremagic
source = python-llm-0.19.1.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.19.1.tar.gz
sha256sums = SKIP
pkgname = python-llm
|