public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/
Date: Fri,  1 Nov 2019 19:59:17 +0000 (UTC)	[thread overview]
Message-ID: <1572638349.3f1c99dbbb920187db8f0d66ce6cf7c019c2f901.mattst88@gentoo> (raw)

commit:     3f1c99dbbb920187db8f0d66ce6cf7c019c2f901
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 19:57:52 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 19:59:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1c99db

dev-python/paho-mqtt: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/paho-mqtt/Manifest               |  2 --
 dev-python/paho-mqtt/paho-mqtt-1.1.ebuild   | 16 -------------
 dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild | 37 -----------------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest
index e99383d9cbf..221aa29a562 100644
--- a/dev-python/paho-mqtt/Manifest
+++ b/dev-python/paho-mqtt/Manifest
@@ -1,3 +1 @@
-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/paho-mqtt-1.1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.1.ebuild
deleted file mode 100644
index 6ebebfea970..00000000000
--- a/dev-python/paho-mqtt/paho-mqtt-1.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1 on Python 2.7 or 3.x."
-HOMEPAGE="https://www.eclipse.org/paho/clients/python/"
-SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/${PV}.zip -> ${P}.zip"
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/paho.mqtt.python-${PV}"

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
deleted file mode 100644
index 2f64e09df75..00000000000
--- a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{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}/${P}-strip-test-dependency.patch"
-	default
-}
-
-python_test() {
-	esetup.py test
-}


             reply	other threads:[~2019-11-01 19:59 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-01 19:59 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-31 17:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/ Matt Turner
2024-05-17  9:55 Michał Górny
2024-05-17  9:49 Michał Górny
2024-05-17  8:31 Arthur Zamarin
2024-04-30  5:02 Michał Górny
2024-04-25 19:17 Matt Turner
2024-04-25 18:49 Matt Turner
2024-04-20 10:49 Michał Górny
2024-04-03  8:58 Michał Górny
2024-01-23  5:07 Ionen Wolkens
2023-12-24 23:07 Marek Szuba
2023-11-24 15:39 Michał Górny
2023-07-06 12:16 Michał Górny
2023-07-05 20:52 Sam James
2023-05-31 19:23 Arthur Zamarin
2023-05-31 19:23 Arthur Zamarin
2022-10-29 17:44 Matt Turner
2022-06-05  5:36 Michał Górny
2022-02-23  4:47 Matt Turner
2022-02-23  4:47 Matt Turner
2021-11-21 19:28 Jakov Smolić
2021-10-21 12:30 Michał Górny
2021-03-03 12:54 Michał Górny
2021-03-03 12:37 Agostino Sarubbo
2021-03-02  1:19 Sam James
2021-01-04  0:13 Matt Turner
2020-04-14  8:35 Joonas Niilola
2020-03-25 11:46 Michał Górny
2020-03-18 19:34 Matt Turner
2020-02-01  0:08 Matt Turner
2020-01-16  5:25 Matt Turner
2019-10-09 11:09 Agostino Sarubbo
2019-10-09 11:08 Agostino Sarubbo
2019-05-21 15:20 Stephen Klimaszewski
2018-10-18 11:33 Virgil Dupras
2018-07-02  0:49 Thomas Deutschmann
2018-06-28 19:18 Pacho Ramos
2018-06-28 19:18 Pacho Ramos
2018-06-25  9:53 Jason Zaman
2018-04-13 18:00 Michał Górny
2018-02-10  7:30 Michał Górny
2018-02-07  9:44 Michał Górny
2018-02-07  9:44 Michał Górny
2018-02-07  9:29 Michał Górny
2017-05-15 12:56 Manuel Rüger
2016-12-20 14:38 Tobias Klausmann
2016-05-12 11:57 Sam Jorna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1572638349.3f1c99dbbb920187db8f0d66ce6cf7c019c2f901.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox