From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCD541382C5 for ; Mon, 4 Jan 2021 00:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD397E0928; Mon, 4 Jan 2021 00:13:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFEA9E0928 for ; Mon, 4 Jan 2021 00:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B3EB3408A2 for ; Mon, 4 Jan 2021 00:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E45EF487 for ; Mon, 4 Jan 2021 00:13:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1609719177.70971c4a53f8dbc01518986171b72044d187cb39.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paho-mqtt/Manifest dev-python/paho-mqtt/paho-mqtt-1.5.1.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 70971c4a53f8dbc01518986171b72044d187cb39 X-VCS-Branch: master Date: Mon, 4 Jan 2021 00:13:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b0d3017-c115-4310-82d5-c6e7f12c1836 X-Archives-Hash: c4e1148ebcab36cfde085b1497877741 commit: 70971c4a53f8dbc01518986171b72044d187cb39 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 3 23:11:13 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 4 00:12:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70971c4a dev-python/paho-mqtt: Version bump to 1.5.1 Signed-off-by: Matt Turner gentoo.org> dev-python/paho-mqtt/Manifest | 1 + dev-python/paho-mqtt/paho-mqtt-1.5.1.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest index ddc65cbc5a0..add027ba5d6 100644 --- a/dev-python/paho-mqtt/Manifest +++ b/dev-python/paho-mqtt/Manifest @@ -1 +1,2 @@ DIST paho-mqtt-1.5.0.tar.gz 126869 BLAKE2B 2dce27c1fcfe7ae422dc6da76fb58e7901de00c0c349b9715c56a3603da26e1f46af9bb8c0bd982043ba54a2070655b483d251a0a847e1c3afb36bcd4cfcdba8 SHA512 7e52180bf1783ee1f39aa5248730e82fae47fe3db7c4579b0b7207a29f5337c7c0af58d58aac1c265b1ed91fa9c240187d5e3005f55c6e28623e6cbc36750294 +DIST paho-mqtt-1.5.1.tar.gz 144740 BLAKE2B 1c218f1109476fe9b28c26e1113717448377c53a2b9e01437f93d4a29f77e3b61f59492c263f160825ddcce25f907dbf72d3078954cc378d4846afb435d79bba SHA512 7e686bcc702f70c45ab061aa9833d42c4356d5002d27a035a685ca384a5b7d5e9dfd88ac95183816e08dd131463582707acd1d2e0f6de0f7dbbb6a6d0a615c97 diff --git a/dev-python/paho-mqtt/paho-mqtt-1.5.1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.5.1.ebuild new file mode 100644 index 00000000000..ba6f3e2ee05 --- /dev/null +++ b/dev-python/paho-mqtt/paho-mqtt-1.5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="A client class with support for MQTT v5.0, v3.1.1, and v3.1" +HOMEPAGE="https://www.eclipse.org/paho/index.php?page=clients/python https://github.com/eclipse/paho.mqtt.python" +SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/paho.mqtt.python-${PV}" + +LICENSE="EPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="" +DEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + ) " + +distutils_enable_tests pytest + +PATCHES=( + "${FILESDIR}/${PN}-1.5.0-strip-test-dependency.patch" +)