# -*- 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 16.0.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 d96f14d23008ab7fde7cbd4a48c0abd2ac486b56 \ sha256 712000cc23e3845936d22b6085be40679fd38d789a3d20836be191b8a86f15a7 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 }