Search Criteria
Package Details: python-zigpy-znp 0.13.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-zigpy-znp.git (read-only, click to copy) |
---|---|
Package Base: | python-zigpy-znp |
Description: | Zigpy support for common Texas Instruments ZNP radio modules |
Upstream URL: | https://github.com/zigpy/zigpy-znp |
Licenses: | GPL3 |
Submitter: | bjo |
Maintainer: | bjo |
Last Packager: | bjo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-03 14:32 (UTC) |
Last Updated: | 2024-10-29 11:47 (UTC) |
Dependencies (13)
- python (python37AUR, python311AUR, python310AUR)
- python-coloredlogs
- python-jsonschema
- python-pyserial-asyncioAUR
- python-voluptuous
- python-zigpyAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools-git-versioningAUR (python-setuptools-git-versioning-gitAUR, python-setuptools-git-versioningAUR) (make)
- python-wheel (make)
- python-pytest-asyncio (check)
- python-pytest-mock (check)
Latest Comments
bjo commented on 2024-05-26 17:09 (UTC)
Got a respone from upstream: "The specific version doesn't matter much, I just pinned it to < 2 because there was no 2.0.0 when I added the dependency."
mbunkus commented on 2024-05-26 16:58 (UTC)
For what it's worth, the python-zigpy package faces the same issue. I've posted a similar comment there.
bjo commented on 2024-05-26 16:55 (UTC)
Thanks for the hint, I've asked upstream is <2 is still needed: https://github.com/zigpy/zigpy-znp/issues/247
mbunkus commented on 2024-05-26 08:52 (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.