Search Criteria
Package Details: python-pynng-git 0.8.0.r7.g9b651be-1
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: | 2024-11-22 21:49 (UTC) |
Dependencies (11)
- licenses
- python (python37AUR, python311AUR, python310AUR)
- python-sniffio
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-pip (make)
- python-wheel (make)
- python-curio (check)
- python-mbed-host-testsAUR (check)
- python-pytest-asyncio (check)
- python-pytest-trio (check)
Latest Comments
hurufu commented on 2021-12-15 09:08 (UTC)
tl;dr If build fails just add
--nocheck
to 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.