diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-23 11:05:25 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-23 11:05:31 +0100 |
commit | abbe871a26a85862ccec762751998d676d50fa9b (patch) | |
tree | 9eeb1eebb425ecbc15933af8ec5b2ca19e6c631e /dev-python/colorama | |
parent | dev-python/click: Drop old (diff) | |
download | gentoo-abbe871a26a85862ccec762751998d676d50fa9b.tar.gz gentoo-abbe871a26a85862ccec762751998d676d50fa9b.tar.bz2 gentoo-abbe871a26a85862ccec762751998d676d50fa9b.zip |
dev-python/colorama: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/colorama')
-rw-r--r-- | dev-python/colorama/colorama-0.3.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/colorama/colorama-0.3.3.ebuild b/dev-python/colorama/colorama-0.3.3.ebuild index f219d7ab5209..3fa7ed79227d 100644 --- a/dev-python/colorama/colorama-0.3.3.ebuild +++ b/dev-python/colorama/colorama-0.3.3.ebuild @@ -8,8 +8,11 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 -DESCRIPTION="Makes ANSI escape character sequences for producing colored terminal text & cursor positioning" -HOMEPAGE="https://code.google.com/p/colorama/ https://pypi.python.org/pypi/colorama https://github.com/tartley/colorama" +DESCRIPTION="ANSI escape character sequences for colored terminal text & cursor positioning" +HOMEPAGE=" + https://code.google.com/p/colorama/ + https://pypi.python.org/pypi/colorama + https://github.com/tartley/colorama" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |