dev-python/asciitree: fix description.
authorChristopher Head <chead@chead.ca>
Tue, 29 Jan 2019 15:20:43 +0000 (07:20 -0800)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 5 Feb 2019 22:34:30 +0000 (23:34 +0100)
The DESCRIPTION appears to have been copied from dev-python/zfec and is
definitely not accurate for asciitree. Use the description from PyPI.

Signed-off-by: Christopher Head <chead@chead.ca>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10931
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/asciitree/asciitree-0.3.3.ebuild

index 2941009afab7c3f8744c509eae3dc1702158e8dd..71c50f6e3f1efbe2da0fb2f248db3493659fe7af 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
-DESCRIPTION="Fast erasure codec for the command-line, C, Python, or Haskell"
+DESCRIPTION="Draws ASCII trees"
 HOMEPAGE="https://pypi.org/project/asciitree/"
 SRC_URI="mirror://pypi/a/asciitree/${P}.tar.gz"