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 0B57A138334 for ; Thu, 18 Oct 2018 11:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298ABE092F; Thu, 18 Oct 2018 11:33:35 +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 E002EE092F for ; Thu, 18 Oct 2018 11:33:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A8E54335D01 for ; Thu, 18 Oct 2018 11:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D2D42C for ; Thu, 18 Oct 2018 11:33:32 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1539862398.3282dc2a83ca47c061c8a9f3176e595837171922.vdupras@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/metadata.xml dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 3282dc2a83ca47c061c8a9f3176e595837171922 X-VCS-Branch: master Date: Thu, 18 Oct 2018 11:33:32 +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-Archives-Salt: 1b02e0bf-76e7-4eb3-afe8-ffa781545bce X-Archives-Hash: 6312d5e379ddb1b52f2a61cc5e13c74b commit: 3282dc2a83ca47c061c8a9f3176e595837171922 Author: Lucas Ramage protonmail com> AuthorDate: Sat Sep 22 19:27:03 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Thu Oct 18 11:33:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3282dc2a dev-python/paho-mqtt: bump version to 1.4.0 Signed-off-by: Lucas Ramage protonmail.com> Closes: https://bugs.gentoo.org/665148 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Virgil Dupras gentoo.org> dev-python/paho-mqtt/Manifest | 1 + dev-python/paho-mqtt/metadata.xml | 2 +- dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild | 37 +++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest index 6897f7cabd5..e99383d9cbf 100644 --- a/dev-python/paho-mqtt/Manifest +++ b/dev-python/paho-mqtt/Manifest @@ -1,2 +1,3 @@ DIST paho-mqtt-1.1.zip 159529 BLAKE2B ca3a39628c9cab8c4f3606587a5c853e79535b37a92991ecc32903967952cc00f6a9b967af0d343c4619f3e46ace1330baebc7c2e9dc231673f51775e4e1de25 SHA512 ef6d1a29480671413dbb655bd8f668b99f8587c14589d2180a37142b368e0ce058f8ed967dbfaa82f239c86e295338bc35c9f28a3ea39d21a6034cd8787a63ce DIST paho-mqtt-1.3.1.tar.gz 102133 BLAKE2B 905a51824d487cb125e06114bcba6b1ba862de4ab816db16aadb6ff761145fd4724dc6523a0c6837b8a16ced6730c5558612deb138bd95721f15054f5d6851a4 SHA512 95adeeaffbbd4b39d19fbd46feb39ec4a2ac923addd3c754a474b7a91d620bfca1678645c1a09c925e38a33995575944b873e3b2300d7bc2f3c5be3005c74d4c +DIST paho-mqtt-1.4.0.tar.gz 108278 BLAKE2B 0569f3cb5d262b3b7f6ae68261fe138d839afcc6fe91f880e29de24d5cf8e2491af81a30eb82c27fe63eee90114326eb75b06a32e05ec2fffed27b92d9601902 SHA512 2e49f0f146207ab4fbc8c346b10d3e2b50869b2d9db7c999b6645f7213fb635b64cff01c5405e7833a8b25334d24685ce6ed734a6e4b6b0660b48f65cf4a941c diff --git a/dev-python/paho-mqtt/metadata.xml b/dev-python/paho-mqtt/metadata.xml index c1efb3bd1df..87bf6367c9c 100644 --- a/dev-python/paho-mqtt/metadata.xml +++ b/dev-python/paho-mqtt/metadata.xml @@ -2,7 +2,7 @@ - ramage.lucas@openmailbox.org + ramage.lucas@protonmail.com Lucas Ramage diff --git a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild new file mode 100644 index 00000000000..3f9c95cc4cd --- /dev/null +++ b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) + +inherit distutils-r1 + +DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1" +HOMEPAGE="https://www.eclipse.org/paho/clients/python/" +SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="EPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) " + +S="${WORKDIR}/paho.mqtt.python-${PV}" + +RESTRICT="test" #659106 + +src_prepare() { + eapply "${FILESDIR}/${PN}-1.3.1-strip-test-dependency.patch" + default +} + +python_test() { + esetup.py test +}