]> git.otsuka.systems Git - python-llm/commitdiff
re-add python-httpx as dependency
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 22 May 2025 17:06:14 +0000 (10:06 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 22 May 2025 17:06:14 +0000 (10:06 -0700)
.SRCINFO
PKGBUILD

index fe678b8645d196ea06937813f30c1ca7d440a130..0d6664172d00e0dba80335a904e1d3c4721fdc62 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-llm
        pkgdesc = Access large language models from the command-line
        pkgver = 0.25
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/simonw/llm
        arch = any
        license = Apache-2.0
@@ -21,6 +21,7 @@ pkgbase = python-llm
        depends = python-pluggy
        depends = python-ulid
        depends = python-puremagic
+       depends = python-httpx
        source = python-llm-0.25.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.25.tar.gz
        sha256sums = SKIP
 
index 87fc6adaf1000d73c304dd9cb93a1a3065bec6c5..e534a147bf66f0fa53111545a93ec5c956cbab26 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 pkgname="python-llm"
 _name=${pkgname#python-}
 pkgver="0.25"
-pkgrel=1
+pkgrel=2
 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" "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" "python-httpx")
 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")