mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/oct2py: use HTTPs, sync HOMEPAGEs
Closes: https://github.com/gentoo/gentoo/pull/8656
This commit is contained in:
committed by
Aaron Bauman
parent
63d3fec303
commit
6ab89890e6
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user