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/cvxopt/
Date: Fri, 31 Jul 2020 22:34:01
Message-Id: 1596234786.fef7d815ae2a13fef09cc1289eee853e1e5a0f7c.bman@gentoo
1 commit: fef7d815ae2a13fef09cc1289eee853e1e5a0f7c
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Jun 7 19:17:39 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 22:33:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef7d815
7
8 dev-python/cvxopt: update homepage link
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild
18 index c4670120832..df93cd110d8 100644
19 --- a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild
20 +++ b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild
21 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
22 inherit distutils-r1 toolchain-funcs
23
24 DESCRIPTION="Python package for convex optimization"
25 -HOMEPAGE="http://cvxopt.org/ https://github.com/cvxopt/cvxopt"
26 +HOMEPAGE="https://cvxopt.org/ https://github.com/cvxopt/cvxopt"
27 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="GPL-3"