dev-python/async: remove dead HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/7086
This commit is contained in:
Michael Mair-Keimberger
2018-02-05 21:41:18 +01:00
committed by Michał Górny
parent 9eea9efe13
commit 81f2dd2b61

View File

@@ -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="5"
@@ -8,9 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
inherit distutils-r1
DESCRIPTION="Async Framework"
HOMEPAGE="
http://gitorious.org/git-python/async
https://pypi.python.org/pypi/async"
HOMEPAGE="https://pypi.python.org/pypi/async"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"