diff options
author | Christopher Head <chead@chead.ca> | 2019-01-29 07:20:43 -0800 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-05 23:34:30 +0100 |
commit | 6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b (patch) | |
tree | 10425976400c752690cb9f07e0150a38cce47638 /dev-python/asciitree | |
parent | net-vpn/i2p: bump to 0.9.38. (diff) | |
download | gentoo-6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b.tar.gz gentoo-6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b.tar.bz2 gentoo-6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b.zip |
dev-python/asciitree: fix description.
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>
Diffstat (limited to 'dev-python/asciitree')
-rw-r--r-- | dev-python/asciitree/asciitree-0.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/asciitree/asciitree-0.3.3.ebuild b/dev-python/asciitree/asciitree-0.3.3.ebuild index 2941009afab7..71c50f6e3f1e 100644 --- a/dev-python/asciitree/asciitree-0.3.3.ebuild +++ b/dev-python/asciitree/asciitree-0.3.3.ebuild @@ -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" |