diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 13:31:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 13:35:41 +0200 |
commit | 37c99eb352dd5078f41a187e5fb29ed53c35a8ff (patch) | |
tree | 86cece0d89ffcac8f8e62eceb98b9071c444ee8a /dev-python/sexpdata | |
parent | dev-python/ropemode: Enable py3.9 (diff) | |
download | gentoo-37c99eb352dd5078f41a187e5fb29ed53c35a8ff.tar.gz gentoo-37c99eb352dd5078f41a187e5fb29ed53c35a8ff.tar.bz2 gentoo-37c99eb352dd5078f41a187e5fb29ed53c35a8ff.zip |
dev-python/sexpdata: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r-- | dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild index 5eb8bbd6f85b..e4d0ca64c36a 100644 --- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 @@ -15,11 +15,5 @@ SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests || die -} +distutils_enable_tests nose |