diff options
author | 2021-05-18 09:52:14 +0100 | |
---|---|---|
committer | 2021-05-18 15:02:48 +0200 | |
commit | be1fb4ceb34b20b11bf168dbd23ae7604cae89ea (patch) | |
tree | 248e34a5c9be4bb759db5614aa5e8849780305f6 /dev-python/unidiff | |
parent | dev-python/typogrify: Port to python3.10 (diff) | |
download | gentoo-be1fb4ceb34b20b11bf168dbd23ae7604cae89ea.tar.gz gentoo-be1fb4ceb34b20b11bf168dbd23ae7604cae89ea.tar.bz2 gentoo-be1fb4ceb34b20b11bf168dbd23ae7604cae89ea.zip |
dev-python/unidiff: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidiff')
-rw-r--r-- | dev-python/unidiff/unidiff-0.6.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
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 |