[133048] trunk/dports/python

mojca at macports.org mojca at macports.org
Wed Feb 18 15:38:29 PST 2015


Revision: 133048
          https://trac.macports.org/changeset/133048
Author:   mojca at macports.org
Date:     2015-02-18 15:38:29 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
py-paho-mqtt: new port

Added Paths:
-----------
    trunk/dports/python/py-paho-mqtt/
    trunk/dports/python/py-paho-mqtt/Portfile

Added: trunk/dports/python/py-paho-mqtt/Portfile
===================================================================
--- trunk/dports/python/py-paho-mqtt/Portfile	                        (rev 0)
+++ trunk/dports/python/py-paho-mqtt/Portfile	2015-02-18 23:38:29 UTC (rev 133048)
@@ -0,0 +1,34 @@
+# -*- 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
+version             1.1
+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        https://pypi.python.org/packages/source/p/paho-mqtt
+distname            paho-mqtt-${version}
+
+checksums           rmd160  db8334537cdbbf938b52749ea15e92c30dbf9711 \
+                    sha256  0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e
+
+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       ${master_sites}
+}


Property changes on: trunk/dports/python/py-paho-mqtt/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150218/3bdfab7b/attachment.html>


More information about the macports-changes mailing list