python-parllama
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
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
4
pkgname=python-parllama
5
_pkgname=parllama
6
pkgver=0.9.2
7
pkgrel=1
8
pkgdesc="Terminal UI for Ollama and other LLM providers (Textual-based TUI)"
9
arch=('any')
10
url="https://github.com/paulrobello/parllama"
11
license=('MIT')
12
depends=('python' 'python-httpx' 'python-pillow' 'python-pydantic' 'python-dotenv' 'python-pytz' 'python-requests' 'python-rich' 'python-textual' 'python-orjson')
13
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
14
_tag="v0.9.2"
15
_srcdir="parllama-0.9.2"
16
source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/paulrobello/parllama/tar.gz/refs/tags/$_tag")
17
sha256sums=('2c2bb92eff73db90a658cb18c5d9138fc944f6edee332ac1263d8ffde8463de2')
18
function build() {
19
cd "$_srcdir"
20
rm -rf dist
21
python -m build --wheel --no-isolation
22
}
23
function 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) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |