diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2018-05-20 15:15:37 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-07 09:28:42 +0200 |
commit | a767778f23384642f10f2a7e660cb92e87cfa591 (patch) | |
tree | ec8bf060095093eefa3f6dee50bfd496e9b6a9c0 /dev-python | |
parent | perl-core/HTTP-Tiny: Remove leading whitespace from LICENSE (diff) | |
download | gentoo-a767778f23384642f10f2a7e660cb92e87cfa591.tar.gz gentoo-a767778f23384642f10f2a7e660cb92e87cfa591.tar.bz2 gentoo-a767778f23384642f10f2a7e660cb92e87cfa591.zip |
dev-python/ansicolor: add PyPI link to HOMEPAGE
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8491
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ansicolor/ansicolor-0.2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ansicolor/ansicolor-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild b/dev-python/ansicolor/ansicolor-0.2.6.ebuild index 11b50c6859ad..a3255104980f 100644 --- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild +++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild @@ -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" diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild index bbb99ff83a32..2977c375d9af 100644 --- a/dev-python/ansicolor/ansicolor-9999.ebuild +++ b/dev-python/ansicolor/ansicolor-9999.ebuild @@ -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" |