You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
870 B
Tcl
28 lines
870 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-paho-mqtt
|
|
version 2.1.0
|
|
revision 0
|
|
|
|
license {EPL-2 EDL-1}
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description MQTT version 3.1/3.1.1 client class
|
|
long_description Eclipse Paho MQTT Python client library
|
|
|
|
homepage https://eclipse.org/paho
|
|
|
|
distname paho_mqtt-${version}
|
|
|
|
checksums rmd160 7caf39a7e4a1b430ac4be1e6bf6a976533551d69 \
|
|
sha256 12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834 \
|
|
size 148848
|
|
|
|
python.versions 310 311 312 313
|
|
python.pep517_backend hatch
|