diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-27 04:19:43 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-27 04:34:34 -0400 |
commit | 2857d68f8263e36ac81423ad087010c8712e917d (patch) | |
tree | e327d64c6750d1e447b6ae76322b2ef28f6dca04 /dev-python/decorator | |
parent | dev-python/pycountry: version bump to 17.5.14 (diff) | |
download | gentoo-2857d68f8263e36ac81423ad087010c8712e917d.tar.gz gentoo-2857d68f8263e36ac81423ad087010c8712e917d.tar.bz2 gentoo-2857d68f8263e36ac81423ad087010c8712e917d.zip |
dev-python/decorator: add pypi page to HOMEPAGE
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.1.2.ebuild b/dev-python/decorator/decorator-4.1.2.ebuild index 5ce747c4669e..b5dcf0a9dace 100644 --- a/dev-python/decorator/decorator-4.1.2.ebuild +++ b/dev-python/decorator/decorator-4.1.2.ebuild @@ -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" |