Package Details: nanopb 0.4.9.1-1

Git Clone URL: https://aur.archlinux.org/nanopb.git (read-only, click to copy)
Package Base: nanopb
Description: Protocol Buffers with small code size
Upstream URL: https://jpa.kapsi.fi/nanopb/
Licenses: zlib
Submitter: baltazar
Maintainer: maximdeclercq
Last Packager: maximdeclercq
Votes: 1
Popularity: 0.001815
First Submitted: 2020-08-16 14:09 (UTC)
Last Updated: 2025-02-08 14:28 (UTC)

Latest Comments

baltazar commented on 2025-02-08 14:17 (UTC)

@maximdeclercq note: I don't exactly remember why this PKGBUILD does what it does, probably stuff that only I used. I think you should be free to remove the arduino related parts.

micwoj92 commented on 2024-08-30 15:54 (UTC)

Build fails, needs setuptools

make: Entering directory '/build/nanopb/src/nanopb/generator/proto'
../protoc --python_out=. nanopb.proto
Traceback (most recent call last):
  File "/build/nanopb/src/nanopb/generator/proto/../protoc", line 13, in <module>
    from proto._utils import invoke_protoc
  File "/build/nanopb/src/nanopb/generator/proto/__init__.py", line 10, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
make: *** [Makefile:6: nanopb_pb2.py] Error 1
make: Leaving directory '/build/nanopb/src/nanopb/generator/proto'
==> ERROR: A failure occurred in build().
    Aborting...