From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6828B138331 for ; Mon, 5 Feb 2018 21:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C70E09BD; Mon, 5 Feb 2018 21:54:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 724F1E09BD for ; Mon, 5 Feb 2018 21:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9235335C3C for ; Mon, 5 Feb 2018 21:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB371E3 for ; Mon, 5 Feb 2018 21:54:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517867628.6f0ce8b6c1c8194b59c8a09564d2315c83470f31.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/futures/futures-3.0.3.ebuild dev-python/futures/futures-3.1.1.ebuild X-VCS-Directories: dev-python/futures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f0ce8b6c1c8194b59c8a09564d2315c83470f31 X-VCS-Branch: master Date: Mon, 5 Feb 2018 21:54:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5ed31ce-6d01-457f-ae42-fd0b5bf5b390 X-Archives-Hash: 651bde8276a0f74e37b4ca32856cba47 commit: 6f0ce8b6c1c8194b59c8a09564d2315c83470f31 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:16:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0ce8b6 dev-python/futures: remove dead HOMEPAGE dev-python/futures/futures-3.0.3.ebuild | 4 ++-- dev-python/futures/futures-3.1.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/futures/futures-3.0.3.ebuild b/dev-python/futures/futures-3.0.3.ebuild index 1405b9a2704..b184442a9eb 100644 --- a/dev-python/futures/futures-3.0.3.ebuild +++ b/dev-python/futures/futures-3.0.3.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=5 @@ -6,7 +6,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="BSD" diff --git a/dev-python/futures/futures-3.1.1.ebuild b/dev-python/futures/futures-3.1.1.ebuild index 1e80033b96f..6dea76a2aae 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"