Package Details: siglo 0.9.9-1

Git Clone URL: https://aur.archlinux.org/siglo.git (read-only, click to copy)
Package Base: siglo
Description: GTK app to sync InfiniTime(PineTime) watch
Upstream URL: https://github.com/alexr4535/siglo
Keywords: pinetime python smartwatch watch
Licenses: GPL
Submitter: GI_Jack
Maintainer: GI_Jack
Last Packager: GI_Jack
Votes: 5
Popularity: 0.000768
First Submitted: 2021-04-16 21:54 (UTC)
Last Updated: 2022-07-13 03:58 (UTC)

Latest Comments

whynothugo commented on 2022-07-05 13:02 (UTC)

Building on a clean chroot:

==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true build
The Meson build system
Version: 0.63.0
Source dir: /build/siglo/src/siglo-0.9.8
Build dir: /build/siglo/src/siglo-0.9.8/build
Build type: native build
Project name: siglo
Project version: 0.1.0
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program msgfmt found: YES (/usr/bin/msgfmt)
Program desktop-file-validate found: NO
Program appstream-util found: NO
Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program python3 (gatt) found: NO

src/meson.build:15:5: ERROR: python3 is missing modules: gatt

I see it listed in dependencies, but it's not picked up properly somehow.

yochananmarqos commented on 2022-06-29 17:34 (UTC)

@Shatur: python-gatt is already a dependency. Don't mix Python packages.

Shatur commented on 2022-06-29 17:26 (UTC)

I have ModuleNotFoundError: No module named 'gatt'. Installing through pip fixed the issue.