pypkjs

LOW
maintainer etbusch 0 votes scanned 2026-09-01 17:48:51.913915
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: Eric Busch <me@etbus.ch>
2_name=pypkjs
3pkgname=pypkjs
4pkgver=2.0.7
5pkgrel=1
6pkgdesc="PebbleKit JS phone-app simulator, used by pebble-tool's managed QEMU emulator for JS/sensor emulation"
7arch=('any')
8url="https://github.com/coredevices/pypkjs"
9license=('MIT')
10depends=('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')
14makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
15source=("https://files.pythonhosted.org/packages/13/04/f557119b1f67ec85a73abec3448e1900271bdcd0cfa43039447eb3926c95/$_name-$pkgver.tar.gz")
16sha256sums=('8b0a08ad4f49eae6698bf54a899fc1c88c12c98bc777e2d688b207c8985f05e0')
17
18build() {
19 cd "$_name-$pkgver"
20 python -m build --wheel --no-isolation
21}
22
23package() {
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)SeverityRules
2026-09-01 17:48:51 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