dev-python/ansicolor: add PyPI link to HOMEPAGE
authorIlya Tumaykin <itumaykin@gmail.com>
Sun, 20 May 2018 12:15:37 +0000 (15:15 +0300)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 Jun 2018 07:28:42 +0000 (09:28 +0200)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8491

dev-python/ansicolor/ansicolor-0.2.6.ebuild
dev-python/ansicolor/ansicolor-9999.ebuild

index 11b50c6859add52b23f45eff377b57287bb2fd3d..a3255104980f191ffe9369fe649ccafb01d2345c 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor"
+HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
index bbb99ff83a3294092bc924d374713bb7f4fd2f61..2977c375d9af68a3a242a8322895190181ec8a8f 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor"
+HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/"
 EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git"
 
 LICENSE="Apache-2.0"