# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-zmq version 2.2.0.1 revision 0 categories python devel net license LGPL platforms darwin maintainers gmail.com:jrjsmrtn openmaintainer description Python bindings for ØMQ long_description PyZMQ is a lightweight and super-fast messaging library \ built on top of the ZeroMQ library. homepage http://github.com/zeromq/pyzmq master_sites http://pypi.python.org/packages/source/p/pyzmq/ distname pyzmq-${version} checksums rmd160 bc22c053d532124b569b59fb9a35914865b9ecc8 \ sha256 dae7423f4aa7c93f8c77dadd15e34ce6576121a6e7ae0ecdb6084d855097decc python.default_version 27 python.versions 26 27 31 32 if {$subport != $name} { depends_lib-append port:zmq post-patch { set setup_cfg ${worksrcpath}/setup.cfg file copy ${worksrcpath}/setup.cfg.template ${setup_cfg} reinplace "s|/usr/local|${prefix}|g" ${setup_cfg} } } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"