summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-11 10:26:28 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-11 11:24:31 +0300
commit189c687fcd57a5dac7be19877036714bf531f59c (patch)
tree689d8c74a03094a3d64993aec80a3eb11d991396
parentdev-python/robot-detection: mark ALLARCHES (diff)
downloadgentoo-189c687fcd57a5dac7be19877036714bf531f59c.tar.gz
gentoo-189c687fcd57a5dac7be19877036714bf531f59c.tar.bz2
gentoo-189c687fcd57a5dac7be19877036714bf531f59c.zip
dev-python/python-lhafile: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/python-lhafile/python-lhafile-0.3.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
index 1e871b03c263..d5a1218ffcbe 100644
--- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
+++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
@@ -3,14 +3,13 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="LHA archive support for Python"
HOMEPAGE="https://fengestad.no/python-lhafile/"
SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"