python-prefab-ui

LOW
maintainer medaminezghal 1 votes scanned 2026-09-18 07:27:46.046490
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: Mohamed Amine Zghal (medaminezghal) <medaminezghal at outlook dot com>
2
3_name=prefab-ui
4pkgname=python-$_name
5pkgver=0.20.2
6pkgrel=1
7arch=('any')
8url='https://github.com/PrefectHQ/prefab'
9license=('Apache-2.0')
10depends=('python'
11 'python-pydantic'
12 'python-cyclopts'
13 'python-rich')
14makedepends=('python-hatchling'
15 'python-uv-dynamic-versioning'
16 'python-build'
17 'python-installer'
18 'python-wheel'
19 'git')
20checkdepends=('python-pytest'
21 'python-pytest-asyncio'
22 'python-pytest-timeout'
23 'python-pytest-xdist'
24 'python-jsonschema')
25source=("$_name::git+$url.git#tag=v$pkgver")
26sha256sums=('7473db4c9aca69f45cd13c77b64edcc09b0f496a2013d18987a990490cde5850')
27
28build() {
29 cd "$srcdir"/$_name
30 python -m build --wheel --no-isolation
31}
32
33check() {
34 local pytest_options=(
35 -vv
36 --disable-warnings
37 )
38 cd "$srcdir"/$_name
39 PYTHONPATH=$PWD/src pytest "${pytest_options[@]}" tests
40}
41
42package() {
43 cd "$srcdir"/$_name
44 python -m installer --destdir="$pkgdir" dist/*.whl
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 07:27:46 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