summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-05 21:16:51 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-05 22:53:48 +0100
commit6f0ce8b6c1c8194b59c8a09564d2315c83470f31 (patch)
tree13076e6896207728557793932dc2eb59dfcb68b2 /dev-python/futures/futures-3.1.1.ebuild
parentdev-python/functest: remove dead HOMEPAGE (diff)
downloadgentoo-6f0ce8b6c1c8194b59c8a09564d2315c83470f31.tar.gz
gentoo-6f0ce8b6c1c8194b59c8a09564d2315c83470f31.tar.bz2
gentoo-6f0ce8b6c1c8194b59c8a09564d2315c83470f31.zip
dev-python/futures: remove dead HOMEPAGE
Diffstat (limited to 'dev-python/futures/futures-3.1.1.ebuild')
-rw-r--r--dev-python/futures/futures-3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/futures/futures-3.1.1.ebuild b/dev-python/futures/futures-3.1.1.ebuild
index 1e80033b96f5..6dea76a2aae0 100644
--- a/dev-python/futures/futures-3.1.1.ebuild
+++ b/dev-python/futures/futures-3.1.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
-HOMEPAGE="https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures"
+HOMEPAGE="https://pypi.python.org/pypi/futures"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"