pkgsrc/net/py-zmq/Makefile
obache 0cafd61d33 Update py-zmq to 14.4.1.
14.4.1
======

Bugfixes for 14.4

- SyntaxError on Python 2.6 in zmq.ssh
- Handle possible bug in garbage collection after fork


14.4.0
======

New features:

- Experimental support for libzmq-4.1.0 rc (new constants, plus :func:`zmq.has`).
- Update bundled libzmq to 4.0.5
- Update bundled libsodium to 1.0.0
- Fixes for SSH dialogs when using :mod:`zmq.ssh` to create tunnels
- More build/link/load fixes on OS X and Solaris
- Get Frame metadata via dict access (libzmq 4)
- Contexts and Sockets are context managers (term/close on ``__exit__``)
- Add :class:`zmq.utils.win32.allow_interrupt` context manager for catching SIGINT on Windows

Bugs fixed:

- Bundled libzmq should not trigger recompilation after install on PyPy

14.3.1
======

.. note::

    pyzmq-14.3.1 is the last version to include bdists for Python 3.3

Minor bugfixes to pyzmq 14.3:

- Fixes to building bundled libzmq on OS X < 10.9
- Fixes to import-failure warnings on Python 3.4
- Fixes to tests
- Pull upstream fixes to zmq.ssh for ssh multiplexing
2014-11-15 02:09:46 +00:00

23 lines
889 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/11/15 02:09:46 obache Exp $
DISTNAME= pyzmq-14.4.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/1}
CATEGORIES= net python
MASTER_SITES= https://pypi.python.org/packages/source/p/pyzmq/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/zeromq/pyzmq/
COMMENT= Python bindings for zeromq
LICENSE= gnu-lgpl-v3 AND modified-bsd
PYSETUPBUILDARGS+= --zmq=${BUILDLINK_PREFIX.zeromq:Q}
REPLACE_PYTHON+= zmq/eventloop/minitornado/ioloop.py
REPLACE_PYTHON+= zmq/eventloop/minitornado/platform/auto.py
REPLACE_PYTHON+= zmq/eventloop/minitornado/platform/interface.py
REPLACE_PYTHON+= zmq/eventloop/minitornado/platform/posix.py
REPLACE_PYTHON+= zmq/eventloop/minitornado/stack_context.py
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../net/zeromq/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"