commit:     8cfe7e78f3dc9f2a33bedc6eab6b8ef0166884e4
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 13:59:47 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 14:09:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfe7e78

dev-python/jaraco-itertools: fix DESCRIPTION

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild | 4 ++--
 dev-python/jaraco-itertools/jaraco-itertools-2.0.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild 
b/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild
index 885d69ea24a..185716f3d3e 100644
--- a/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild
+++ b/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
+DESCRIPTION="Tools for working with iterables. Complements itertools and 
more_itertools"
 HOMEPAGE="https://github.com/jaraco/jaraco.itertools";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-2.0.ebuild 
b/dev-python/jaraco-itertools/jaraco-itertools-2.0.ebuild
index 7c1d7c48359..e75c202a52b 100644
--- a/dev-python/jaraco-itertools/jaraco-itertools-2.0.ebuild
+++ b/dev-python/jaraco-itertools/jaraco-itertools-2.0.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
+DESCRIPTION="Tools for working with iterables. Complements itertools and 
more_itertools"
 HOMEPAGE="https://github.com/jaraco/jaraco.itertools";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 

Reply via email to