Search Criteria
Package Details: python-pynng-git 0.8.0.r7.g9b651be-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pynng-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pynng-git |
| Description: | Ergonomic bindings for nanomsg next generation (nng), in Python |
| Upstream URL: | https://github.com/codypiersall/pynng |
| Licenses: | MIT |
| Provides: | python-pynng |
| Submitter: | hurufu |
| Maintainer: | hurufu |
| Last Packager: | hurufu |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-02-06 11:40 (UTC) |
| Last Updated: | 2025-02-21 06:52 (UTC) |
Dependencies (11)
- licenses
- python
- python-sniffio
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-pip (make)
- python-wheel (make)
- python-curio (check)
- python-mbed-host-tests (check)
- python-pytest-asyncio (check)
- python-pytest-trio (check)
Required by (1)
- python-kicad (requires python-pynng)
Latest Comments
hurufu commented on 2021-12-15 09:08 (UTC)
tl;dr If build fails just add
--nocheckto your makepkg command.The latest update of python from 3.9.x to 3.10.x causes the problem with this package. Package verification (
check()function) fails with a message 'Module pynng was not found', because it requires an already installed pynng which is in a wrong directory. It's a quirk of pynng itself. I've added an explicit dependencypython=3.10.1, it should be more robust in the future.