summaryrefslogtreecommitdiff
path: root/net/py-zmq
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17update to 2.1.11drochner2-8/+8
This syncs with the zeromq pkg. incompatible change regarding IOLoop.READ/WRITE/ERROR constants, see documentation for details
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-3/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-05Doesn't work with python24. (syntax error on "finally:")dholland1-1/+3
2012-03-02Patch the setup script to use PREFIX/include and PREFIX/lib.apb3-2/+21
This should fix a build failure, where it failed to find the installed version of zmq. (It worked for me because I had /usr/pkg/lib in /etc/ld.so.conf.) Bump PKGREVISION to 1.
2012-01-21Add py-zmq version 2.1.10apb4-0/+168
PyZMQ is ostensibly the Python bindings for ZeroMQ, but the project, following Python's 'batteries included' philosophy, provides more than just Python methods objects for calling into the ZeroMQ C++ library.