From be1fb4ceb34b20b11bf168dbd23ae7604cae89ea Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Tue, 18 May 2021 09:52:14 +0100 Subject: dev-python/unidiff: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/unidiff/unidiff-0.6.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dev-python/unidiff') diff --git a/dev-python/unidiff/unidiff-0.6.0.ebuild b/dev-python/unidiff/unidiff-0.6.0.ebuild index 9827339cdb5e..7eebb102d50a 100644 --- a/dev-python/unidiff/unidiff-0.6.0.ebuild +++ b/dev-python/unidiff/unidiff-0.6.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Unified diff parsing/metadata extraction library" @@ -14,7 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="test" -RESTRICT="!test? ( test )" distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad