# -*- 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-paho-mqtt set internal_name paho-mqtt version 1.2 platforms darwin # Eclipse Public License v1.0 / Eclipse Distribution License v1.0 license unknown maintainers mojca openmaintainer description MQTT version 3.1/3.1.1 client class long_description Eclipse Paho MQTT Python client library homepage http://eclipse.org/paho master_sites pypi:p/${internal_name} distname ${internal_name}-${version} checksums rmd160 affd6ead7a7992bf9178b9fff0d03a5da44da64e \ sha256 9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f python.versions 27 34 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${internal_name} livecheck.regex ${internal_name}-(\[0-9.\]+)\\.tar\\.gz }