jev-preview

LOW
maintainer Arkady_Buryakov 0 votes scanned 2026-09-18 09:28:06.135653
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# Maintainer: Arkady Buryakov <arkady@buryakov.pro>
2#
3# Template — not a buildable PKGBUILD. On release the publish_aur workflow
4# substitutes 0.1.0, fills sha256sums via updpkgsums, generates .SRCINFO,
5# and pushes the rendered files to the AUR; nothing is committed back here.
6pkgname=jev-preview
7pkgver=0.1.0
8pkgrel=1
9pkgdesc="A terminal sandbox for the TypeSafe (Jev) System One API"
10arch=(any)
11url="https://github.com/ArkadyBuryakov/jev-preview"
12license=(MIT)
13# Every runtime dependency is in the official repositories: textual pulls
14# rich and pygments along itself. The [syntax] extra is deliberately not a
15# dependency — nothing here builds a tree-sitter TextArea.
16depends=(python python-textual python-httpx python-platformdirs)
17makedepends=(python-build python-installer python-wheel python-hatchling)
18source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
19sha256sums=('3a7c639b52ffe90faeab48c438b3ea04921bea74938094027cfab8a977f8f9fc')
20
21build() {
22 cd "$pkgname-$pkgver"
23 python -m build --wheel --no-isolation
24}
25
26package() {
27 cd "$pkgname-$pkgver"
28 python -m installer --destdir="$pkgdir" dist/*.whl
29
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
32 install -Dm644 CHANGELOG.md "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 09:28:06 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