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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DDD41382C5 for ; Wed, 7 Feb 2018 09:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62573E0C9F; Wed, 7 Feb 2018 09:45:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F83FE0C9F for ; Wed, 7 Feb 2018 09:45:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34DCE335C31 for ; Wed, 7 Feb 2018 09:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9914C1C5 for ; Wed, 7 Feb 2018 09:44:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517996681.8443449598ddbd93196c5b34fd58e389692c8a5b.mgorny@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/paho-mqtt-1.2.3.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8443449598ddbd93196c5b34fd58e389692c8a5b X-VCS-Branch: master Date: Wed, 7 Feb 2018 09:44:58 +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-Archives-Salt: 7d6e8eb9-96d4-47dd-8038-0b232366b8aa X-Archives-Hash: fabdde977340eadab9356bd80b754b93 commit: 8443449598ddbd93196c5b34fd58e389692c8a5b Author: Michał Górny gentoo org> AuthorDate: Wed Feb 7 09:39:29 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 7 09:44:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84434495 dev-python/paho-mqtt: Shorten description dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 5 +++-- 1 file 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 b066060999e..303586f332b 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"