Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oct2py/
Date: Sat, 09 Jun 2018 14:09:15
Message-Id: 1528553334.6ab89890e6a398c6288fda41da93b722cc7cf99d.bman@gentoo
1 commit: 6ab89890e6a398c6288fda41da93b722cc7cf99d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 31 18:59:36 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 9 14:08:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab89890
7
8 dev-python/oct2py: use HTTPs, sync HOMEPAGEs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8656
11
12 dev-python/oct2py/oct2py-3.6.0.ebuild | 5 ++---
13 dev-python/oct2py/oct2py-4.0.6.ebuild | 6 ++++--
14 2 files changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild b/dev-python/oct2py/oct2py-3.6.0.ebuild
17 index 9c4d8531d8d..6b185ef9897 100644
18 --- a/dev-python/oct2py/oct2py-3.6.0.ebuild
19 +++ b/dev-python/oct2py/oct2py-3.6.0.ebuild
20 @@ -9,9 +9,8 @@ inherit distutils-r1
21
22 DESCRIPTION="Python to GNU Octave bridge"
23 HOMEPAGE="
24 - https://pypi.org/project/oct2py/
25 - http://pythonhosted.org/oct2py/
26 - https://github.com/blink1073/oct2py"
27 + https://github.com/blink1073/oct2py
28 + https://blink1073.github.io/oct2py/"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"
32
33 diff --git a/dev-python/oct2py/oct2py-4.0.6.ebuild b/dev-python/oct2py/oct2py-4.0.6.ebuild
34 index cafb9f92a0f..9eb85c66fb4 100644
35 --- a/dev-python/oct2py/oct2py-4.0.6.ebuild
36 +++ b/dev-python/oct2py/oct2py-4.0.6.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
44 inherit distutils-r1
45
46 DESCRIPTION="Python to GNU Octave bridge"
47 -HOMEPAGE="http://blink1073.github.io/oct2py/"
48 +HOMEPAGE="
49 + https://github.com/blink1073/oct2py
50 + https://blink1073.github.io/oct2py/"
51 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="MIT"