From b1991a59c70e72debb69c50c834b2e8ffc61f23d Mon Sep 17 00:00:00 2001 From: apb Date: Sat, 21 Jan 2012 20:17:27 +0000 Subject: Add py-zmq version 2.1.10 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. --- net/py-zmq/DESCR | 3 ++ net/py-zmq/Makefile | 19 +++++++ net/py-zmq/PLIST | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++++ net/py-zmq/distinfo | 5 ++ 4 files changed, 168 insertions(+) create mode 100644 net/py-zmq/DESCR create mode 100644 net/py-zmq/Makefile create mode 100644 net/py-zmq/PLIST create mode 100644 net/py-zmq/distinfo (limited to 'net') diff --git a/net/py-zmq/DESCR b/net/py-zmq/DESCR new file mode 100644 index 00000000000..173591f496a --- /dev/null +++ b/net/py-zmq/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/net/py-zmq/Makefile b/net/py-zmq/Makefile new file mode 100644 index 00000000000..aee4ef22e39 --- /dev/null +++ b/net/py-zmq/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2012/01/21 20:17:27 apb Exp $ +# + +DISTNAME= pyzmq-2.1.10 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +CATEGORIES= net +MASTER_SITES= https://github.com/zeromq/pyzmq/downloads/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/zeromq/pyzmq/downloads/ +COMMENT= Python bindings for zeromq +LICENSE= gnu-lgpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/python/distutils.mk" +.include "../../net/zeromq/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-zmq/PLIST b/net/py-zmq/PLIST new file mode 100644 index 00000000000..896dfcc4416 --- /dev/null +++ b/net/py-zmq/PLIST @@ -0,0 +1,141 @@ +@comment $NetBSD: PLIST,v 1.1 2012/01/21 20:17:27 apb Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/zmq/__init__.py +${PYSITELIB}/zmq/__init__.pyc +${PYSITELIB}/zmq/__init__.pyo +${PYSITELIB}/zmq/core/__init__.py +${PYSITELIB}/zmq/core/__init__.pyc +${PYSITELIB}/zmq/core/__init__.pyo +${PYSITELIB}/zmq/core/constants.so +${PYSITELIB}/zmq/core/context.pxd +${PYSITELIB}/zmq/core/context.so +${PYSITELIB}/zmq/core/device.so +${PYSITELIB}/zmq/core/error.so +${PYSITELIB}/zmq/core/libzmq.pxd +${PYSITELIB}/zmq/core/message.pxd +${PYSITELIB}/zmq/core/message.so +${PYSITELIB}/zmq/core/poll.so +${PYSITELIB}/zmq/core/socket.pxd +${PYSITELIB}/zmq/core/socket.so +${PYSITELIB}/zmq/core/stopwatch.pxd +${PYSITELIB}/zmq/core/stopwatch.so +${PYSITELIB}/zmq/core/version.so +${PYSITELIB}/zmq/devices/__init__.py +${PYSITELIB}/zmq/devices/__init__.pyc +${PYSITELIB}/zmq/devices/__init__.pyo +${PYSITELIB}/zmq/devices/basedevice.py +${PYSITELIB}/zmq/devices/basedevice.pyc +${PYSITELIB}/zmq/devices/basedevice.pyo +${PYSITELIB}/zmq/devices/monitoredqueue.pxd +${PYSITELIB}/zmq/devices/monitoredqueue.so +${PYSITELIB}/zmq/devices/monitoredqueuedevice.py +${PYSITELIB}/zmq/devices/monitoredqueuedevice.pyc +${PYSITELIB}/zmq/devices/monitoredqueuedevice.pyo +${PYSITELIB}/zmq/eventloop/__init__.py +${PYSITELIB}/zmq/eventloop/__init__.pyc +${PYSITELIB}/zmq/eventloop/__init__.pyo +${PYSITELIB}/zmq/eventloop/ioloop.py +${PYSITELIB}/zmq/eventloop/ioloop.pyc +${PYSITELIB}/zmq/eventloop/ioloop.pyo +${PYSITELIB}/zmq/eventloop/platform/__init__.py +${PYSITELIB}/zmq/eventloop/platform/__init__.pyc +${PYSITELIB}/zmq/eventloop/platform/__init__.pyo +${PYSITELIB}/zmq/eventloop/platform/auto.py +${PYSITELIB}/zmq/eventloop/platform/auto.pyc +${PYSITELIB}/zmq/eventloop/platform/auto.pyo +${PYSITELIB}/zmq/eventloop/platform/posix.py +${PYSITELIB}/zmq/eventloop/platform/posix.pyc +${PYSITELIB}/zmq/eventloop/platform/posix.pyo +${PYSITELIB}/zmq/eventloop/platform/windows.py +${PYSITELIB}/zmq/eventloop/platform/windows.pyc +${PYSITELIB}/zmq/eventloop/platform/windows.pyo +${PYSITELIB}/zmq/eventloop/stack_context.py +${PYSITELIB}/zmq/eventloop/stack_context.pyc +${PYSITELIB}/zmq/eventloop/stack_context.pyo +${PYSITELIB}/zmq/eventloop/zmqstream.py +${PYSITELIB}/zmq/eventloop/zmqstream.pyc +${PYSITELIB}/zmq/eventloop/zmqstream.pyo +${PYSITELIB}/zmq/log/__init__.py +${PYSITELIB}/zmq/log/__init__.pyc +${PYSITELIB}/zmq/log/__init__.pyo +${PYSITELIB}/zmq/log/handlers.py +${PYSITELIB}/zmq/log/handlers.pyc +${PYSITELIB}/zmq/log/handlers.pyo +${PYSITELIB}/zmq/ssh/__init__.py +${PYSITELIB}/zmq/ssh/__init__.pyc +${PYSITELIB}/zmq/ssh/__init__.pyo +${PYSITELIB}/zmq/ssh/forward.py +${PYSITELIB}/zmq/ssh/forward.pyc +${PYSITELIB}/zmq/ssh/forward.pyo +${PYSITELIB}/zmq/ssh/tunnel.py +${PYSITELIB}/zmq/ssh/tunnel.pyc +${PYSITELIB}/zmq/ssh/tunnel.pyo +${PYSITELIB}/zmq/tests/__init__.py +${PYSITELIB}/zmq/tests/__init__.pyc +${PYSITELIB}/zmq/tests/__init__.pyo +${PYSITELIB}/zmq/tests/test_context.py +${PYSITELIB}/zmq/tests/test_context.pyc +${PYSITELIB}/zmq/tests/test_context.pyo +${PYSITELIB}/zmq/tests/test_device.py +${PYSITELIB}/zmq/tests/test_device.pyc +${PYSITELIB}/zmq/tests/test_device.pyo +${PYSITELIB}/zmq/tests/test_error.py +${PYSITELIB}/zmq/tests/test_error.pyc +${PYSITELIB}/zmq/tests/test_error.pyo +${PYSITELIB}/zmq/tests/test_imports.py +${PYSITELIB}/zmq/tests/test_imports.pyc +${PYSITELIB}/zmq/tests/test_imports.pyo +${PYSITELIB}/zmq/tests/test_ioloop.py +${PYSITELIB}/zmq/tests/test_ioloop.pyc +${PYSITELIB}/zmq/tests/test_ioloop.pyo +${PYSITELIB}/zmq/tests/test_log.py +${PYSITELIB}/zmq/tests/test_log.pyc +${PYSITELIB}/zmq/tests/test_log.pyo +${PYSITELIB}/zmq/tests/test_message.py +${PYSITELIB}/zmq/tests/test_message.pyc +${PYSITELIB}/zmq/tests/test_message.pyo +${PYSITELIB}/zmq/tests/test_monqueue.py +${PYSITELIB}/zmq/tests/test_monqueue.pyc +${PYSITELIB}/zmq/tests/test_monqueue.pyo +${PYSITELIB}/zmq/tests/test_multipart.py +${PYSITELIB}/zmq/tests/test_multipart.pyc +${PYSITELIB}/zmq/tests/test_multipart.pyo +${PYSITELIB}/zmq/tests/test_pair.py +${PYSITELIB}/zmq/tests/test_pair.pyc +${PYSITELIB}/zmq/tests/test_pair.pyo +${PYSITELIB}/zmq/tests/test_poll.py +${PYSITELIB}/zmq/tests/test_poll.pyc +${PYSITELIB}/zmq/tests/test_poll.pyo +${PYSITELIB}/zmq/tests/test_pubsub.py +${PYSITELIB}/zmq/tests/test_pubsub.pyc +${PYSITELIB}/zmq/tests/test_pubsub.pyo +${PYSITELIB}/zmq/tests/test_reqrep.py +${PYSITELIB}/zmq/tests/test_reqrep.pyc +${PYSITELIB}/zmq/tests/test_reqrep.pyo +${PYSITELIB}/zmq/tests/test_socket.py +${PYSITELIB}/zmq/tests/test_socket.pyc +${PYSITELIB}/zmq/tests/test_socket.pyo +${PYSITELIB}/zmq/tests/test_stopwatch.py +${PYSITELIB}/zmq/tests/test_stopwatch.pyc +${PYSITELIB}/zmq/tests/test_stopwatch.pyo +${PYSITELIB}/zmq/tests/test_version.py +${PYSITELIB}/zmq/tests/test_version.pyc +${PYSITELIB}/zmq/tests/test_version.pyo +${PYSITELIB}/zmq/tests/test_zmqstream.py +${PYSITELIB}/zmq/tests/test_zmqstream.pyc +${PYSITELIB}/zmq/tests/test_zmqstream.pyo +${PYSITELIB}/zmq/utils/__init__.py +${PYSITELIB}/zmq/utils/__init__.pyc +${PYSITELIB}/zmq/utils/__init__.pyo +${PYSITELIB}/zmq/utils/allocate.h +${PYSITELIB}/zmq/utils/buffers.pxd +${PYSITELIB}/zmq/utils/initthreads.so +${PYSITELIB}/zmq/utils/jsonapi.py +${PYSITELIB}/zmq/utils/jsonapi.pyc +${PYSITELIB}/zmq/utils/jsonapi.pyo +${PYSITELIB}/zmq/utils/pyversion_compat.h +${PYSITELIB}/zmq/utils/rebuffer.so +${PYSITELIB}/zmq/utils/strtypes.py +${PYSITELIB}/zmq/utils/strtypes.pyc +${PYSITELIB}/zmq/utils/strtypes.pyo +${PYSITELIB}/zmq/utils/zmq_compat.h diff --git a/net/py-zmq/distinfo b/net/py-zmq/distinfo new file mode 100644 index 00000000000..58a96ef47b1 --- /dev/null +++ b/net/py-zmq/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/01/21 20:17:27 apb Exp $ + +SHA1 (pyzmq-2.1.10.tar.gz) = d583056f5b735899b4a6fe6844dfa40c2ebd35c9 +RMD160 (pyzmq-2.1.10.tar.gz) = 11f358534da9e3d13b4a7bb203a0ac6fb6f6310c +Size (pyzmq-2.1.10.tar.gz) = 613843 bytes -- cgit v1.2.3