Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/
Date: Thu, 19 May 2022 07:24:03
Message-Id: 1652945036.53103802c7c44cfe1a7df4d211dd3eb06578cc9a.mgorny@gentoo
1 commit: 53103802c7c44cfe1a7df4d211dd3eb06578cc9a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 07:19:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 07:23:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53103802
7
8 dev-python/xlrd: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xlrd/xlrd-2.0.1-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
16 index 4ac0074b5408..a00ed2b3d082 100644
17 --- a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
18 +++ b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit distutils-r1
27
28 @@ -12,6 +12,7 @@ DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
29 HOMEPAGE="
30 https://www.python-excel.org/
31 https://github.com/python-excel/xlrd/
32 + https://pypi.org/project/xlrd/
33 "
34 SRC_URI="
35 https://github.com/python-excel/xlrd/archive/${PV}.tar.gz