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

1 2 Next › Last »

philb38 commented on 2024-11-08 13:19 (UTC)

@bjo Thanks a lot! :)

bjo commented on 2024-11-08 12:50 (UTC)

To skip this issue you can run makepkg with --nocheck

philb38 commented on 2024-11-08 08:29 (UTC)

Yes, as I've said before, I get "AssertionError: assert False" in test_quirks_v2.py

bjo commented on 2024-11-08 08:19 (UTC)

Does it fail while doing check()?

philb38 commented on 2024-11-08 08:00 (UTC)

@bjo: if I could get the package to compile, I would say yes, but at the moment I'm struggling to find out what is causing the issue :D so not sure I can really help here...

bjo commented on 2024-11-08 06:25 (UTC)

@philb38: Would you like to become co-maintainer and fix this issues?

philb38 commented on 2024-11-07 21:50 (UTC)

Anyone manages to compile this on a raspberry pi? I can't get it to build on my side. This is the case since v0.64.1, and I tried on multiple devices so for me the PKGBUILD needs adjustments...

philb38 commented on 2024-11-06 16:44 (UTC)

I would also add (build?) dependencies: python-jsonschema, python-frozendict

philb38 commented on 2024-11-03 18:04 (UTC)

Still getting the same error with python-zigpy 0.71.0-1.

        # this would need to be updated if the line number of the call to QuirkBuilder
        # changes in this test in the future
>       assert str(quirked.quirk_metadata.quirk_file).endswith(
            "zigpy/tests/test_quirks_v2.py"
        )
E       AssertionError: assert False

philb38 commented on 2024-09-13 21:48 (UTC) (edited on 2024-09-13 21:52 (UTC) by philb38)

Hello,
I get errors with zigpy v0.64.1, checks fail on "tests/test_quirk_v2.py":
================================================================================
short test summary info
================================================================================
FAILED tests/test_quirks_v2.py::test_quirks_v2 - AssertionError: assert False