Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lhafile/
Date: Mon, 11 Oct 2021 08:24:51
Message-Id: 1633940671.189c687fcd57a5dac7be19877036714bf531f59c.arthurzam@gentoo
1 commit: 189c687fcd57a5dac7be19877036714bf531f59c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 07:26:28 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 08:24:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189c687f
7
8 dev-python/python-lhafile: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
16 index 1e871b03c26..d5a1218ffcb 100644
17 --- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
18 +++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
19 @@ -3,14 +3,13 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 -DISTUTILS_USE_SETUPTOOLS=bdepend
25 -
26 +PYTHON_COMPAT=( python3_{8..10} )
27 inherit distutils-r1
28
29 DESCRIPTION="LHA archive support for Python"
30 HOMEPAGE="https://fengestad.no/python-lhafile/"
31 SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +
33 LICENSE="BSD"
34 SLOT="0"
35 KEYWORDS="~amd64"