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