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/xlrd/
Date: Fri, 31 Jul 2020 22:34:02
Message-Id: 1596234785.c7bb7a06aff1775cf11b79c4476837e250847f0a.bman@gentoo
1 commit: c7bb7a06aff1775cf11b79c4476837e250847f0a
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Jun 7 19:13:24 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 22:33:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bb7a06
7
8 dev-python/xlrd: 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/xlrd/xlrd-1.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/xlrd/xlrd-1.2.0.ebuild b/dev-python/xlrd/xlrd-1.2.0.ebuild
18 index d2dac8fad32..04f9088a3b3 100644
19 --- a/dev-python/xlrd/xlrd-1.2.0.ebuild
20 +++ b/dev-python/xlrd/xlrd-1.2.0.ebuild
21 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
22 inherit distutils-r1
23
24 DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
25 -HOMEPAGE="http://www.python-excel.org/"
26 +HOMEPAGE="https://www.python-excel.org/"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 LICENSE="BSD"