summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7545c7afd77ccec3c53ce68ef056fcbe2fdcafe3 (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
28
pkgbase = python-llm
	pkgdesc = Access large language models from the command-line
	pkgver = 0.26
	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-openai
	depends = python-click-default-group
	depends = python-condense-json
	depends = sqlite-utils
	depends = python-sqlite-migrate
	depends = python-pydantic
	depends = python-pyyaml
	depends = python-pluggy
	depends = python-ulid
	depends = python-puremagic
	depends = python-httpx
	source = python-llm-0.26.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.26.tar.gz
	sha256sums = SKIP

pkgname = python-llm