Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scripttest/
Date: Sat, 24 Mar 2018 11:21:09
Message-Id: 1521890460.769beb77a5ff78eedf9faac0b2a6ac0701739259.mgorny@gentoo
1 commit: 769beb77a5ff78eedf9faac0b2a6ac0701739259
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 19:36:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 11:21:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769beb77
7
8 dev-python/scripttest: remove dead HOMEPAGE, add github page
9
10 dev-python/scripttest/scripttest-1.2-r1.ebuild | 5 +++--
11 dev-python/scripttest/scripttest-1.3.0.ebuild | 5 +++--
12 2 files changed, 6 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/scripttest/scripttest-1.2-r1.ebuild b/dev-python/scripttest/scripttest-1.2-r1.ebuild
15 index fa3fb17e8f0..4c51de9f777 100644
16 --- a/dev-python/scripttest/scripttest-1.2-r1.ebuild
17 +++ b/dev-python/scripttest/scripttest-1.2-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -10,7 +10,8 @@ MY_PN="ScriptTest"
25 MY_P="${MY_PN}-${PV}"
26
27 DESCRIPTION="A very small text templating language"
28 -HOMEPAGE="http://pythonpaste.org/scripttest/ https://pypi.python.org/pypi/ScriptTest"
29 +HOMEPAGE="https://pypi.python.org/pypi/ScriptTest
30 + https://github.com/pypa/scripttest"
31 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
32
33 LICENSE="MIT"
34
35 diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild
36 index 89c29e8fb7f..a8e4544b558 100644
37 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild
38 +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
46 inherit distutils-r1
47
48 DESCRIPTION="A very small text templating language"
49 -HOMEPAGE="http://pythonpaste.org/scripttest/ https://pypi.python.org/pypi/ScriptTest"
50 +HOMEPAGE="https://pypi.python.org/pypi/ScriptTest
51 + https://github.com/pypa/scripttest"
52 # pypi tarball lacks tests
53 SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz"