Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futures/
Date: Mon, 05 Feb 2018 21:54:15
Message-Id: 1517867628.6f0ce8b6c1c8194b59c8a09564d2315c83470f31.mgorny@gentoo
1 commit: 6f0ce8b6c1c8194b59c8a09564d2315c83470f31
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:16:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0ce8b6
7
8 dev-python/futures: remove dead HOMEPAGE
9
10 dev-python/futures/futures-3.0.3.ebuild | 4 ++--
11 dev-python/futures/futures-3.1.1.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-python/futures/futures-3.0.3.ebuild b/dev-python/futures/futures-3.0.3.ebuild
15 index 1405b9a2704..b184442a9eb 100644
16 --- a/dev-python/futures/futures-3.0.3.ebuild
17 +++ b/dev-python/futures/futures-3.0.3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 pypy )
25 inherit distutils-r1
26
27 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
28 -HOMEPAGE="https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures"
29 +HOMEPAGE="https://pypi.python.org/pypi/futures"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-python/futures/futures-3.1.1.ebuild b/dev-python/futures/futures-3.1.1.ebuild
35 index 1e80033b96f..6dea76a2aae 100644
36 --- a/dev-python/futures/futures-3.1.1.ebuild
37 +++ b/dev-python/futures/futures-3.1.1.ebuild
38 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
39 inherit distutils-r1
40
41 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
42 -HOMEPAGE="https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures"
43 +HOMEPAGE="https://pypi.python.org/pypi/futures"
44 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45
46 LICENSE="PSF-2"