python-parllama

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=python-parllama
5_pkgname=parllama
6pkgver=0.9.2
7pkgrel=1
8pkgdesc="Terminal UI for Ollama and other LLM providers (Textual-based TUI)"
9arch=('any')
10url="https://github.com/paulrobello/parllama"
11license=('MIT')
12depends=('python' 'python-httpx' 'python-pillow' 'python-pydantic' 'python-dotenv' 'python-pytz' 'python-requests' 'python-rich' 'python-textual' 'python-orjson')
13makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
14_tag="v0.9.2"
15_srcdir="parllama-0.9.2"
16source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/paulrobello/parllama/tar.gz/refs/tags/$_tag")
17sha256sums=('2c2bb92eff73db90a658cb18c5d9138fc944f6edee332ac1263d8ffde8463de2')
18function build() {
19 cd "$_srcdir"
20 rm -rf dist
21 python -m build --wheel --no-isolation
22}
23function package() {
24 cd "$_srcdir"
25 python -m installer --no-compile --destdir="$pkgdir" dist/*.whl
26 if [ -f LICENSE ]; then
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
28 fi
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion