From 8443449598ddbd93196c5b34fd58e389692c8a5b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 7 Feb 2018 10:39:29 +0100 Subject: dev-python/paho-mqtt: Shorten description --- dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python/paho-mqtt') diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild index b066060999e9..303586f332b9 100644 --- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild +++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,10 @@ 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 on Python 2.7 or 3.x." +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" -- cgit v1.2.3-65-gdbad