./devel/py-protobuf, Python bindings for protobuf

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q1, Version: 3.7.1, Package name: py27-protobuf-3.7.1, Maintainer: pkgsrc-users

Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.

This package contains Python bindings for the Protocol Buffers.


Required to run:
[lang/py-six] [lang/python27] [devel/py-setuptools] [devel/protobuf]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 9b2bee75409236982ded1d010f495f035e2c18d3
RMD160: cfec76b17cc3c662fc152dac70ecfe28e0fa7502
Filesize: 249.384 KB

Version history: (Expand)


CVS history: (Expand)


   2019-04-07 16:59:58 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #5929 - requested by tsutsui
devel/protobuf, devel/py-protobuf: update (mozc-server build fix)

Revisions pulled up:
- devel/protobuf/Makefile                                       1.19
- devel/protobuf/distinfo                                       1.24
- devel/py-protobuf/Makefile                                    1.18
- devel/py-protobuf/distinfo                                    1.17

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Apr  1 12:36:41 UTC 2019

   Modified Files:
   	pkgsrc/devel/protobuf: Makefile distinfo
   	pkgsrc/devel/py-protobuf: Makefile distinfo

   Log message:
   protobuf: updated to 3.7.1

   Protocol Buffers v3.7.1:
   C++
   Avoid linking against libatomic in prebuilt protoc binaries
   Avoid marking generated C++ messages as final, though we will do this in a \ 
future release
   Miscellaneous build fixes