diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-25 22:04:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-25 22:10:29 +0200 |
commit | 6210930b19a3a824618d3960af24b969405a28b9 (patch) | |
tree | 6506e55a3625885e4956d50c798fcae63dac6150 /dev-python/zake | |
parent | dev-python/zake: Switch to brace expansion. (diff) | |
download | gentoo-6210930b19a3a824618d3960af24b969405a28b9.tar.gz gentoo-6210930b19a3a824618d3960af24b969405a28b9.tar.bz2 gentoo-6210930b19a3a824618d3960af24b969405a28b9.zip |
dev-python/zake: Switch to brace expansion.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/zake')
-rw-r--r-- | dev-python/zake/zake-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zake/zake-0.2.1.ebuild b/dev-python/zake/zake-0.2.1.ebuild index 33937b4a5940..5a3fb2b14c04 100644 --- a/dev-python/zake/zake-0.2.1.ebuild +++ b/dev-python/zake/zake-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} ) inherit distutils-r1 -DESCRIPTION="A python package that works to provide a nice set of testing utilities for the kazoo library." +DESCRIPTION="Set of testing utilities for the kazoo library" HOMEPAGE=" https://github.com/yahoo/Zake" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |