dev-python/jaraco-itertools: fix DESCRIPTION
authorLouis Sautier <sbraz@gentoo.org>
Sat, 23 Jun 2018 13:59:47 +0000 (15:59 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Sat, 23 Jun 2018 14:09:36 +0000 (16:09 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild
dev-python/jaraco-itertools/jaraco-itertools-2.0.ebuild

index 885d69ea24afec957b5e042724d71f3d9c4d4928..185716f3d3eaddc0399166b88731a5b1fdfd558d 100644 (file)
@@ -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"
 
index 7c1d7c48359e137a817c6fd6ce5b5f9664c3061b..e75c202a52befcdff04f622c72b15a32373784b0 100644 (file)
@@ -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"