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 9724D13835A for ; Wed, 3 Mar 2021 12:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2639E0867; Wed, 3 Mar 2021 12:54:11 +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 A8DAAE0867 for ; Wed, 3 Mar 2021 12:54:11 +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 A29B5340FE0 for ; Wed, 3 Mar 2021 12:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51A7E534 for ; Wed, 3 Mar 2021 12:54:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1614776042.b89ab934a1ce19592b115cbf4750ea917a4996d2.mgorny@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.0.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b89ab934a1ce19592b115cbf4750ea917a4996d2 X-VCS-Branch: master Date: Wed, 3 Mar 2021 12:54:09 +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: 073abee2-d411-4979-9e62-52aba72a55e8 X-Archives-Hash: 248741ab6c67199e3c4ca92cc0ce3024 commit: b89ab934a1ce19592b115cbf4750ea917a4996d2 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 3 12:47:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 3 12:54:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89ab934 dev-python/paho-mqtt: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/paho-mqtt/Manifest | 1 - dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild | 31 ----------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest index add027ba5d6..6c31a90cfb4 100644 --- a/dev-python/paho-mqtt/Manifest +++ b/dev-python/paho-mqtt/Manifest @@ -1,2 +1 @@ -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.0.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild deleted file mode 100644 index 28656f7383a..00000000000 --- a/dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -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" -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 - -src_prepare() { - eapply "${FILESDIR}/${P}-strip-test-dependency.patch" - default -}