dev-python/oct2py: use HTTPs, sync HOMEPAGEs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 31 May 2018 18:59:36 +0000 (20:59 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 9 Jun 2018 14:08:54 +0000 (10:08 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8656

dev-python/oct2py/oct2py-3.6.0.ebuild
dev-python/oct2py/oct2py-4.0.6.ebuild

index 9c4d8531d8d1b96ed462d94707ab6ecc336e2a0c..6b185ef9897c248ced14eb0c039c93e1b3196333 100644 (file)
@@ -9,9 +9,8 @@ inherit distutils-r1
 
 DESCRIPTION="Python to GNU Octave bridge"
 HOMEPAGE="
-       https://pypi.org/project/oct2py/
-       http://pythonhosted.org/oct2py/
-       https://github.com/blink1073/oct2py"
+       https://github.com/blink1073/oct2py
+       https://blink1073.github.io/oct2py/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index cafb9f92a0ffca9df693473c697be746b52da6ea..9eb85c66fb4b3809efdbe6d2686575d746384273 100644 (file)
@@ -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=6
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python to GNU Octave bridge"
-HOMEPAGE="http://blink1073.github.io/oct2py/"
+HOMEPAGE="
+       https://github.com/blink1073/oct2py
+       https://blink1073.github.io/oct2py/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"