Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zake/
Date: Mon, 25 Jul 2016 20:10:40
Message-Id: 1469477429.6210930b19a3a824618d3960af24b969405a28b9.monsieurp@gentoo
1 commit: 6210930b19a3a824618d3960af24b969405a28b9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 20:04:36 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 25 20:10:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6210930b
7
8 dev-python/zake: Switch to brace expansion.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/zake/zake-0.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/zake/zake-0.2.1.ebuild b/dev-python/zake/zake-0.2.1.ebuild
16 index 33937b4..5a3fb2b 100644
17 --- a/dev-python/zake/zake-0.2.1.ebuild
18 +++ b/dev-python/zake/zake-0.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
26
27 inherit distutils-r1
28
29 -DESCRIPTION="A python package that works to provide a nice set of testing utilities for the kazoo library."
30 +DESCRIPTION="Set of testing utilities for the kazoo library"
31 HOMEPAGE=" https://github.com/yahoo/Zake"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"