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 9E4C2138332 for ; Sat, 24 Mar 2018 11:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CF36E0869; Sat, 24 Mar 2018 11:21:08 +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 2826CE0869 for ; Sat, 24 Mar 2018 11:21:08 +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 EAEC0335C09 for ; Sat, 24 Mar 2018 11:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24577269 for ; Sat, 24 Mar 2018 11:21:05 +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: <1521890460.769beb77a5ff78eedf9faac0b2a6ac0701739259.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scripttest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scripttest/scripttest-1.2-r1.ebuild dev-python/scripttest/scripttest-1.3.0.ebuild X-VCS-Directories: dev-python/scripttest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 769beb77a5ff78eedf9faac0b2a6ac0701739259 X-VCS-Branch: master Date: Sat, 24 Mar 2018 11:21:05 +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: 2981f0ec-ddf9-4c4f-9e06-ad302d810bf8 X-Archives-Hash: 6a35d397ec5e91209487de53abdb9d3e commit: 769beb77a5ff78eedf9faac0b2a6ac0701739259 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 21 19:36:04 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 24 11:21:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769beb77 dev-python/scripttest: remove dead HOMEPAGE, add github page dev-python/scripttest/scripttest-1.2-r1.ebuild | 5 +++-- dev-python/scripttest/scripttest-1.3.0.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/scripttest/scripttest-1.2-r1.ebuild b/dev-python/scripttest/scripttest-1.2-r1.ebuild index fa3fb17e8f0..4c51de9f777 100644 --- a/dev-python/scripttest/scripttest-1.2-r1.ebuild +++ b/dev-python/scripttest/scripttest-1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,8 @@ MY_PN="ScriptTest" MY_P="${MY_PN}-${PV}" DESCRIPTION="A very small text templating language" -HOMEPAGE="http://pythonpaste.org/scripttest/ https://pypi.python.org/pypi/ScriptTest" +HOMEPAGE="https://pypi.python.org/pypi/ScriptTest + https://github.com/pypa/scripttest" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild index 89c29e8fb7f..a8e4544b558 100644 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0.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 @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="A very small text templating language" -HOMEPAGE="http://pythonpaste.org/scripttest/ https://pypi.python.org/pypi/ScriptTest" +HOMEPAGE="https://pypi.python.org/pypi/ScriptTest + https://github.com/pypa/scripttest" # pypi tarball lacks tests SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz"