pypkjs
LOW
maintainer etbusch
0 votes
scanned 2026-09-01 17:48:51.913915
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: Eric Busch <me@etbus.ch>
2
_name=pypkjs
3
pkgname=pypkjs
4
pkgver=2.0.7
5
pkgrel=1
6
pkgdesc="PebbleKit JS phone-app simulator, used by pebble-tool's managed QEMU emulator for JS/sensor emulation"
7
arch=('any')
8
url="https://github.com/coredevices/pypkjs"
9
license=('MIT')
10
depends=('python' 'python-gevent' 'python-gevent-websocket' 'python-greenlet'
11
'python-peewee' 'python-pygeoip' 'python-pypng' 'python-dateutil'
12
'python-requests' 'python-sh' 'python-six' 'python-websocket-client'
13
'python-libpebble2' 'python-netaddr' 'python-stpyv8')
14
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
15
source=("https://files.pythonhosted.org/packages/13/04/f557119b1f67ec85a73abec3448e1900271bdcd0cfa43039447eb3926c95/$_name-$pkgver.tar.gz")
16
sha256sums=('8b0a08ad4f49eae6698bf54a899fc1c88c12c98bc777e2d688b207c8985f05e0')
17
18
build() {
19
cd "$_name-$pkgver"
20
python -m build --wheel --no-isolation
21
}
22
23
package() {
24
cd "$_name-$pkgver"
25
python -m installer --destdir="$pkgdir" dist/*.whl
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 17:48:51 | Low | 1 |