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