# -*- 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: Portfile 151548 2016-08-17 12:40:24Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-zmq version 15.4.0 revision 0 categories-append devel net platforms darwin license LGPL python.versions 26 27 33 34 35 maintainers gmail.com:jrjsmrtn openmaintainer description Python bindings for 0MQ 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 pypi:p/pyzmq distname pyzmq-${version} checksums rmd160 23f2a76b85c83111a4ca605a6ed371f176a828f2 \ sha256 9d1d69da7ee78dce8721a1617c7938ded1cd1df76a6c1abf19acebb1a5ccc2bf if {${name} ne ${subport}} { if {[lsearch {26 33} ${python.version}] != -1} { version 14.7.0 revision 1 distname pyzmq-${version} checksums rmd160 4adc0c6bc955456ba2eaeecc4d5d16614bef643a \ sha256 77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2 } depends_lib-append path:lib/libzmq.dylib: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 none } else { livecheck.name pyzmq livecheck.type pypi }