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 3F0B81396D0 for ; Tue, 26 Sep 2017 00:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BB1E0E94; Tue, 26 Sep 2017 00:08:20 +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 462A8E0E94 for ; Tue, 26 Sep 2017 00:08:20 +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 4D1C533FE2A for ; Tue, 26 Sep 2017 00:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C109D8F66 for ; Tue, 26 Sep 2017 00:08:17 +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: <1506384381.99650c16a56f55d423f086befae53446919c2f47.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tox/metadata.xml dev-python/tox/tox-2.7.0.ebuild dev-python/tox/tox-2.8.1.ebuild X-VCS-Directories: dev-python/tox/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 99650c16a56f55d423f086befae53446919c2f47 X-VCS-Branch: master Date: Tue, 26 Sep 2017 00:08:17 +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: 672eb7af-b71f-47ca-ac2b-c199931fe8de X-Archives-Hash: b8098986e2e41fff0ebc68b590a1673e commit: 99650c16a56f55d423f086befae53446919c2f47 Author: Tim Harder gentoo org> AuthorDate: Tue Sep 26 00:06:21 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Sep 26 00:06:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99650c16 dev-python/tox: add github/pypi sites to HOMEPAGE and github to upstream metadata dev-python/tox/metadata.xml | 1 + dev-python/tox/tox-2.7.0.ebuild | 2 +- dev-python/tox/tox-2.8.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/tox/metadata.xml b/dev-python/tox/metadata.xml index 802ff5e046c..9a563f6807c 100644 --- a/dev-python/tox/metadata.xml +++ b/dev-python/tox/metadata.xml @@ -7,5 +7,6 @@ tox + tox-dev/tox diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild index 26a67593476..e8789438ced 100644 --- a/dev-python/tox/tox-2.7.0.ebuild +++ b/dev-python/tox/tox-2.7.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" -HOMEPAGE="https://tox.readthedocs.io/" +HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.python.org/pypi/tox" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/tox/tox-2.8.1.ebuild b/dev-python/tox/tox-2.8.1.ebuild index 7e3ffc9322b..095e13a4c76 100644 --- a/dev-python/tox/tox-2.8.1.ebuild +++ b/dev-python/tox/tox-2.8.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" -HOMEPAGE="https://tox.readthedocs.io/" +HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.python.org/pypi/tox" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"