diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:03:27 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:07 +0200 |
commit | f9446a56a2b07a95758908f4fa7f3a43019c885e (patch) | |
tree | 177a0f8e28dc8970e0bdb79bc22a343888ab98ad /dev-python/aioeventlet | |
parent | dev-python/abstract_rendering: fix HOMEPAGE. (diff) | |
download | gentoo-f9446a56a2b07a95758908f4fa7f3a43019c885e.tar.gz gentoo-f9446a56a2b07a95758908f4fa7f3a43019c885e.tar.bz2 gentoo-f9446a56a2b07a95758908f4fa7f3a43019c885e.zip |
dev-python/aioeventlet: remove dead HOMEPAGE.
Diffstat (limited to 'dev-python/aioeventlet')
-rw-r--r-- | dev-python/aioeventlet/aioeventlet-0.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aioeventlet/aioeventlet-0.5.1-r1.ebuild b/dev-python/aioeventlet/aioeventlet-0.5.1-r1.ebuild index 3da0ef3a9b68..0f954090531d 100644 --- a/dev-python/aioeventlet/aioeventlet-0.5.1-r1.ebuild +++ b/dev-python/aioeventlet/aioeventlet-0.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="asyncio event loop scheduling callbacks in eventlet" -HOMEPAGE="https://pypi.python.org/pypi/aioeventlet https://bitbucket.org/haypo/aioeventlet" +HOMEPAGE="https://pypi.python.org/pypi/aioeventlet" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |