dev-python/decorator: add pypi page to HOMEPAGE

This commit is contained in:
Tim Harder
2017-08-27 04:19:43 -04:00
parent 290247c7dc
commit 2857d68f82

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="https://github.com/micheles/decorator"
HOMEPAGE="https://github.com/micheles/decorator https://pypi.python.org/pypi/decorator"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"