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 66E5A1382C5 for ; Thu, 1 Mar 2018 19:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE40E08C8; Thu, 1 Mar 2018 19:35:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2D957E08C8 for ; Thu, 1 Mar 2018 19:35:59 +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 2A064335C07 for ; Thu, 1 Mar 2018 19:35:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D021EB for ; Thu, 1 Mar 2018 19:35:56 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1519932883.b0c4f92d9c54328aea5420e63b0934a1ecbe0b51.radhermit@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.2.0.ebuild dev-python/futures/metadata.xml X-VCS-Directories: dev-python/futures/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b0c4f92d9c54328aea5420e63b0934a1ecbe0b51 X-VCS-Branch: master Date: Thu, 1 Mar 2018 19:35:56 +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: 71ffede3-57ae-4df9-95a4-fb86013cc7c0 X-Archives-Hash: 7cfeba058d4485ed3c29b8c42c5b44db commit: b0c4f92d9c54328aea5420e63b0934a1ecbe0b51 Author: Tim Harder gentoo org> AuthorDate: Mon Feb 19 23:50:07 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Mar 1 19:34:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c4f92d dev-python/futures: add github to HOMEPAGE and upstream metadata dev-python/futures/futures-3.2.0.ebuild | 2 +- dev-python/futures/metadata.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/futures/futures-3.2.0.ebuild b/dev-python/futures/futures-3.2.0.ebuild index aa73cc5def0..f4ee46a2e49 100644 --- a/dev-python/futures/futures-3.2.0.ebuild +++ b/dev-python/futures/futures-3.2.0.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://pypi.python.org/pypi/futures" +HOMEPAGE="https://github.com/agronholm/pythonfutures https://pypi.python.org/pypi/futures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/futures/metadata.xml b/dev-python/futures/metadata.xml index 7f7164692f0..97247087804 100644 --- a/dev-python/futures/metadata.xml +++ b/dev-python/futures/metadata.xml @@ -6,6 +6,7 @@ Python + agronholm/pythonfutures futures