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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C991515808B for ; Wed, 23 Feb 2022 04:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D68E099C; Wed, 23 Feb 2022 04:47:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF2EEE099C for ; Wed, 23 Feb 2022 04:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07CED3430B9 for ; Wed, 23 Feb 2022 04:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6427F2DD for ; Wed, 23 Feb 2022 04:47:49 +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: <1645591657.8f539cf2ed1bba24349481a3587f9829df24d0c9.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.6.0.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8f539cf2ed1bba24349481a3587f9829df24d0c9 X-VCS-Branch: master Date: Wed, 23 Feb 2022 04:47:49 +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: 7107642c-a50b-4403-b6ac-ea4e97492224 X-Archives-Hash: 51e221c83f8ef1a5d517cdf912c2342d commit: 8f539cf2ed1bba24349481a3587f9829df24d0c9 Author: Matt Turner gentoo org> AuthorDate: Wed Feb 23 04:47:25 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Feb 23 04:47:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f539cf2 dev-python/paho-mqtt: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-python/paho-mqtt/Manifest | 1 - dev-python/paho-mqtt/paho-mqtt-1.6.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest index 94c0c0ebade8..dab90f78ae37 100644 --- a/dev-python/paho-mqtt/Manifest +++ b/dev-python/paho-mqtt/Manifest @@ -1,2 +1 @@ -DIST paho-mqtt-1.6.0.tar.gz 145605 BLAKE2B 8f8dfba1c57520793041221e470258a644a0e5c9d462244615f7d7481d1ef8ef4d3209ea9664c4f34bcd70f07addd7fbfbe5857853339b02a266ad2e43acbf90 SHA512 06a18a83b6743c816b4323324c78906ea8937366424d2c3aab3eac565dff040254f1384500cee9cff60d3931131b9f6298ae24795eaff486b03fc998140ece72 DIST paho-mqtt-1.6.1.tar.gz 145673 BLAKE2B fb583a2505892370737edfc9ad06b195c0feda4fd87794f3aa40fb30679b5710e04483e610a6be9c0e0978084f3ca96c0d285cf8cacb2bf67aca605f1d53ed7c SHA512 8a13c1f6f97138728d5cab6f7bcd6474942fdf9dfc18d1fad723d50de81f4e062953b5bef2ebbde27b08e480eed305ecbfeae467d70eb10f07ec0adca11750ec diff --git a/dev-python/paho-mqtt/paho-mqtt-1.6.0.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.6.0.ebuild deleted file mode 100644 index a36fa328ee95..000000000000 --- a/dev-python/paho-mqtt/paho-mqtt-1.6.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) - -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-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -BDEPEND=" - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) " - -distutils_enable_tests pytest