Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/
Date: Fri, 04 Aug 2017 21:07:19
Message-Id: 1501880752.de57f0df7e8f95965452076228a8136591067e82.amynka@gentoo
1 commit: de57f0df7e8f95965452076228a8136591067e82
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 23:22:14 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 21:05:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de57f0df
7
8 dev-python/PyECLib: Shorter DESCRIPTION
9
10 dev-python/PyECLib/PyECLib-1.4.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
14 index 264e32353f7..7d57a5c8f14 100644
15 --- a/dev-python/PyECLib/PyECLib-1.4.0.ebuild
16 +++ b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
17 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
18
19 inherit distutils-r1 eutils multilib
20
21 -DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports"
22 +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
23 HOMEPAGE="https://pypi.python.org/pypi/PyECLib"
24 SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
25 S="${WORKDIR}/pyeclib-${PV}"