Skip to main content

zeromq

[buildout]                                                                                                  newest = false
parts =
    zeromq
    pyzmq
    gevent_zeromq
    python
eggs =
    Paste
    gevent
    gevent-websocket
unzip = true

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
       ${gevent_zeromq:egg}
       ${pyzmq:egg}

[gevent_zeromq]
recipe = zc.recipe.egg:custom
egg = gevent-zeromq
rpath = ${buildout:parts-directory}/zeromq/lib
environment = pyzmq-env

[pyzmq-env]
ZMQ_DIR=${buildout:parts-directory}/zeromq
LIBRARY_PATH=${buildout:parts-directory}/zeromq/lib
LD_LIBRARY_PATH=${buildout:parts-directory}/zeromq/lib

[pyzmq]
recipe = zc.recipe.egg:custom
egg = pyzmq
rpath = ${buildout:parts-directory}/zeromq/lib
environment = pyzmq-env

[zeromq]
recipe = zc.recipe.cmmi
url = http://download.zeromq.org/zeromq-3.0.0.tar.gz