diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-06-23 15:59:47 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-06-23 16:09:36 +0200 |
commit | 8cfe7e78f3dc9f2a33bedc6eab6b8ef0166884e4 (patch) | |
tree | 3c9cf827682bdbdf474280afe7e8760b0f4f73a9 /dev-python/jaraco-itertools | |
parent | net-print/hplip: amd64 stable wrt bug #652926 (diff) | |
download | gentoo-8cfe7e78f3dc9f2a33bedc6eab6b8ef0166884e4.tar.gz gentoo-8cfe7e78f3dc9f2a33bedc6eab6b8ef0166884e4.tar.bz2 gentoo-8cfe7e78f3dc9f2a33bedc6eab6b8ef0166884e4.zip |
dev-python/jaraco-itertools: fix DESCRIPTION
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/jaraco-itertools')
-rw-r--r-- | dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild | 4 | ||||
-rw-r--r-- | 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 885d69ea24af..185716f3d3ea 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 7c1d7c48359e..e75c202a52be 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" |