diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-08 19:23:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 19:36:35 +0200 |
commit | fa67fee9aa963a5e657903bd3cd40913861c9976 (patch) | |
tree | a9c4fac0e9c8cfaac11152d39ee5a52f02d05942 /dev-python/ipython_genutils | |
parent | dev-python/prompt_toolkit: Bump to 3.0.5 (diff) | |
download | gentoo-fa67fee9aa963a5e657903bd3cd40913861c9976.tar.gz gentoo-fa67fee9aa963a5e657903bd3cd40913861c9976.tar.bz2 gentoo-fa67fee9aa963a5e657903bd3cd40913861c9976.zip |
dev-python/ipython_genutils: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r-- | dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild index 9036c7d809cd..bdcb7286b82d 100644 --- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild +++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -14,16 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND=" - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - ) - " - -python_test() { - nosetests --with-coverage --cover-package=ipython_genutils ipython_genutils || die -} +distutils_enable_tests nose |