Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/
Date: Wed, 23 Feb 2022 04:47:52
Message-Id: 1645591657.aa487ca65ad88e1922013197c91bde9912626614.mattst88@gentoo
1 commit: aa487ca65ad88e1922013197c91bde9912626614
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 04:46:24 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 04:47:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa487ca6
7
8 dev-python/paho-mqtt: Version bump to 1.6.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/paho-mqtt/Manifest | 1 +
13 dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest
17 index 7deb8bf07d47..94c0c0ebade8 100644
18 --- a/dev-python/paho-mqtt/Manifest
19 +++ b/dev-python/paho-mqtt/Manifest
20 @@ -1 +1,2 @@
21 DIST paho-mqtt-1.6.0.tar.gz 145605 BLAKE2B 8f8dfba1c57520793041221e470258a644a0e5c9d462244615f7d7481d1ef8ef4d3209ea9664c4f34bcd70f07addd7fbfbe5857853339b02a266ad2e43acbf90 SHA512 06a18a83b6743c816b4323324c78906ea8937366424d2c3aab3eac565dff040254f1384500cee9cff60d3931131b9f6298ae24795eaff486b03fc998140ece72
22 +DIST paho-mqtt-1.6.1.tar.gz 145673 BLAKE2B fb583a2505892370737edfc9ad06b195c0feda4fd87794f3aa40fb30679b5710e04483e610a6be9c0e0978084f3ca96c0d285cf8cacb2bf67aca605f1d53ed7c SHA512 8a13c1f6f97138728d5cab6f7bcd6474942fdf9dfc18d1fad723d50de81f4e062953b5bef2ebbde27b08e480eed305ecbfeae467d70eb10f07ec0adca11750ec
23
24 diff --git a/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild
25 new file mode 100644
26 index 000000000000..42851e9557cc
27 --- /dev/null
28 +++ b/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +PYTHON_COMPAT=( python3_{8..10} )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A client class with support for MQTT v5.0, v3.1.1, and v3.1"
39 +HOMEPAGE="https://www.eclipse.org/paho/index.php?page=clients/python https://github.com/eclipse/paho.mqtt.python"
40 +SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +S="${WORKDIR}/paho.mqtt.python-${PV}"
42 +
43 +LICENSE="EPL-2.0"
44 +SLOT="0"
45 +KEYWORDS="amd64 ~arm64 x86"
46 +
47 +BDEPEND="
48 + test? (
49 + dev-python/six[${PYTHON_USEDEP}]
50 + ) "
51 +
52 +distutils_enable_tests pytest