Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/
Date: Wed, 07 Feb 2018 09:45:03
Message-Id: 1517996681.8443449598ddbd93196c5b34fd58e389692c8a5b.mgorny@gentoo
1 commit: 8443449598ddbd93196c5b34fd58e389692c8a5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 09:39:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 09:44:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84434495
7
8 dev-python/paho-mqtt: Shorten description
9
10 dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
14 index b066060999e..303586f332b 100644
15 --- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
16 +++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -6,9 +6,10 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
24
25 inherit distutils-r1
26
27 -DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1 on Python 2.7 or 3.x."
28 +DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1"
29 HOMEPAGE="https://www.eclipse.org/paho/clients/python/"
30 SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 +
32 LICENSE="EPL-1.0"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"