freebsd-ports/devel/py-palm/pkg-descr
Ruslan Makhmatkhanov 0b7b7f0aec devel/py-palm: add missing dependencies
- add missing dependencies
- limit python version to 2.x
- let it build with protobuf 2.6
- misc non-functional changes
- bump PORTREVISION because of dependency changes

Approved by:	vg (maintainer)
2014-12-22 20:59:33 +00:00

9 lines
327 B
Text

PALM is a library for using Google's protocol buffers in Python. It has
a fast core written in C with a thin Cython binding to Python. The goal
of palm was to make improvements to the Google reference implementation,
namely:
* Make the library significantly faster
* Clean up the API
WWW: https://github.com/bumptech/palm/