Package Details: python-zigpy 0.73.3-1

Git Clone URL: https://aur.archlinux.org/python-zigpy.git (read-only, click to copy)
Package Base: python-zigpy
Description: Library implementation of the Zigbee Home Automation standard
Upstream URL: https://github.com/zigpy/zigpy
Licenses: GPL-3.0-or-later
Submitter: rautesamtr
Maintainer: bjo
Last Packager: bjo
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-08 10:44 (UTC)
Last Updated: 2024-12-25 06:59 (UTC)

Latest Comments

« First ‹ Previous 1 2

mbunkus commented on 2024-05-26 08:49 (UTC)

This package doesn't build anymore at the moment:

ERROR Missing dependencies: setuptools-git-versioning<2

The version I've currently installed is:

python-setuptools-git-versioning-git 2.0.0.r1.ga291c41-1

I've circumvented the check by adding the following to build():

perl -pi -e 's{setuptools-git-versioning<2}{setuptools-git-versioning}' pyproject.toml

With this modification the package builds fine again.

Additionally v0.64.0 is available. However, the problem still persists with it.

rautesamtr commented on 2023-08-30 08:02 (UTC)

You are right ruff is only needed for pre-commit and CI so i dropped it from check dependencies.

philb38 commented on 2023-05-02 12:39 (UTC)

Hello, When trying to update on a raspberry pi device, I get a missing dependency with python-ruff. Is this really required, as the package does not exist on arm64 platform?

rautesamtr commented on 2023-03-14 13:12 (UTC)

updated, thx

philb38 commented on 2023-03-13 10:39 (UTC) (edited on 2023-03-13 10:39 (UTC) by philb38)

Hello, When trying to compile this package, I get missing dependency python-pyserial ("No module named 'serial'". After adding the package, I still get "No module named 'serial_asyncio'"). Could you please add all needed dependencies to help build this? Thanks!