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/asciitree/
Date: Tue, 05 Feb 2019 22:38:28
Message-Id: 1549406070.6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b.monsieurp@gentoo
1 commit: 6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Tue Jan 29 15:20:43 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 22:34:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6396fdd0
7
8 dev-python/asciitree: fix description.
9
10 The DESCRIPTION appears to have been copied from dev-python/zfec and is
11 definitely not accurate for asciitree. Use the description from PyPI.
12
13 Signed-off-by: Christopher Head <chead <AT> chead.ca>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15 Closes: https://github.com/gentoo/gentoo/pull/10931
16 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
17
18 dev-python/asciitree/asciitree-0.3.3.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-python/asciitree/asciitree-0.3.3.ebuild b/dev-python/asciitree/asciitree-0.3.3.ebuild
22 index 2941009afab..71c50f6e3f1 100644
23 --- a/dev-python/asciitree/asciitree-0.3.3.ebuild
24 +++ b/dev-python/asciitree/asciitree-0.3.3.ebuild
25 @@ -6,7 +6,7 @@ EAPI=7
26 PYTHON_COMPAT=( python2_7 )
27 inherit distutils-r1
28
29 -DESCRIPTION="Fast erasure codec for the command-line, C, Python, or Haskell"
30 +DESCRIPTION="Draws ASCII trees"
31 HOMEPAGE="https://pypi.org/project/asciitree/"
32 SRC_URI="mirror://pypi/a/asciitree/${P}.tar.gz"