Search Criteria
Package Details: python-pynmea2 1.19.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pynmea2.git (read-only, click to copy) |
---|---|
Package Base: | python-pynmea2 |
Description: | Python library for parsing the NMEA 0183 protocol (GPS) |
Upstream URL: | https://github.com/Knio/pynmea2 |
Licenses: | MIT |
Submitter: | lopsided98 |
Maintainer: | gileri |
Last Packager: | gileri |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-29 23:45 (UTC) |
Last Updated: | 2024-06-21 21:16 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-pytest (check)
Latest Comments
gileri commented on 2024-06-21 21:19 (UTC)
Thank you @dreieck for the notice. I took the upstream patch, removed the github actions stuff and it seems to work.
dreieck commented on 2024-05-17 13:34 (UTC) (edited on 2024-05-17 13:39 (UTC) by dreieck)
The issue of missing
imp
module has been fixed upstream here, but no new release up to now.Can you add that fix manually as a patch?
Here you can get it as a patch.
Or, pin to a specific upstream commit after the commit introducing the fix, e.g.
f298742f27922780f311ccd22fc28ac93ab0a90f
which as of now seems to be the latest one.Regards!
simona commented on 2024-05-03 09:48 (UTC)
it seems to miss a module
ModuleNotFoundError: No module named 'imp'
jose1711 commented on 2024-05-03 09:43 (UTC) (edited on 2024-05-03 09:44 (UTC) by jose1711)
see https://stackoverflow.com/a/77411659/5674914
and also https://github.com/Knio/pynmea2/issues/163
simona commented on 2024-04-30 10:15 (UTC)
ModuleNotFoundError: No module named 'imp'
dreieck commented on 2024-04-28 16:29 (UTC)
build
fails with missingimp
module -- maybe a (make)dependency missing?:Regards!
gileri commented on 2023-11-05 20:09 (UTC)
Hi, I updated the makedepends, thx xiretza.
xiretza commented on 2022-05-25 16:33 (UTC)
This is missing git in
makedepends
.