jev-preview
LOW
maintainer Arkady_Buryakov
0 votes
scanned 2026-09-18 09:28:06.135653
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.
6
pkgname=jev-preview
7
pkgver=0.1.0
8
pkgrel=1
9
pkgdesc="A terminal sandbox for the TypeSafe (Jev) System One API"
10
arch=(any)
11
url="https://github.com/ArkadyBuryakov/jev-preview"
12
license=(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.
16
depends=(python python-textual python-httpx python-platformdirs)
17
makedepends=(python-build python-installer python-wheel python-hatchling)
18
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
19
sha256sums=('3a7c639b52ffe90faeab48c438b3ea04921bea74938094027cfab8a977f8f9fc')
20
21
build() {
22
cd "$pkgname-$pkgver"
23
python -m build --wheel --no-isolation
24
}
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-18 09:28:06 | Low | 1 |