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 46EAE1396D0 for ; Sun, 1 Oct 2017 11:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58FB32BC009; Sun, 1 Oct 2017 11:39:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 354FA2BC009 for ; Sun, 1 Oct 2017 11:39:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D0916341860 for ; Sun, 1 Oct 2017 11:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A2F08F66 for ; Sun, 1 Oct 2017 11:39:43 +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: <1506857895.95f8c0f893be5109b749f6b15cd86f0cd3929aa8.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/six/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/six/six-1.10.0.ebuild dev-python/six/six-1.11.0.ebuild X-VCS-Directories: dev-python/six/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 95f8c0f893be5109b749f6b15cd86f0cd3929aa8 X-VCS-Branch: master Date: Sun, 1 Oct 2017 11:39:43 +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: 8f5632a1-7bbe-403b-be70-60306fd1259c X-Archives-Hash: b7a775398e2de9a065757d08a71df629 commit: 95f8c0f893be5109b749f6b15cd86f0cd3929aa8 Author: Tim Harder gentoo org> AuthorDate: Sun Oct 1 11:37:17 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Oct 1 11:38:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f8c0f8 dev-python/six: update HOMEPAGE dev-python/six/six-1.10.0.ebuild | 2 +- dev-python/six/six-1.11.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/six/six-1.10.0.ebuild b/dev-python/six/six-1.10.0.ebuild index cd5e247b419..950dd2975ff 100644 --- a/dev-python/six/six-1.10.0.ebuild +++ b/dev-python/six/six-1.10.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Python 2 and 3 compatibility library" -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six" +HOMEPAGE="https://github.com/benjaminp/six https://pypi.python.org/pypi/six" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/six/six-1.11.0.ebuild b/dev-python/six/six-1.11.0.ebuild index 5934f751afa..62c67ff1901 100644 --- a/dev-python/six/six-1.11.0.ebuild +++ b/dev-python/six/six-1.11.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Python 2 and 3 compatibility library" -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six" +HOMEPAGE="https://github.com/benjaminp/six https://pypi.python.org/pypi/six" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"