python-pypixelcolor

LOW
maintainer lucagoc 0 votes scanned 2026-08-31 21:46:19.858046
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
3_name=pypixelcolor
4pkgver=0.4.0
5pkgrel=1
6pkgdesc="A Python library and CLI to control iPixel Color devices"
7arch=('any')
8url="https://github.com/lucagoc/pypixelcolor"
9license=('MIT')
10depends=(
11 'python'
12 'python-bleak'
13 'python-crccheck'
14 'python-pillow'
15 'python-websockets'
16)
17optdepends=(
18 'python-pillow-heif: HEIF/HEIC image format support'
19)
20makedepends=(
21 'python-build'
22 'python-installer'
23 'python-wheel'
24 'python-hatchling'
25)
26checkdepends=(
27 'python-pytest'
28)
29provides=('pypixelcolor')
30source=("$url/archive/refs/tags/v$pkgver.tar.gz")
31sha256sums=('344becefe853067ab291efa5607ea572c21363636cb1f3824f326a4eb2566cc8')
32
33build() {
34 cd "$_name-$pkgver"
35 python -m build --wheel --no-isolation
36}
37
38check() {
39 cd "$_name-$pkgver"
40 PYTHONPATH=src pytest
41}
42
43package() {
44 cd "$_name-$pkgver"
45 python -m installer --destdir="$pkgdir" dist/*.whl
46 install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
47}
48

Scan history

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