python-libpebble2

LOW
maintainer etbusch 0 votes scanned 2026-08-24 03:21:59.346116
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=libpebble2
3pkgname=python-libpebble2
4pkgver=0.0.31
5pkgrel=1
6pkgdesc="Library for communicating with Pebble smartwatches over the Pebble protocol"
7arch=('any')
8url="https://github.com/pebble-dev/libpebble2"
9license=('MIT')
10depends=('python' 'python-websocket-client' 'python-pyserial' 'python-six')
11makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12source=("https://files.pythonhosted.org/packages/69/ee/1271c5be045143e1957f8a67929848759391401d5fcb99f5cacf0b7cf38c/$_name-$pkgver.tar.gz")
13sha256sums=('5567f1c2dd9586874e6f16a5340ba3ff88053cebc1fbda682942f8e2e9b6f4c9')
14
15build() {
16 cd "$_name-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$_name-$pkgver"
22 python -m installer --destdir="$pkgdir" dist/*.whl
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 03:21:59 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