python-pypixelcolor-git

LOW
maintainer lucagoc 0 votes scanned 2026-08-31 19:46:16.204478
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: Lucas Balmès <lucagoc@pm.me>
2pkgname=python-pypixelcolor-git
3_name=pypixelcolor
4pkgver=0.4.0.r14.gb641fe0
5pkgrel=1
6pkgdesc="A Python library and CLI to control iPixel Color devices (Git development version)"
7arch=('any')
8url="https://github.com/lucagoc/pypixelcolor"
9license=('MIT')
10depends=(
11 'python'
12 'python-bleak'
13 'python-crccheck'
14 'python-pillow'
15 'python-rich'
16 'python-textual'
17 'python-websockets'
18)
19optdepends=(
20 'python-pillow-heif: HEIF/HEIC image format support'
21)
22makedepends=(
23 'git'
24 'python-build'
25 'python-installer'
26 'python-wheel'
27 'python-hatchling'
28)
29checkdepends=(
30 'python-pytest'
31)
32provides=("python-pypixelcolor=${pkgver}" "pypixelcolor=${pkgver}")
33conflicts=('python-pypixelcolor' 'pypixelcolor')
34source=("$_name::git+$url.git#branch=main")
35sha256sums=('SKIP')
36
37pkgver() {
38 cd "$_name"
39 git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' || \
40 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
41}
42
43build() {
44 cd "$_name"
45 python -m build --wheel --no-isolation
46}
47
48check() {
49 cd "$_name"
50 PYTHONPATH=src pytest
51}
52
53package() {
54 cd "$_name"
55 python -m installer --destdir="$pkgdir" dist/*.whl
56 install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
57}
58

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 19:46:16 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