diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-07 10:39:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-07 10:44:41 +0100 |
commit | 8443449598ddbd93196c5b34fd58e389692c8a5b (patch) | |
tree | 380cec35606a22def4264486940bea79d92c0787 /dev-python/paho-mqtt | |
parent | net-misc/zerotier: Remove maintainer per inactivity (diff) | |
download | gentoo-8443449598ddbd93196c5b34fd58e389692c8a5b.tar.gz gentoo-8443449598ddbd93196c5b34fd58e389692c8a5b.tar.bz2 gentoo-8443449598ddbd93196c5b34fd58e389692c8a5b.zip |
dev-python/paho-mqtt: Shorten description
Diffstat (limited to 'dev-python/paho-mqtt')
-rw-r--r-- | dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |